From 1cb150c8dd75597ae8f9a35d183232a3b8dab626 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 10 Jan 2003 17:37:23 +0000 Subject: Make the "tarcp" example more direct. --- bin/pax/pax.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/pax/pax.1') diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 3a35a6b..26ffc54 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 -- cgit v1.1