summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-06-05 23:12:13 +0000
committermax <max@FreeBSD.org>1997-06-05 23:12:13 +0000
commite6108ea0c5bb43427eff97c8235e8cb6ea38594e (patch)
treefd488d6794cdc2d02a3cce357d37663850cfe451 /gnu
parentd1abd2cb44215800bafdb22938326619dd4210b9 (diff)
downloadFreeBSD-src-e6108ea0c5bb43427eff97c8235e8cb6ea38594e.zip
FreeBSD-src-e6108ea0c5bb43427eff97c8235e8cb6ea38594e.tar.gz
Typo fix in the EXAMPLES section.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/tar.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index 1f4fc6c..d8c3f24 100644
--- a/gnu/usr.bin/tar/tar.1
+++ b/gnu/usr.bin/tar/tar.1
@@ -3,7 +3,7 @@
.\"
.\" Written by John F. Woods <jfw@jfwhome.funhouse.com>
.\"
-.\" $Id$
+.\" $Id: tar.1,v 1.8 1997/02/22 15:48:17 peter Exp $
.\"
.Dd 6 August 1994
.Os FreeBSD
@@ -321,7 +321,7 @@ the archive, of course).
.Pp
To move file hierarchies, use a command line like this:
.Bd -literal
-tar tar -cf - -C srcdir . | tar xpf - -C destdir
+tar -cf - -C srcdir . | tar xpf - -C destdir
.Ed
.Pp
To create a compressed archive on diskette, using gzip, use a command-line like
OpenPOWER on IntegriCloud