diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-28 11:50:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-28 11:50:52 +0000 |
commit | 2fbf76fe3c693acf225eb222ec79264b1697dbbe (patch) | |
tree | 446ab4118433cc62dfba95a1d82a7bb26178baa2 /bin/ls | |
parent | 24751dacf47dbb58a385fdc11934d5bd977b9689 (diff) |
remove some duplicate information from the description of -g: this
information is already provided further down the page;
ok sobrado
Diffstat (limited to 'bin/ls')
-rw-r--r-- | bin/ls/ls.1 | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index e0b874c95de..4d3bcbd7bc4 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ls.1,v 1.55 2009/01/19 09:46:59 sobrado Exp $ +.\" $OpenBSD: ls.1,v 1.56 2009/01/28 11:50:51 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 19 2009 $ +.Dd $Mdocdate: January 28 2009 $ .Dt LS 1 .Os .Sh NAME @@ -125,16 +125,6 @@ Output is not sorted. List in long format as in .Fl l , except that the owner is not printed. -The output of -.Fl gn -and -.Fl ng -is identical: -a long listing with numerical group ID, -and no numerical user ID. -.Fl g -is always overridden by -.Fl l . .It Fl h When used with a long format option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, |