diff options
author | 2006-03-25 07:53:47 +0000 | |
---|---|---|
committer | 2006-03-25 07:53:47 +0000 | |
commit | a9710edd92ba855bf5ec220aeee87390656735af (patch) | |
tree | 347f117629b9d0dd49e562f70eb7b86054648808 | |
parent | Use fstat(3) instead of stat(3) as a matter of principle. We don't (diff) | |
download | wireguard-openbsd-a9710edd92ba855bf5ec220aeee87390656735af.tar.xz wireguard-openbsd-a9710edd92ba855bf5ec220aeee87390656735af.zip |
Use correct directory in example.
From Alf Schlichting.
OK jmc@ and otto@
-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 58a33818f6d..644d2a2d8bc 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.46 2005/06/02 19:06:43 jaredy Exp $ +.\" $OpenBSD: pax.1,v 1.47 2006/03/25 07:53:47 ray Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1051,7 +1051,7 @@ directory hierarchy to .Bd -literal -offset indent $ mkdir newdir $ cd olddir -$ pax -rw . newdir +$ pax -rw . ../newdir .Ed .Pp Read the archive |