Fix casing and other minor issues in documentation

darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
This commit is contained in:
axel 2006-11-01 01:23:16 +10:00
parent c4a8f4c890
commit 885d16fcd6
36 changed files with 36 additions and 36 deletions

View file

@ -1,4 +1,4 @@
\section and and - Conditionally execute a command
\section and and - conditionally execute a command
\subsection and-synopsis Synopsis
<tt>COMMAND1; and COMMAND2</tt>

View file

@ -1,4 +1,4 @@
\section begin begin - Start a new block of code
\section begin begin - start a new block of code
\subsection begin-synopsis Synopsis
<tt>begin; [COMMANDS...;] end</tt>

View file

@ -1,4 +1,4 @@
\section bind bind - Handle key bindings.
\section bind bind - handle key bindings
\subsection bind-synopsis Synopsis
<tt>bind [OPTIONS] [BINDINGS...]</tt>

View file

@ -1,4 +1,4 @@
\section block block - Temporarily block delivery of events
\section block block - temporarily block delivery of events
\subsection block-synopsis Synopsis
<tt>block [OPTIONS...]</tt>

View file

@ -1,4 +1,4 @@
\section commandline commandline - Set or get the current commandline buffer
\section commandline commandline - set or get the current commandline buffer
\subsection commandline-synopsis Synopsis
<tt>commandline [OPTIONS] [CMD]</tt>

View file

@ -1,4 +1,4 @@
\section contains contains - Test if a word is present in a list
\section contains contains - test if a word is present in a list
\subsection contains-synopsis Synopsis
<code>contains [OPTIONS] KEY [VALUES...]</code>

View file

@ -1,4 +1,4 @@
\section count count - Count the number of elements of an array
\section count count - count the number of elements of an array
\subsection count-synopsis Synopsis
<tt>count $VARIABLE</tt>

View file

@ -1,4 +1,4 @@
\section dirh dirh
\section dirh dirh - print directory history
\subsection dirh-synopsis Synopsis
<tt>dirh</tt>

View file

@ -1,4 +1,4 @@
\section dirs dirs
\section dirs dirs - print directory stack
\subsection dirs-synopsis Synopsis
<tt>dirs</tt>

View file

@ -1,4 +1,4 @@
\section exec exec - Execute command in current process
\section exec exec - execute command in current process
\subsection exec-synopsis Synopsis
<tt>exec COMMAND [OPTIONS...]</tt>

View file

@ -1,4 +1,4 @@
\section fish fish - The friendly interactive shell
\section fish fish - the friendly interactive shell
\subsection fish-synopsis Synopsis
fish [-h] [-v] [-c command] [FILE [ARGUMENTS...]]

View file

@ -1,4 +1,4 @@
\section fish_pager fish_pager - Internal command used by fish
\section fish_pager fish_pager - internal command used by fish
\subsection fish_pager-description Description

View file

@ -1,4 +1,4 @@
\section fishd fishd - Universal variable daemon
\section fishd fishd - universal variable daemon
\subsection fishd-synopsis Synopsis
<tt>fishd [(-h|--help|-v|--version)]</tt>

View file

@ -1,4 +1,4 @@
\section help help - Display fish documentation
\section help help - display fish documentation
\subsection help-synopsis Synopsis
<tt>help [SECTION]</tt>

View file

@ -1,4 +1,4 @@
\section if if - Conditionally execute a command
\section if if - conditionally execute a command
\subsection if-synopsis Synopsis
<tt>if CONDITION; COMMANDS_TRUE...; [else; COMMANDS_FALSE...;] end</tt>

View file

@ -1,4 +1,4 @@
\section isatty isatty - Test if the specidied file descriptor is a tty
\section isatty isatty - test if the specidied file descriptor is a tty
\subsection isatty-synopsis Synopsis
<tt>isatty [FILE DESCRIPTOR]</tt>

View file

@ -1,4 +1,4 @@
\section mimedb mimedb - Lookup file information via the mime database
\section mimedb mimedb - lookup file information via the mime database
\subsection mimedb-synopsis Synopsis
<tt>mimedb [OPTIONS] FILES...</tt>

View file

@ -1,4 +1,4 @@
\section nextd nextd
\section nextd nextd - move forward through directory history
\subsection nextd-synopsis Synopsis
<tt>nextd [-l | --list] [pos]</tt>

