diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-02-23 17:46:34 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-02-23 17:46:34 +0000 |
| commit | 8c19d2f0cca3500c767c0c31a359dc6c147c902f (patch) | |
| tree | 1bb017b76147a064ba182375f82c513e3d077777 /bin | |
| parent | 2e611bbfac2a7ada5e0aa6b0ee715ab2adeb16a9 (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 e1427987231f..e2bc6748bc07 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 |
