diff options
author | 2014-06-04 07:57:27 +0000 | |
---|---|---|
committer | 2014-06-04 07:57:27 +0000 | |
commit | cfc573b5312b02a56fcac56b353e5ce3543da47c (patch) | |
tree | 2ad17ec3f46318a772e16aae2b92d3d3ebfbf82d | |
parent | Remove assigned but unused local variables and macro from vfwprintf(). (diff) | |
download | wireguard-openbsd-cfc573b5312b02a56fcac56b353e5ce3543da47c.tar.xz wireguard-openbsd-cfc573b5312b02a56fcac56b353e5ce3543da47c.zip |
undo my "no TZ support" notes; guenther says they're wrong
ok guenther
-rw-r--r-- | bin/pax/pax.1 | 10 | ||||
-rw-r--r-- | usr.bin/pr/pr.1 | 9 |
2 files changed, 7 insertions, 12 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 753d81490cf..350b7b5a1fc 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.67 2014/04/18 22:23:53 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.68 2014/06/04 07:57:27 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 18 2014 $ +.Dd $Mdocdate: June 4 2014 $ .Dt PAX 1 .Os .Sh NAME @@ -1097,11 +1097,9 @@ utility is compliant with the specification, except that the .Cm pax -archive format, the +archive format and the .Cm listopt -keyword, and the -.Ev TZ -environment variable are unsupported. +keyword are unsupported. .Pp The flags .Op Fl 0BDEGjOPTUYZz , diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 0ec884aa3b4..516ec057637 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.26 2014/04/18 22:19:00 jmc Exp $ +.\" $OpenBSD: pr.1,v 1.27 2014/06/04 07:57:27 jmc Exp $ .\" .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 @@ -33,7 +33,7 @@ .\" .\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: April 18 2014 $ +.Dd $Mdocdate: June 4 2014 $ .Dt PR 1 .Os .Sh NAME @@ -314,10 +314,7 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification, -except that the -.Ev TZ -environment variable is unsupported. +specification. .Pp The flag .Op Fl f |