diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-15 13:26:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-15 13:26:38 +0000 |
commit | 4c52326d705b5eed33017146842f77dad33c0f00 (patch) | |
tree | bcece08343fd3ec70c65e196883f791f18d5e5d3 /doc | |
parent | 2fd73898d2c2f3372f98e6d7c7bff5735c1dc95a (diff) | |
download | coreutils-4c52326d705b5eed33017146842f77dad33c0f00.tar.xz |
(ls invocation): Document new option: --author.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 89a0753f7..b87133c28 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4920,6 +4920,13 @@ default, only file names are shown. @table @samp +@item --author +@opindex --author +@cindex hurd, author, printing +List each file's author when producing long format directory listings. +In GNU/Hurd, file authors can differ from their owners, but in other +operating systems the two are the same. + @item -D @itemx --dired @opindex -D |