From 885d16fcd65c8d0bb74922746119bfb15551e578 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 1 Nov 2006 01:23:16 +1000 Subject: [PATCH] Fix casing and other minor issues in documentation darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz --- doc_src/and.txt | 2 +- doc_src/begin.txt | 2 +- doc_src/bind.txt | 2 +- doc_src/block.txt | 2 +- doc_src/commandline.txt | 2 +- doc_src/contains.txt | 2 +- doc_src/count.txt | 2 +- doc_src/dirh.txt | 2 +- doc_src/dirs.txt | 2 +- doc_src/exec.txt | 2 +- doc_src/fish.txt | 2 +- doc_src/fish_pager.txt | 2 +- doc_src/fishd.txt | 2 +- doc_src/help.txt | 2 +- doc_src/if.txt | 2 +- doc_src/isatty.txt | 2 +- doc_src/mimedb.txt | 2 +- doc_src/nextd.txt | 2 +- doc_src/not.txt | 2 +- doc_src/open.txt | 2 +- doc_src/or.txt | 2 +- doc_src/popd.txt | 2 +- doc_src/prevd.txt | 2 +- doc_src/psub.txt | 2 +- doc_src/pushd.txt | 2 +- doc_src/random.txt | 2 +- doc_src/return.txt | 2 +- doc_src/set.txt | 2 +- doc_src/set_color.txt | 2 +- doc_src/source.txt | 2 +- doc_src/status.txt | 2 +- doc_src/type.txt | 2 +- doc_src/ulimit.txt | 2 +- doc_src/umask.txt | 2 +- doc_src/vared.txt | 2 +- doc_src/while.txt | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/doc_src/and.txt b/doc_src/and.txt index f36adfb3f..8069f2b07 100644 --- a/doc_src/and.txt +++ b/doc_src/and.txt @@ -1,4 +1,4 @@ -\section and and - Conditionally execute a command +\section and and - conditionally execute a command \subsection and-synopsis Synopsis COMMAND1; and COMMAND2 diff --git a/doc_src/begin.txt b/doc_src/begin.txt index ecdac1c89..acc269828 100644 --- a/doc_src/begin.txt +++ b/doc_src/begin.txt @@ -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 begin; [COMMANDS...;] end diff --git a/doc_src/bind.txt b/doc_src/bind.txt index b56451826..dc2eebf6d 100644 --- a/doc_src/bind.txt +++ b/doc_src/bind.txt @@ -1,4 +1,4 @@ -\section bind bind - Handle key bindings. +\section bind bind - handle key bindings \subsection bind-synopsis Synopsis bind [OPTIONS] [BINDINGS...] diff --git a/doc_src/block.txt b/doc_src/block.txt index a1256bb87..670a39b28 100644 --- a/doc_src/block.txt +++ b/doc_src/block.txt @@ -1,4 +1,4 @@ -\section block block - Temporarily block delivery of events +\section block block - temporarily block delivery of events \subsection block-synopsis Synopsis block [OPTIONS...] diff --git a/doc_src/commandline.txt b/doc_src/commandline.txt index b8834ee85..32255f91c 100644 --- a/doc_src/commandline.txt +++ b/doc_src/commandline.txt @@ -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 commandline [OPTIONS] [CMD] diff --git a/doc_src/contains.txt b/doc_src/contains.txt index b785c9b90..4add8b0e6 100644 --- a/doc_src/contains.txt +++ b/doc_src/contains.txt @@ -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 contains [OPTIONS] KEY [VALUES...] diff --git a/doc_src/count.txt b/doc_src/count.txt index dcadea909..5b6e4606d 100644 --- a/doc_src/count.txt +++ b/doc_src/count.txt @@ -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 count $VARIABLE diff --git a/doc_src/dirh.txt b/doc_src/dirh.txt index 539607dd4..0a65bdb62 100644 --- a/doc_src/dirh.txt +++ b/doc_src/dirh.txt @@ -1,4 +1,4 @@ -\section dirh dirh +\section dirh dirh - print directory history \subsection dirh-synopsis Synopsis dirh diff --git a/doc_src/dirs.txt b/doc_src/dirs.txt index 90d90574f..0419440ca 100644 --- a/doc_src/dirs.txt +++ b/doc_src/dirs.txt @@ -1,4 +1,4 @@ -\section dirs dirs +\section dirs dirs - print directory stack \subsection dirs-synopsis Synopsis dirs diff --git a/doc_src/exec.txt b/doc_src/exec.txt index fca95b7ae..e0e661fb2 100644 --- a/doc_src/exec.txt +++ b/doc_src/exec.txt @@ -1,4 +1,4 @@ -\section exec exec - Execute command in current process +\section exec exec - execute command in current process \subsection exec-synopsis Synopsis exec COMMAND [OPTIONS...] diff --git a/doc_src/fish.txt b/doc_src/fish.txt index 5c3501467..32a56aa8f 100644 --- a/doc_src/fish.txt +++ b/doc_src/fish.txt @@ -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...]] diff --git a/doc_src/fish_pager.txt b/doc_src/fish_pager.txt index b1e7b8371..304f62140 100644 --- a/doc_src/fish_pager.txt +++ b/doc_src/fish_pager.txt @@ -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 diff --git a/doc_src/fishd.txt b/doc_src/fishd.txt index dc18b08df..a2bb494bb 100644 --- a/doc_src/fishd.txt +++ b/doc_src/fishd.txt @@ -1,4 +1,4 @@ -\section fishd fishd - Universal variable daemon +\section fishd fishd - universal variable daemon \subsection fishd-synopsis Synopsis fishd [(-h|--help|-v|--version)] diff --git a/doc_src/help.txt b/doc_src/help.txt index 6191a5d58..3dc90e9a8 100644 --- a/doc_src/help.txt +++ b/doc_src/help.txt @@ -1,4 +1,4 @@ -\section help help - Display fish documentation +\section help help - display fish documentation \subsection help-synopsis Synopsis help [SECTION] diff --git a/doc_src/if.txt b/doc_src/if.txt index fca3ecf03..32a1bc3d1 100644 --- a/doc_src/if.txt +++ b/doc_src/if.txt @@ -1,4 +1,4 @@ -\section if if - Conditionally execute a command +\section if if - conditionally execute a command \subsection if-synopsis Synopsis if CONDITION; COMMANDS_TRUE...; [else; COMMANDS_FALSE...;] end diff --git a/doc_src/isatty.txt b/doc_src/isatty.txt index 4ec855e97..cf6cc2ed3 100644 --- a/doc_src/isatty.txt +++ b/doc_src/isatty.txt @@ -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 isatty [FILE DESCRIPTOR] diff --git a/doc_src/mimedb.txt b/doc_src/mimedb.txt index 2f404dc39..202d2aafb 100644 --- a/doc_src/mimedb.txt +++ b/doc_src/mimedb.txt @@ -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 mimedb [OPTIONS] FILES... diff --git a/doc_src/nextd.txt b/doc_src/nextd.txt index 91ec46d2f..5adbc915f 100644 --- a/doc_src/nextd.txt +++ b/doc_src/nextd.txt @@ -1,4 +1,4 @@ -\section nextd nextd +\section nextd nextd - move forward through directory history \subsection nextd-synopsis Synopsis nextd [-l | --list] [pos] diff --git a/doc_src/not.txt b/doc_src/not.txt index a40818cf2..5adedc3a9 100644 --- a/doc_src/not.txt +++ b/doc_src/not.txt @@ -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 not COMMAND [OPTIONS...] diff --git a/doc_src/open.txt b/doc_src/open.txt index 5a191e3b9..4f8c78f78 100644 --- a/doc_src/open.txt +++ b/doc_src/open.txt @@ -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 open FILES... diff --git a/doc_src/or.txt b/doc_src/or.txt index dc36b535c..96f504510 100644 --- a/doc_src/or.txt +++ b/doc_src/or.txt @@ -1,4 +1,4 @@ -\section or or - Conditionally execute a command +\section or or - conditionally execute a command \subsection or-synopsis Synopsis COMMAND1; or COMMAND2 diff --git a/doc_src/popd.txt b/doc_src/popd.txt index 9ecf0ec4f..521059abb 100644 --- a/doc_src/popd.txt +++ b/doc_src/popd.txt @@ -1,4 +1,4 @@ -\section popd popd +\section popd popd - move through directory stack \subsection popd-synopsis Synopsis popd diff --git a/doc_src/prevd.txt b/doc_src/prevd.txt index b629edbb0..796e8bb82 100644 --- a/doc_src/prevd.txt +++ b/doc_src/prevd.txt @@ -1,4 +1,4 @@ -\section prevd prevd +\section prevd prevd - move backward through direcotry history \subsection prevd-synopsis Synopsis prevd [-l | --list] [pos] diff --git a/doc_src/psub.txt b/doc_src/psub.txt index 6fd0950c0..0e02281b5 100644 --- a/doc_src/psub.txt +++ b/doc_src/psub.txt @@ -1,4 +1,4 @@ -\section psub psub - Perform process substitution +\section psub psub - perform process substitution \subsection psub-synopsis Synopsis COMMAND1 (COMMAND2|psub) diff --git a/doc_src/pushd.txt b/doc_src/pushd.txt index 1b5ae7efc..4a208791e 100644 --- a/doc_src/pushd.txt +++ b/doc_src/pushd.txt @@ -1,4 +1,4 @@ -\section pushd pushd +\section pushd pushd - push directory to directory stack \subsection pushd-synopsis Synopsis pushd [DIRECTORY] diff --git a/doc_src/random.txt b/doc_src/random.txt index 9e08126d2..f6dd0928f 100644 --- a/doc_src/random.txt +++ b/doc_src/random.txt @@ -1,4 +1,4 @@ -\section random random - Generate random number +\section random random - generate random number \subsection random-synopsis Synopsis random [SEED] diff --git a/doc_src/return.txt b/doc_src/return.txt index 4009130a4..e7883f37f 100644 --- a/doc_src/return.txt +++ b/doc_src/return.txt @@ -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 function NAME; [COMMANDS...;] return [STATUS]; [COMMANDS...;] end diff --git a/doc_src/set.txt b/doc_src/set.txt index c5f20b1ca..a7d72abb3 100644 --- a/doc_src/set.txt +++ b/doc_src/set.txt @@ -1,4 +1,4 @@ -\section set set - Handle environment variables. +\section set set - handle environment variables. \subsection set-synopsis Synopsis
diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt
index 08effe69c..c40fa9407 100644
--- a/doc_src/set_color.txt
+++ b/doc_src/set_color.txt
@@ -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
  set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR]
