summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-08-31 18:47:56 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-08-31 18:47:56 +0000
commit12ccc0aa08a3046e36bd68e49870c53e530cec86 (patch)
treef6b814662078ab27bbc1c7fb224369774e044927 /bin
parent596b98ba160e9a3e9aff06664e968afc534ecfcb (diff)
downloadsrc-test-12ccc0aa08a3046e36bd68e49870c53e530cec86.tar.gz
src-test-12ccc0aa08a3046e36bd68e49870c53e530cec86.zip
ls(1): Update all POSIX references and correct the STANDARDS section
- Update the POSIX references for non-standard ls(1) options - Simplify the STANDARDS section by mention both supported POSIX versions Reported by: hrs Reviewed by: hrs, bcr Approved by: hrs, bcr MFC after: 3 days X-MFC-With: r364449 Differential Revision: https://reviews.freebsd.org/D26210
Notes
Notes: svn path=/head/; revision=365004
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/ls.119
1 files changed, 10 insertions, 9 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index e64322f46798d..a833a330d1134 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -32,7 +32,7 @@
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
.\" $FreeBSD$
.\"
-.Dd August 21, 2020
+.Dd August 31, 2020
.Dt LS 1
.Os
.Sh NAME
@@ -197,7 +197,7 @@ This option is not defined in
Display each file's MAC label; see
.Xr maclabel 7 .
This option is not defined in
-.St -p1003.1-2001 .
+.St -p1003.1-2008 .
.It Fl a
Include directory entries whose names begin with a
dot
@@ -209,7 +209,7 @@ but use
.Tn C
escape codes whenever possible.
This option is not defined in
-.St -p1003.1-2001 .
+.St -p1003.1-2008 .
.It Fl c
Use time when file status was last changed for sorting or printing.
.It Fl -color Ns = Ns Ar when
@@ -292,7 +292,7 @@ and
.Fl t
options.
As allowed by
-.St -p1003.1-2001 ,
+.St -p1003.1-2008 ,
this option has no effect on the
.Fl d ,
.Fl l ,
@@ -308,7 +308,7 @@ where it was used to display the group name in the long
.Pq Fl l
format output.
This option is incompatible with
-.St -p1003.1-2001 .
+.St -p1003.1-2008 .
.It Fl h
When used with the
.Fl l
@@ -316,7 +316,7 @@ option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte
and Petabyte in order to reduce the number of digits to four or fewer
using base 2 for sizes.
This option is not defined in
-.St -p1003.1-2001 .
+.St -p1003.1-2008 .
.It Fl i
For each file, print the file's file serial number (inode number).
.It Fl k
@@ -343,7 +343,7 @@ Include the file flags in a long
.Pq Fl l
output.
This option is incompatible with
-.St -p1003.1-2001 .
+.St -p1003.1-2008 .
See
.Xr chflags 1
for a list of file flags and their meanings.
@@ -895,13 +895,14 @@ and
the
.Nm
utility conforms to
+.St -p1003.1-2001
+and
.St -p1003.1-2008 .
The options
.Fl B , D , G , I , T , U , W , Z , b , h , w , y
and
.Fl ,
-are compatible extensions not defined in
-.St -p1003.1-2008 .
+are non-standard extensions.
.Pp
The ACL support is compatible with
.Tn IEEE