diff options
author | 2020-10-14 14:22:22 +0000 | |
---|---|---|
committer | 2020-10-14 14:22:22 +0000 | |
commit | c18b40cb48b9c7dd48e2ee82e5cdb0d31f600f0c (patch) | |
tree | 4a3794724e00b26bb779774fbe2db916b6865e48 /share/man/man7 | |
parent | remove unused locally added drm_driver struct members (diff) | |
download | wireguard-openbsd-c18b40cb48b9c7dd48e2ee82e5cdb0d31f600f0c.tar.xz wireguard-openbsd-c18b40cb48b9c7dd48e2ee82e5cdb0d31f600f0c.zip |
add missing mention of Werner Lemberg,
noticed by Werner himself on <groff at gnu dot org>;
while here, add missing .An macros
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/man.7 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 3c9e25e19ea..83ffefe1a84 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.57 2020/02/18 17:31:23 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.58 2020/10/14 14:22:22 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011-2015, 2017-2020 Ingo Schwarze <schwarze@openbsd.org> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 18 2020 $ +.Dd $Mdocdate: October 14 2020 $ .Dt MAN 7 .Os .Sh NAME @@ -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 |