diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 17:15:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 17:15:12 +0000 |
commit | 80c3d3f5d73d8ef04d5c987f5def65b5c90ada63 (patch) | |
tree | a42ae36c3b0a09c8bc3de63de27cfb2103db69f9 /bin/ls | |
parent | d6b70e033b514b6cff957e114f6cdcd7c55ac954 (diff) |
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;
Diffstat (limited to 'bin/ls')
-rw-r--r-- | bin/ls/ls.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 4d3bcbd7bc4..95aa52c2390 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.56 2009/01/28 11:50:51 jmc Exp $ +.\" $OpenBSD: ls.1,v 1.57 2009/02/08 17:15:09 jmc Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 .\" -.Dd $Mdocdate: January 28 2009 $ +.Dd $Mdocdate: February 8 2009 $ .Dt LS 1 .Os .Sh NAME @@ -475,7 +475,7 @@ printed first: The .Nm utility is compliant with the -.St -p1003.1-2004 +.St -p1003.1-2008 specification. .Pp The flags @@ -489,7 +489,7 @@ The group field is now automatically included in the long listing for files and the meaning of the .Fl g flag has been changed in order to be compatible with the -.St -p1003.1-2004 +.St -p1003.1-2008 specification. .Pp Behaviour for the @@ -497,7 +497,7 @@ Behaviour for the and .Fl o flags differs between this implementation and -.St -p1003.1-2004 . +.St -p1003.1-2008 . .Sh HISTORY An .Nm |