From 4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 9 Sep 2009 17:54:24 +0000 Subject: Greg Klanderman: 27255: some consistency fixes --- ChangeLog | 8 +++++++- Doc/Zsh/builtins.yo | 2 +- Doc/Zsh/compctl.yo | 4 ++-- Doc/Zsh/compsys.yo | 8 ++++---- Doc/Zsh/contrib.yo | 2 +- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2c0f3419..50830ea4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-09-09 Peter Stephenson + + * Greg Klanderman: 27255: Doc/Zsh/builtins.yo, + Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo: + some consistency fixes. + 2009-09-07 Peter Stephenson * 27236 (somewhat late): configure.ac: use $CPPFLAGS @@ -12134,5 +12140,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4771 $ +* $Revision: 1.4772 $ ***************************************************** diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 6d1fffabf..f80ecb6e1 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -2055,7 +2055,7 @@ loaded but not all features could be enabled, tt(zmodload) returns status 2. With tt(-u), tt(zmodload) unloads modules. The same var(name) must be given that was given when the module was loaded, but it is not -necessary for the module to exist in the filesystem. +necessary for the module to exist in the file system. The tt(-i) option suppresses the error if the module is already unloaded (or was never loaded). diff --git a/Doc/Zsh/compctl.yo b/Doc/Zsh/compctl.yo index b1aed041b..2c84f853f 100644 --- a/Doc/Zsh/compctl.yo +++ b/Doc/Zsh/compctl.yo @@ -177,10 +177,10 @@ These produce completion lists made up by the shell itself: startitem() item(tt(-f))( -Filenames and filesystem paths. +Filenames and file system paths. ) item(tt(-/))( -Just filesystem paths. +Just file system paths. ) item(tt(-c))( Command names, including aliases, shell functions, builtins diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index b2f9e22b5..96a5f7657 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1387,16 +1387,16 @@ without a tag. Its values are of the form separated by spaces) as possible matches when completing in the directory var(dir), even if no such files really exist. The dir may be a pattern; pattern characters -or colons in var(dir) should be quote with a backslash to be treated +or colons in var(dir) should be quoted with a backslash to be treated literally. -This can be useful on systems that support special filesystems whose +This can be useful on systems that support special file systems whose top-level pathnames can not be listed or generated with glob patterns. It can also be used for directories for which one does not have read permission. The pattern form can be used to add a certain `magic' entry -to all directories on a particular filing system. +to all directories on a particular file system. ) kindex(fake-parameters, completion style) item(tt(fake-parameters))( @@ -1952,7 +1952,7 @@ completing options). It defaults to `tt(-)tt(-)' (two hyphens). kindex(local, completion style) item(tt(local))( This is for use with functions that complete URLs for which the -corresponding files are available directly from the filing system. +corresponding files are available directly from the file system. Its value should consist of three strings: a hostname, the path to the default web pages for the server, and the directory name used by a user placing web pages within their home diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 4131d6645..feda95210 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2565,7 +2565,7 @@ in place of the default alias. See `Accessing On-Line Help' ifzman(above)\ ifnzman((noderef(Utilities))) for setup instructions. -In the discussion which follows, if var(cmd) is a filesystem path, it is +In the discussion which follows, if var(cmd) is a file system path, it is first reduced to its rightmost component (the file name). Help is first sought by looking for a file named var(cmd) in the directory -- cgit 1.4.1