diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-10 17:37:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-10 17:37:23 +0000 |
| commit | 2e79837f7b19a8a4eceaab42740fb1ec8878c2f8 (patch) | |
| tree | b1a8783ee2cb8c1acc93da4672d61f6e514bfcc2 /bin | |
| parent | e0bc74123b93206b0322226057c2ac2d5a228d0c (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/pax/pax.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 3a35a6bf0190..26ffc54eae80 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1064,13 +1064,13 @@ gives the verbose table of contents for an archive stored in .Pa filename . .Pp The following commands: -.Dl mkdir /tmp/foo -.Dl cd /tmp/bar -.Dl pax -rw .\ /tmp/foo +.Dl mkdir /tmp/to +.Dl cd /tmp/from +.Dl pax -rw .\ /tmp/to will copy the entire -.Pa /tmp/bar +.Pa /tmp/from directory hierarchy to -.Pa /tmp/foo . +.Pa /tmp/to . .Pp The command: .Dl pax -r -s ',^//*usr//*,,' -f a.pax |
