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/time | |
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/time')
-rw-r--r-- | lib/libc/time/wcsftime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |