Module Name: src Committed By: kre Date: Tue Oct 25 08:07:08 UTC 2022
Modified Files: src/lib/libc/time: strftime.3 Log Message: Fix a merge or conversion problem (probably) - a .SH BUGS (meaningless macro in mdoc) followed by the first line of the real BUGS section somehow ended up inserted after the first word of the STANDARDS section. Delete the noise. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/strftime.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/time/strftime.3 diff -u src/lib/libc/time/strftime.3:1.36 src/lib/libc/time/strftime.3:1.37 --- src/lib/libc/time/strftime.3:1.36 Fri Oct 9 18:38:48 2020 +++ src/lib/libc/time/strftime.3 Tue Oct 25 08:07:07 2022 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $NetBSD: strftime.3,v 1.36 2020/10/09 18:38:48 christos Exp $ +.\" $NetBSD: strftime.3,v 1.37 2022/10/25 08:07:07 kre Exp $ .\" .Dd October 9, 2020 .Dt STRFTIME 3 @@ -264,8 +264,6 @@ in a .Xr tm 3 .Sh STANDARDS The -.SH BUGS -There is no conversion specification for the phase of the moon. .Fn strftime function conforms to