diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-06 08:00:44 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-06 08:00:44 +0200 |
commit | 6c95b3f2bf3edfa913a76f83da0c329f1bf0e1ea (patch) | |
tree | e66d3a3290a82231f2cde954d681f55ffe714e47 | |
parent | e9c3d73c147565e7f072db0f844594e9097d9dc1 (diff) | |
download | coreutils-6c95b3f2bf3edfa913a76f83da0c329f1bf0e1ea.tar.xz |
* coreutils.texi (rmdir invocation): Fix a tiny typo.
-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 |