Harmonize some idiosyncrancies introduced

For now, we are going with ``command`` for builtins and fish scripts,
and **keyword** for parser keywords like if or and.
This commit is contained in:
Aaron Gyes
2021-12-17 15:20:46 -08:00
parent af61ea1325
commit 4c6da2091d
5 changed files with 10 additions and 10 deletions

View File

@@ -6,12 +6,12 @@ command - run a program
Synopsis
--------
``command`` [ *OPTIONS* ] [**COMMAND** [*ARG* ...]]
**command** [ **OPTIONS** ] [*COMMANDNAME* [ARG ...]]
Description
-----------
``command`` forces the shell to execute the program ``COMMANDNAME`` and ignore any functions or builtins with the same name.
**command** forces the shell to execute the program *COMMANDNAME* and ignore any functions or builtins with the same name.
The following options are available: