diff options
author | 2012-02-26 19:15:20 +0000 | |
---|---|---|
committer | 2012-02-26 19:15:20 +0000 | |
commit | 00917a3ff0947b129cc1184a43bdf74c849d67fc (patch) | |
tree | 4ad9406cd25fc91a8af16cb6d84b13d9f7b57f00 /lib/libc | |
parent | Remove OpenBSD release numbers from these tests, (diff) | |
download | wireguard-openbsd-00917a3ff0947b129cc1184a43bdf74c849d67fc.tar.xz wireguard-openbsd-00917a3ff0947b129cc1184a43bdf74c849d67fc.zip |
Fix several manpage titles, from Lawrence Teo.
ok dcoppa@ jmc@ schwarze@.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/rpcauth.3 | 6 | ||||
-rw-r--r-- | lib/libc/time/wcsftime.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/rpc/rpcauth.3 b/lib/libc/rpc/rpcauth.3 index 1fb4f31bdc9..646b09f642f 100644 --- a/lib/libc/rpc/rpcauth.3 +++ b/lib/libc/rpc/rpcauth.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcauth.3,v 1.15 2010/09/07 19:52:37 schwarze Exp $ +.\" $OpenBSD: rpcauth.3,v 1.16 2012/02/26 19:15:20 haesbaert Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Copyright (c) 2010, Oracle America, Inc. @@ -30,8 +30,8 @@ .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 7 2010 $ -.Dt RPC 3 +.Dd $Mdocdate: February 26 2012 $ +.Dt AUTHNONE_CREATE 3 .Os .Sh NAME .Nm auth_destroy , diff --git a/lib/libc/time/wcsftime.3 b/lib/libc/time/wcsftime.3 index 63e72d474c7..9e668515feb 100644 --- a/lib/libc/time/wcsftime.3 +++ b/lib/libc/time/wcsftime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcsftime.3,v 1.1 2011/10/10 14:40:25 espie Exp $ +.\" $OpenBSD: wcsftime.3,v 1.2 2012/02/26 19:15:20 haesbaert Exp $ .\" Copyright (c) 2011 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,8 +13,8 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 10 2011 $ -.Dt STRFTIME 3 +.Dd $Mdocdate: February 26 2012 $ +.Dt WCSFTIME 3 .Os .Sh NAME .Nm wcsftime |