Source-Changes-HG archive

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

[src/trunk]: src/bin/ls Remove trailing whitespace. Add -M to usage.



details:   https://anonhg.NetBSD.org/src/rev/c8a9f9da7200
branches:  trunk
changeset: 763255:c8a9f9da7200
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Mar 15 08:36:01 2011 +0000

description:
Remove trailing whitespace. Add -M to usage.

diffstat:

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

diffs (40 lines):

diff -r 75b9aef019f4 -r c8a9f9da7200 bin/ls/ls.1
--- a/bin/ls/ls.1       Tue Mar 15 08:33:35 2011 +0000
+++ b/bin/ls/ls.1       Tue Mar 15 08:36:01 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ls.1,v 1.67 2011/03/15 03:52:37 erh Exp $
+.\"    $NetBSD: ls.1,v 1.68 2011/03/15 08:36:01 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,7 +40,7 @@
 .Nd list directory contents
 .Sh SYNOPSIS
 .Nm
-.Op Fl AaBbCcdFfghikLlmnopqRrSsTtuWwx1
+.Op Fl AaBbCcdFfghikLlMmnopqRrSsTtuWwx1
 .Op Ar
 .Sh DESCRIPTION
 For each operand that names a
@@ -144,7 +144,7 @@
 .Fl h
 flags overrides the previous flag.
 See also
-.Fl h 
+.Fl h
 and
 .Fl M .
 .It Fl L
@@ -165,10 +165,10 @@
 .Fl l
 and
 .Fl s
-options, causing the sizes or block counts reported to be separated with 
+options, causing the sizes or block counts reported to be separated with
 commas (or a locale appropriate separator) resulting in a more readable
 output.
-Overrides 
+Overrides
 .Fl h .
 Does not override
 .Fl k .



Home | Main Index | Thread Index | Old Index