summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-25 00:26:53 +0000
committermpp <mpp@FreeBSD.org>1997-02-25 00:26:53 +0000
commit75dbc4794f0d0aad483355cf6dbe2e4a50487f12 (patch)
tree1bf46433b55c04dca5a4097d07901cfa7911f2a1 /bin
parenta56ebd551c470d87a20b8d7467acb3e2cd8ffafe (diff)
downloadFreeBSD-src-75dbc4794f0d0aad483355cf6dbe2e4a50487f12.zip
FreeBSD-src-75dbc4794f0d0aad483355cf6dbe2e4a50487f12.tar.gz
Add a missing period in the -o option description.
Document the depreciated -g option. Inspired by: OpenBSD PR# 119
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/ls.113
1 files changed, 10 insertions, 3 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index b562596..a19c65f 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
-.\" $Id$
+.\" $Id: ls.1,v 1.10 1997/02/22 14:03:57 peter Exp $
.\"
.Dd July 29, 1994
.Dt LS 1
@@ -43,7 +43,7 @@
.Nd list directory contents
.Sh SYNOPSIS
.Nm ls
-.Op Fl ACFLRTWacdfiloqrstu1
+.Op Fl ACFLRTWacdfgiloqrstu1
.Op Ar file ...
.Sh DESCRIPTION
For each operand that names a
@@ -107,6 +107,13 @@ 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
+This option is depreciated and is only available for compatibility
+with
+.Bx 4.3 ;
+it was used to display the group name in the long
+.Pq Fl l
+format output.
.It Fl i
For each file, print the file's file serial number (inode number).
.It Fl k
@@ -121,7 +128,7 @@ sizes is output on a line before the long listing.
.It Fl o
Include the file flags in a long
.Pq Fl l
-output
+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.
OpenPOWER on IntegriCloud