mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 01:11:14 -03:00
docs synopsis: make all placeholder arguments uppercase
man(1) uses lowercase placeholders but we usually don't. Additionally, the new synopsis autoformatting only recognizes placeholders if they are uppercase. Use uppercase for all placeholders.
This commit is contained in:
committed by
David Adam
parent
c0d1e41313
commit
2a98b7a593
@@ -9,12 +9,12 @@ Synopsis
|
||||
|
||||
.. synopsis::
|
||||
|
||||
exit [code]
|
||||
exit [CODE]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
**exit** is a special builtin that causes the shell to exit. Either 255 or the *code* supplied is used, whichever is lesser.
|
||||
**exit** is a special builtin that causes the shell to exit. Either 255 or the *CODE* supplied is used, whichever is lesser.
|
||||
Otherwise, the exit status will be that of the last command executed.
|
||||
|
||||
If exit is called while sourcing a file (using the :ref:`source <cmd-source>` builtin) the rest of the file will be skipped, but the shell itself will not exit.
|
||||
|
||||
Reference in New Issue
Block a user