diff options
author | 2014-04-18 22:23:53 +0000 | |
---|---|---|
committer | 2014-04-18 22:23:53 +0000 | |
commit | 9da69c0dd634dfaaea4a28a806bcea1ecf4e6777 (patch) | |
tree | 2bf9c04042d719861c277577dc35b441c5931fac | |
parent | There is no need to initialize globals to 0. (diff) | |
download | wireguard-openbsd-9da69c0dd634dfaaea4a28a806bcea1ecf4e6777.tar.xz wireguard-openbsd-9da69c0dd634dfaaea4a28a806bcea1ecf4e6777.zip |
tweak;
-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 cd674d7e180..753d81490cf 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.66 2014/04/15 21:21:20 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.67 2014/04/18 22:23:53 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -34,7 +34,7 @@ .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: April 15 2014 $ +.Dd $Mdocdate: April 18 2014 $ .Dt PAX 1 .Os .Sh NAME @@ -1097,11 +1097,11 @@ utility is compliant with the specification, except that the .Cm pax -archive format and the +archive format, the .Cm listopt -keyword are unsupported, and the +keyword, and the .Ev TZ -environment variable is unused. +environment variable are unsupported. .Pp The flags .Op Fl 0BDEGjOPTUYZz , |