diff options
author | steve <steve@FreeBSD.org> | 1998-05-31 22:43:57 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-31 22:43:57 +0000 |
commit | b8815315548b38a18e5c213feb3bf816cd997214 (patch) | |
tree | c6392bb0d10f9063be3ba7f2523ea61d5d4c8530 /bin | |
parent | 5423c2940313b37cb55947874ea06c472233851b (diff) | |
download | FreeBSD-src-b8815315548b38a18e5c213feb3bf816cd997214.zip FreeBSD-src-b8815315548b38a18e5c213feb3bf816cd997214.tar.gz |
Clarify the example a bit.
PR: 6801
Reviewed by: David Kelly <dkelly@hiwaay.net>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/pax.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index e46facb..a54a013 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 -.\" $Id: pax.1,v 1.6 1998/03/19 07:26:37 charnier Exp $ +.\" $Id: pax.1,v 1.7 1998/05/15 06:27:45 charnier Exp $ .\" .Dd April 18, 1994 .Dt PAX 1 @@ -1053,13 +1053,13 @@ gives the verbose table of contents for an archive stored in .Pa filename . .Pp The following commands: -.Dl mkdir newdir -.Dl cd olddir -.Dl pax -rw .\ newdir +.Dl mkdir /tmp/foo +.Dl cd /tmp/bar +.Dl pax -rw .\ /tmp/foo will copy the entire -.Pa olddir +.Pa /tmp/bar directory hierarchy to -.Pa newdir . +.Pa /tmp/foo . .Pp The command: .Dl pax -r -s ',^//*usr//*,,' -f a.pax |