Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time Fix a merge or conversion problem (probably) -...



details:   https://anonhg.NetBSD.org/src/rev/868daea2b4ff
branches:  trunk
changeset: 372001:868daea2b4ff
user:      kre <kre%NetBSD.org@localhost>
date:      Tue Oct 25 08:07:07 2022 +0000

description:
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.

diffstat:

 lib/libc/time/strftime.3 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 49c03f697aff -r 868daea2b4ff lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3  Tue Oct 25 06:20:01 2022 +0000
+++ b/lib/libc/time/strftime.3  Tue Oct 25 08:07:07 2022 +0000
@@ -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 @@
 .Xr tm 3
 .Sh STANDARDS
 The
-.SH BUGS
-There is no conversion specification for the phase of the moon.
 .Fn strftime
 function
 conforms to



Home | Main Index | Thread Index | Old Index