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 fixed typo in example (fixes PR 9023)



details:   https://anonhg.NetBSD.org/src/rev/098a05ed44fd
branches:  trunk
changeset: 480660:098a05ed44fd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 17 12:44:39 2000 +0000

description:
fixed typo in example (fixes PR 9023)

diffstat:

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

diffs (21 lines):

diff -r 46981cdd1f71 -r 098a05ed44fd gnu/usr.bin/tar/tar.1
--- a/gnu/usr.bin/tar/tar.1     Mon Jan 17 12:22:37 2000 +0000
+++ b/gnu/usr.bin/tar/tar.1     Mon Jan 17 12:44:39 2000 +0000
@@ -3,7 +3,7 @@
 .\"
 .\"    Written by John F. Woods <jfw%jfwhome.funhouse.com@localhost>
 .\"
-.\"    $NetBSD: tar.1,v 1.16 1999/09/26 21:29:31 jdolecek Exp $
+.\"    $NetBSD: tar.1,v 1.17 2000/01/17 12:44:39 wiz Exp $
 .\"
 .Dd 6 August 1994
 .Os
@@ -344,7 +344,7 @@
 To copy a file hierarchy while preserving metadata, type
 .\" "-C destdir" and "36 tar/" are hack to prevent not to pass
 .\" more than 10 argument to .Dl
-.Dl tar cf - -C srcdir ". |" tar xpf "-C destdir"
+.Dl tar cf - -C srcdir ". |" tar xpf "- -C destdir"
 .Pp
 To create a compressed archive on diskette, using gzip, use a command-line like
 .Dl tar --block-compress -z -c -v -f /dev/rfd1a -b "36 tar/"



Home | Main Index | Thread Index | Old Index