diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/coreutils.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 393ee7cf7..a5f3bdd62 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-06-06 Jim Meyering <jim@meyering.net> + + * coreutils.texi (rmdir invocation): Fix a tiny typo. + 2007-06-03 Jim Meyering <jim@meyering.net> * constants.texi: Remove from version control. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index f89db18f1..4ba2fb9a6 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8719,7 +8719,7 @@ rmdir [@var{option}]@dots{} @var{directory}@dots{} If any @var{directory} argument does not refer to an existing empty directory, it is an error. -The program accepts the following option. Also see @ref{Common options}. +The program accepts the following options. Also see @ref{Common options}. @table @samp |