diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
commit | 89bd03f00e651e86126fd09b39e4867a76f5554e (patch) | |
tree | e813750548fb365113ce3c64759a0ab5b7359da9 /lib/libc/time | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/strftime.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index 02bea149eef..58dbd50c95a 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -30,9 +30,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.32 2014/01/24 09:39:59 schwarze Exp $ +.\" $OpenBSD: strftime.3,v 1.33 2014/09/08 01:27:54 schwarze Exp $ .\" -.Dd $Mdocdate: January 24 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt STRFTIME 3 .Os .Sh NAME @@ -252,7 +252,8 @@ The function has been available since .Bx 4.3 Reno . .Sh AUTHORS -Keith Bostic implemented the +.An Keith Bostic +implemented the .Bx version of .Fn strftime |