Typo fix in the EXAMPLES section.

This commit is contained in:
Masafumi Max NAKANE 1997-06-05 23:12:13 +00:00
parent b97151f21b
commit 88e57b4a69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26459

View File

@ -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