Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/tar Fix date, whitespace and punctuation.



details:   https://anonhg.NetBSD.org/src/rev/afa7cef13413
branches:  trunk
changeset: 508235:afa7cef13413
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 09 12:14:03 2001 +0000

description:
Fix date, whitespace and punctuation.

diffstat:

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

diffs (60 lines):

diff -r 4587161f2828 -r afa7cef13413 gnu/usr.bin/tar/tar.1
--- a/gnu/usr.bin/tar/tar.1     Mon Apr 09 12:13:21 2001 +0000
+++ b/gnu/usr.bin/tar/tar.1     Mon Apr 09 12:14:03 2001 +0000
@@ -3,9 +3,9 @@
 .\"
 .\"    Written by John F. Woods <jfw%jfwhome.funhouse.com@localhost>
 .\"
-.\"    $NetBSD: tar.1,v 1.18 2000/07/05 11:57:57 ad Exp $
+.\"    $NetBSD: tar.1,v 1.19 2001/04/09 12:14:03 wiz Exp $
 .\"
-.Dd 6 August 1994
+.Dd August 6, 1994
 .Os
 .Dt TAR 1
 .Sh NAME
@@ -25,7 +25,7 @@
 .Op Fl C Ar directory-name
 .Sh DESCRIPTION
 .Nm
-is short for 
+is short for
 .Dq tape archiver,
 so named for historical reasons; the
 .Nm
@@ -70,7 +70,7 @@
 This has the effect of adding the files contained in the named file to
 the first archive, rather than adding the second archive as an element
 of the first.
-.Em Note:
+.Em Note :
 This option requires a rewritable tarfile,
 and therefore does not work on quarter-inch cartridge tapes.
 .It Fl c
@@ -222,7 +222,7 @@
 Extract all protection information.
 .It Fl -preserve
 Has the effect of
-.Fl p s.
+.Fl p s .
 .It Fl P
 .It Fl -absolute-paths
 Don't strip leading `/'s from file names.
@@ -301,7 +301,7 @@
 (which must accept
 .Fl d
 to mean
-.Do decompress Dc Ns ).
+.Do decompress Dc Ns ) .
 .It Fl -block-compress
 Block the output of compression program for tapes or floppies
 (otherwise writes will be of odd length, which device drivers may reject).
@@ -375,7 +375,7 @@
 program examines the following environment variables:
 .Bl -tag -width "POSIXLY-CORRECT"
 .It Ev POSIXLY-CORRECT
-Normally, 
+Normally,
 .Nm
 will process flag arguments that appear in the file list.
 If set in the environment, this flag causes



Home | Main Index | Thread Index | Old Index