View file

@ -1,4 +1,4 @@
\section not not - Negate the exit status of a job
\section not not - negate the exit status of a job
\subsection not-synopsis Synopsis
<tt>not COMMAND [OPTIONS...]</tt>

View file

@ -1,4 +1,4 @@
\section open open - Open file in it's default application
\section open open - open file in it's default application
\subsection open-synopsis Synopsis
<tt>open FILES...</tt>

View file

@ -1,4 +1,4 @@
\section or or - Conditionally execute a command
\section or or - conditionally execute a command
\subsection or-synopsis Synopsis
<tt>COMMAND1; or COMMAND2</tt>

View file

@ -1,4 +1,4 @@
\section popd popd
\section popd popd - move through directory stack
\subsection popd-synopsis Synopsis
<tt>popd</tt>

View file

@ -1,4 +1,4 @@
\section prevd prevd
\section prevd prevd - move backward through direcotry history
\subsection prevd-synopsis Synopsis
<tt>prevd [-l | --list] [pos]</tt>

View file

@ -1,4 +1,4 @@
\section psub psub - Perform process substitution
\section psub psub - perform process substitution
\subsection psub-synopsis Synopsis
<tt>COMMAND1 (COMMAND2|psub) </tt>

View file

@ -1,4 +1,4 @@
\section pushd pushd
\section pushd pushd - push directory to directory stack
\subsection pushd-synopsis Synopsis
<tt>pushd [DIRECTORY]</tt>

View file

@ -1,4 +1,4 @@
\section random random - Generate random number
\section random random - generate random number
\subsection random-synopsis Synopsis
<tt>random [SEED]</tt>

View file

@ -1,4 +1,4 @@
\section return return - Stop the innermost currently evaluated function
\section return return - stop the innermost currently evaluated function
\subsection return-synopsis Synopsis
<tt>function NAME; [COMMANDS...;] return [STATUS]; [COMMANDS...;] end</tt>

View file

@ -1,4 +1,4 @@
\section set set - Handle environment variables.
\section set set - handle environment variables.
\subsection set-synopsis Synopsis
<pre>

View file

@ -1,4 +1,4 @@
\section set_color set_color - Set the terminal color
\section set_color set_color - set the terminal color
\subsection set_color-synopsis Synopsis
<tt>set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR]</tt>

View file

@ -1,4 +1,4 @@
\section source . - Evaluate contents of file.
\section source . - evaluate contents of file.
\subsection source-synopsis Synopsis
<tt>. FILENAME</tt>

View file

@ -1,4 +1,4 @@
\section status status - Query fish runtime information
\section status status - query fish runtime information
\subsection status-synopsis Synopsis
<tt>status [OPTION]</tt>

View file

@ -1,4 +1,4 @@
\section type type - Indicate how a name would be interpreted if used as a command name
\section type type - indicate how a name would be interpreted if used as a command name
\subsection type-synopsis Synopsis
<tt>type [OPTIONS] name [name ...]</tt>

View file

@ -1,4 +1,4 @@
\section ulimit ulimit - Set or get the shells resource usage limits
\section ulimit ulimit - set or get the shells resource usage limits
\subsection ulimit-synopsis Synopsis
<tt>ulimit [OPTIONS] [LIMIT]</tt>

View file

@ -1,4 +1,4 @@
\section umask umask - Set or get the shells resource usage limits
\section umask umask - set or get the shells resource usage limits
\subsection umask-synopsis Synopsis
<code>umask [OPTIONS] [MASK]</code>

View file

@ -1,4 +1,4 @@
\section vared vared - Interactively edit the value of an environment variable
\section vared vared - interactively edit the value of an environment variable
\subsection vared-synopsis Synopsis
<tt>vared VARIABLE_NAME</tt>

View file

@ -3,7 +3,7 @@
\subsection while-synopsis Synopsis
<tt>while CONDITION; COMMANDS...; end</tt>
\subsection while-synopsis Synopsis
\subsection while-description Description
The <tt>while</tt> builtin causes fish to continually execute CONDITION and
execute COMMANDS as long as CONDITION returned with status 0. If CONDITION is
false on the first time, COMMANDS will not be executed at all. Hints: use