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 Use macros rather than writing double quote ...



details:   https://anonhg.NetBSD.org/src/rev/edf01826e119
branches:  trunk
changeset: 476716:edf01826e119
user:      enami <enami%NetBSD.org@localhost>
date:      Sun Sep 26 00:50:05 1999 +0000

description:
Use macros rather than writing double quote directly.

diffstat:

 gnu/usr.bin/tar/tar.1 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 390c1496bbf8 -r edf01826e119 gnu/usr.bin/tar/tar.1
--- a/gnu/usr.bin/tar/tar.1     Sun Sep 26 00:45:44 1999 +0000
+++ b/gnu/usr.bin/tar/tar.1     Sun Sep 26 00:50:05 1999 +0000
@@ -3,7 +3,7 @@
 .\"
 .\"    Written by John F. Woods <jfw%jfwhome.funhouse.com@localhost>
 .\"
-.\"    $NetBSD: tar.1,v 1.13 1999/09/26 00:45:44 enami Exp $
+.\"    $NetBSD: tar.1,v 1.14 1999/09/26 00:50:05 enami Exp $
 .\"
 .Dd 6 August 1994
 .Os
@@ -295,7 +295,8 @@
 .Ar program
 (which must accept
 .Fl d
-to mean ``decompress'').
+to mean
+.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).



Home | Main Index | Thread Index | Old Index