Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/seq Drop trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/5778657231f8
branches:  trunk
changeset: 573122:5778657231f8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 20 09:13:16 2005 +0000

description:
Drop trailing whitespace.

diffstat:

 usr.bin/seq/seq.1 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 6dcf7c0a906e -r 5778657231f8 usr.bin/seq/seq.1
--- a/usr.bin/seq/seq.1 Thu Jan 20 08:05:55 2005 +0000
+++ b/usr.bin/seq/seq.1 Thu Jan 20 09:13:16 2005 +0000
@@ -55,7 +55,7 @@
 utility prints a sequence of numbers, one per line
 .Pq default ,
 from
-.Ar first 
+.Ar first
 .Pq default 1 ,
 to near
 .Ar last
@@ -96,7 +96,7 @@
 The
 .Ar format
 can contain character escape sequences in backslash notation as
-defined in 
+defined in
 .St -ansiC .
 The default is
 .Cm %g .
@@ -107,7 +107,7 @@
 The
 .Ar string
 can contain character escape sequences in backslash notation as
-defined in 
+defined in
 .St -ansiC .
 The default is
 .Cm \en .
@@ -118,7 +118,7 @@
 The
 .Ar string
 can contain character escape sequences in backslash notation as
-defined in 
+defined in
 .St -ansiC .
 This option is useful when the default separator
 does not contain a
@@ -171,12 +171,12 @@
 and the
 .Tn GNU
 core utilities.
-The 
+The
 .Tn GNU
 .Nm
 command first appeared in the 1.13 shell utilities release.
 .Sh BUGS
-The 
+The
 .Fl w
 option does not handle the transition from pure floating point
 to exponent representation very well.
@@ -184,7 +184,7 @@
 .Nm
 command is not bug for bug compatible with the
 .Tn "Plan 9 from Bell Labs"
-or 
+or
 .Tn GNU
 versions of
 .Nm .



Home | Main Index | Thread Index | Old Index