From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16875 invoked from network); 14 Oct 2020 14:23:27 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 14 Oct 2020 14:23:27 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 3d4eefa4 for ; Wed, 14 Oct 2020 09:23:24 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 3bbfcd89 for ; Wed, 14 Oct 2020 09:23:24 -0500 (EST) Date: Wed, 14 Oct 2020 09:23:24 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: add missing mention of Werner Lemberg, noticed by Werner X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- add missing mention of Werner Lemberg, noticed by Werner himself on ; while here, add missing .An macros Modified Files: -------------- mandoc: man.7 Revision Data ------------- Index: man.7 =================================================================== RCS file: /home/cvs/mandoc/mandoc/man.7,v retrieving revision 1.145 retrieving revision 1.146 diff -Lman.7 -Lman.7 -u -p -r1.145 -r1.146 --- man.7 +++ man.7 @@ -612,8 +612,13 @@ The language first appeared as a macro package for the roff typesetting system in .At v7 . -It was later rewritten by James Clark as a macro package for groff. -Eric S. Raymond wrote the extended +It was later rewritten by +.An James Clark +as a macro package for groff. +.An Eric S. Raymond Aq Mt esr@thyrsus.com +and +.An Werner Lemberg Aq Mt wl@gnu.org +wrote the extended .Nm macros for groff in 2007. The stand-alone implementation that is part of the -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv