Fixed no stat'ing on -i option -- need to stat.
[unix-history] / usr / src / bin / ls / ls.1
index 1341fdd..eb9bed8 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright 1980, 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright 1980, 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)ls.1       6.17 (Berkeley) %G%
+.\"     @(#)ls.1       6.20 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LS 1
 .\"
 .Dd 
 .Dt LS 1
@@ -70,7 +73,8 @@ dot (.).
 .It Fl c
 Use time when file status was last changed for sorting or printing.
 .It Fl d
 .It Fl c
 Use time when file status was last changed for sorting or printing.
 .It Fl d
-Directories are listed as plain files (not searched recursively).
+Directories are listed as plain files (not searched recursively) and
+symbolic links in the argument list are not indirected through.
 .It Fl f
 Output is not sorted.
 .It Fl g
 .It Fl f
 Output is not sorted.
 .It Fl g
@@ -90,6 +94,10 @@ option, causing the sizes to be reported in kilobytes.
 (The lowercase letter ``ell.'')  List in long format. (See below.)
 If the output is to a terminal, a total sum for all the file
 sizes is output on a line before the long listing.
 (The lowercase letter ``ell.'')  List in long format. (See below.)
 If the output is to a terminal, a total sum for all the file
 sizes is output on a line before the long listing.
+.It Fl g
+Include the file flags in a long
+.Pq Fl l
+output
 .It Fl q
 Force printing of non-graphic characters in file names as
 the character `?'; this is the default when output is to a terminal.
 .It Fl q
 Force printing of non-graphic characters in file names as
 the character `?'; this is the default when output is to a terminal.