diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-11 19:47:07 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-11 19:47:07 +0000 |
| commit | 3414ffc21ea698376d97384b14eae31db4d3640f (patch) | |
| tree | 80805ff2869f05aba5c8df8c12bc4fad79825794 /bin | |
| parent | 2a1479378ed9961006cad6da73679f8e6923519e (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ls/ls.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index a5810792c61dd..fe136816ff921 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: ls.1,v 1.6 1996/12/14 06:03:27 steve Exp $ +.\" $Id: ls.1,v 1.7 1997/01/11 19:24:22 mpp Exp $ .\" .Dd July 29, 1994 .Dt LS 1 @@ -110,7 +110,9 @@ Output is not sorted. .It Fl i For each file, print the file's file serial number (inode number). .It Fl k -If the 's' option is specified, print the file size allocation in kilobytes, +If the +.Fl s +option is specified, print the file size allocation in kilobytes, not blocks. .It Fl l (The lowercase letter ``ell.'') List in long format. (See below.) |
