mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Typo fix in the EXAMPLES section.
This commit is contained in:
parent
b97151f21b
commit
88e57b4a69
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26459
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user