diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 87ab81f87e2e..56060d055f05 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ls.1,v 1.47 2003/12/26 06:19:19 grant Exp $ +.\" $NetBSD: ls.1,v 1.48 2003/12/26 11:19:50 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -124,12 +124,16 @@ and .Fl l options, causing the sizes to be reported in bytes displayed in a human readable format. +Overrides +.Fl k . .It Fl i For each file, print the file's file serial number (inode number). .It Fl k Modifies the .Fl s option, causing the sizes to be reported in kilobytes. +See also +.Fl h . .It Fl L If argument is a symbolic link, list the file or directory the link references rather than the link itself. @@ -246,7 +250,8 @@ or options are specified. .Pp File information is displayed with one or more -\*[Lt]blank\*[Gt]s separating the information associated with the +.Aq blank +separating the information associated with the .Fl i , .Fl s , and @@ -407,8 +412,10 @@ The following environment variables affect the execution of If the environment variable .Ev BLOCKSIZE is set, and the +.Fl h +and .Fl k -option is not specified, the block counts +options are not specified, the block counts (see .Fl s ) will be displayed in units of that size block.