diff --git a/doc_src/source.txt b/doc_src/source.txt
index e94e38f3b..8cbc9c889 100644
--- a/doc_src/source.txt
+++ b/doc_src/source.txt
@@ -1,4 +1,4 @@
-\section source . - Evaluate contents of file.
+\section source . - evaluate contents of file.
 
 \subsection source-synopsis Synopsis
 . FILENAME
diff --git a/doc_src/status.txt b/doc_src/status.txt
index f65a9b4ba..65896f2bc 100644
--- a/doc_src/status.txt
+++ b/doc_src/status.txt
@@ -1,4 +1,4 @@
-\section status status - Query fish runtime information
+\section status status - query fish runtime information
 
 \subsection status-synopsis Synopsis
  status [OPTION]
diff --git a/doc_src/type.txt b/doc_src/type.txt
index f0ca6d37e..593da3b91 100644
--- a/doc_src/type.txt
+++ b/doc_src/type.txt
@@ -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
  type [OPTIONS] name [name ...]
diff --git a/doc_src/ulimit.txt b/doc_src/ulimit.txt
index ff0f60ea0..ac7164949 100644
--- a/doc_src/ulimit.txt
+++ b/doc_src/ulimit.txt
@@ -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
 ulimit [OPTIONS] [LIMIT]
diff --git a/doc_src/umask.txt b/doc_src/umask.txt
index 04ad89877..793b117e9 100644
--- a/doc_src/umask.txt
+++ b/doc_src/umask.txt
@@ -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
 umask [OPTIONS] [MASK]
diff --git a/doc_src/vared.txt b/doc_src/vared.txt
index 1278533bf..bf383560e 100644
--- a/doc_src/vared.txt
+++ b/doc_src/vared.txt
@@ -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
  vared VARIABLE_NAME
diff --git a/doc_src/while.txt b/doc_src/while.txt
index 6b2bebb01..1ec643d2f 100644
--- a/doc_src/while.txt
+++ b/doc_src/while.txt
@@ -3,7 +3,7 @@
 \subsection while-synopsis Synopsis
 while CONDITION; COMMANDS...; end
 
-\subsection while-synopsis Synopsis
+\subsection while-description Description
 The while 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