Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

minor doc patch



This just makes consistent 'filing system' vs 'filesystem' vs 'file
system' and adds a missing 'd' on 'quoted'.

greg



Index: Doc/Zsh/builtins.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v
retrieving revision 1.125
diff -u -r1.125 builtins.yo
--- Doc/Zsh/builtins.yo	24 Jul 2009 18:35:52 -0000	1.125
+++ Doc/Zsh/builtins.yo	9 Sep 2009 04:42:36 -0000
@@ -2055,7 +2055,7 @@
 
 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).
 
Index: Doc/Zsh/compctl.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compctl.yo,v
retrieving revision 1.10
diff -u -r1.10 compctl.yo
--- Doc/Zsh/compctl.yo	14 Jul 2008 17:39:26 -0000	1.10
+++ Doc/Zsh/compctl.yo	9 Sep 2009 04:42:36 -0000
@@ -177,10 +177,10 @@
 
 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
Index: Doc/Zsh/compsys.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compsys.yo,v
retrieving revision 1.222
diff -u -r1.222 compsys.yo
--- Doc/Zsh/compsys.yo	23 May 2009 20:53:40 -0000	1.222
+++ Doc/Zsh/compsys.yo	9 Sep 2009 04:42:36 -0000
@@ -1387,16 +1387,16 @@
 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 @@
 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
Index: Doc/Zsh/contrib.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/contrib.yo,v
retrieving revision 1.101
diff -u -r1.101 contrib.yo
--- Doc/Zsh/contrib.yo	22 May 2009 17:38:06 -0000	1.101
+++ Doc/Zsh/contrib.yo	9 Sep 2009 04:42:37 -0000
@@ -2565,7 +2565,7 @@
 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



Messages sorted by: Reverse Date, Date, Thread, Author