about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-09-09 17:54:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-09-09 17:54:24 +0000
commit4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a (patch)
treedea08d27015d855a6fe74890648e0c62e8ce1b7a /Doc/Zsh
parent0974744f43003e71afdf54d544c87538f376b8e5 (diff)
downloadzsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.tar.gz
zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.tar.xz
zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.zip
Greg Klanderman: 27255: some consistency fixes
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/builtins.yo2
-rw-r--r--Doc/Zsh/compctl.yo4
-rw-r--r--Doc/Zsh/compsys.yo8
-rw-r--r--Doc/Zsh/contrib.yo2
4 files changed, 8 insertions, 8 deletions
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