Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ls Crossreference -h and -k. Use Aq instead of \*[Lt]\*[...



details:   https://anonhg.NetBSD.org/src/rev/888da5146d5f
branches:  trunk
changeset: 556738:888da5146d5f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Dec 26 11:19:50 2003 +0000

description:
Crossreference -h and -k. Use Aq instead of \*[Lt]\*[Gt].

diffstat:

 bin/ls/ls.1 |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 2764a8b6ed88 -r 888da5146d5f bin/ls/ls.1
--- a/bin/ls/ls.1       Fri Dec 26 11:13:40 2003 +0000
+++ b/bin/ls/ls.1       Fri Dec 26 11:19:50 2003 +0000
@@ -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 @@
 .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 @@
 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 @@
 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.



Home | Main Index | Thread Index | Old Index