summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-01-30 22:56:48 +0100
committerJim Meyering <jim@meyering.net>2007-01-30 22:56:48 +0100
commitc5d2da8ac8653f60d44f2ae9bcf726b341d13201 (patch)
treed89e012284ce292c35392a6ae8fc709216d5fc39 /doc
parent31bb8a431a022ffd24e4d0e08a3ee0b26099d302 (diff)
downloadcoreutils-c5d2da8ac8653f60d44f2ae9bcf726b341d13201.tar.xz
* coreutils.texi: @item -> @itemx to fix some typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/coreutils.texi6
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0dd0f9ef0..6835cf7bc 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,11 @@
2007-01-30 Paul Eggert <eggert@cs.ucla.edu>
+ * coreutils.texi
+ (Input processing in ptx, mkdir invocation, rmdir invocation):
+ @item -> @itemx to fix some typos.
+
+2007-01-30 Paul Eggert <eggert@cs.ucla.edu>
+
* coreutils.texi (mkdir invocation): Say how to set the file
permission bits of a parent directory with mkdir -p.
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 033059a7f..f738d8399 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -4567,7 +4567,7 @@ Fold lower case letters to upper case for sorting.
@table @samp
@item -b @var{file}
-@item --break-file=@var{file}
+@itemx --break-file=@var{file}
This option provides an alternative (to @option{-W}) method of describing
which characters make up words. It introduces the name of a
@@ -8462,7 +8462,7 @@ Setgid}, for how the set-user-ID and set-group-ID bits of
newly-created parent directories are inherited.
@item -v
-@item --verbose
+@itemx --verbose
@opindex -v
@opindex --verbose
Print a message for each created directory. This is most useful with
@@ -8709,7 +8709,7 @@ a failure does not evoke a diagnostic and does not cause @command{rmdir} to
exit unsuccessfully.
@item -v
-@item --verbose
+@itemx --verbose
@opindex -v
@opindex --verbose
@cindex directory deletion, reporting