diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 20:08:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 20:08:46 +0000 |
commit | 0c0541c3241df8f7704fb7a5f27494e32f2d5c4a (patch) | |
tree | bc39a7865b1401e6b3ba90edd6f40be26a271589 /bin | |
parent | 536c4eb813390ce9af517b301226937d06a266aa (diff) |
quote args to make them expand properly;
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/pax.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 06612c73dc8..a8e2165e6b9 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.40 2003/06/13 17:51:14 millert Exp $ +.\" $OpenBSD: pax.1,v 1.41 2003/10/22 20:08:45 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1108,7 +1108,7 @@ Can be used to interactively select the files to copy from the current directory to .Pa dest_dir . .Pp -.Li $ pax -r -pe -U root -G bin -f a.pax +.Li "$ pax -r -pe -U root -G bin -f a.pax" .Pp Extract all files from the archive .Pa a.pax |