diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-27 08:06:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-27 08:06:50 +0000 |
commit | 964b94cb09827860a4790635ef6930bba5118fcf (patch) | |
tree | 212319db573fbfbd653d9644f8a20f348b0107d0 | |
parent | b3d8bc251a66c27848acc3eba0e1123c666c0f90 (diff) |
-l and -n options display owner, group and other permissions;
from Jonathan Gray via FreeBSD PR 54294;
-rw-r--r-- | bin/ls/ls.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index f1e3badec04..63c8d3db634 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.37 2003/08/06 19:09:09 tedu Exp $ +.\" $OpenBSD: ls.1,v 1.38 2003/08/27 08:06:49 jmc Exp $ .\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -279,8 +279,8 @@ The file mode printed under the .Fl l or .Fl n -options consists of the entry type, owner permissions, and group -permissions. +options consists of the entry type, owner permissions, group permissions, +and other permissions. The entry type character describes the type of file, as follows: .Pp .Bl -tag -width 4n -offset indent -compact |