mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
doc: add interlinks between true ←→ false and and ←→ or cmds
This commit is contained in:
committed by
ridiculousfish
parent
ccd3ac4f18
commit
dce0fda2cc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user