diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-12 08:44:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-12 08:44:31 +0000 |
commit | c29cb48a98ba45b10f433263f54fdf4a7bc3f533 (patch) | |
tree | c36b08ae637c9db468084b6337e86c338ec7fe61 /doc | |
parent | 2034cba6f734a5f4b6c7d3bf50827243898926d7 (diff) | |
download | coreutils-c29cb48a98ba45b10f433263f54fdf4a7bc3f533.tar.xz |
Wording changes related to -o, -n, and -g.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/omni-utils.texi | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/omni-utils.texi b/doc/omni-utils.texi index 9b60b226e..55d686e51 100644 --- a/doc/omni-utils.texi +++ b/doc/omni-utils.texi @@ -4527,6 +4527,8 @@ within each section, options are listed alphabetically (ignoring case). The division of options into the subsections is not absolute, since some options affect more than one aspect of @code{ls}'s operation. +Also see @ref{Common options}. + @menu * Which files are listed:: * What information is listed:: @@ -4649,6 +4651,10 @@ Finally, output a line of the form: @end example where @var{word} is the quoting style (@pxref{Formatting the file names}). +@item -g +@opindex -g +Produce long format directory listings, but don't display owner information. + @item -G @itemx --no-group @opindex -G @@ -4745,15 +4751,18 @@ whether an alternate access method applies to the file. When that character is a space, there is no alternate access method. When it is a printing character (e.g., @samp{+}), then there is such a method. -@item -g -@opindex -g -Produce long format directory listings, omitting owner information. +@item -n +@itemx --numeric-uid-gid +@opindex -n +@opindex --numeric-uid-gid +@cindex numeric uid and gid +Produce long format directory listings, but +display numeric UIDs and GIDs instead of the owner and group names. @item -o @opindex -o Produce long format directory listings, but don't display group information. It is equivalent to using @samp{--format=long} with @samp{--no-group} . -This option is provided for compatibility with other versions of @code{ls}. @item -s @itemx --size @@ -5019,13 +5028,6 @@ size (@pxref{Block size}). List files horizontally, with as many as will fit on each line, separated by @samp{, } (a comma and a space). -@item -n -@itemx --numeric-uid-gid -@opindex -n -@opindex --numeric-uid-gid -@cindex numeric uid and gid -List the numeric UID and GID instead of the names. - @item -p @itemx --file-type @itemx --indicator-style=file-type |