doc: add interlinks between true ←→ false and and ←→ or cmds

This commit is contained in:
Delapouite
2020-02-23 12:41:18 +01:00
committed by ridiculousfish
parent ccd3ac4f18
commit dce0fda2cc
4 changed files with 20 additions and 8 deletions

View File

@@ -10,7 +10,6 @@ Synopsis
COMMAND1; and COMMAND2
Description
-----------
@@ -25,10 +24,11 @@ Example
The following code runs the ``make`` command to build a program. If the build succeeds, ``make``'s exit status is 0, and the program is installed. If either step fails, the exit status is 1, and ``make clean`` is run, which removes the files created by the build process.
::
make; and make install; or make clean
See Also
--------
- :ref:`or <cmd-or>` command