diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-10-28 15:31:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-10-28 15:31:37 +0000 |
commit | 58952e5a36071059aab1d583f28f1224b3b6ac89 (patch) | |
tree | 68d55545bb9148affa33f95a2702db917093e626 | |
parent | 9ec167d7453f2a1e50a42bcbe9e356407a7be2c5 (diff) | |
download | mandoc-58952e5a36071059aab1d583f28f1224b3b6ac89.tar.gz |
Improve the HISTORY and AUTHORS sections, using information
received from Douglas McIlroy in private mail:
https://manpages.bsd.lv/history/mcilroy_26_10_2020.txt
-rw-r--r-- | man.7 | 31 |
1 files changed, 21 insertions, 10 deletions
@@ -612,21 +612,32 @@ The language first appeared as a macro package for the roff typesetting system in .At v7 . -It was later rewritten by +.Pp +The stand-alone implementation that is part of the +.Xr mandoc 1 +utility first appeared in +.Ox 4.6 . +.Sh AUTHORS +.An -nosplit +.An Douglas McIlroy Aq Mt m.douglas.mcilroy@dartmouth.edu +designed and implemented the original version of these macros, +wrote the original version of this manual page, +and was the first to use them when he edited volume 1 of the +.At v7 +manual pages. +.Pp .An James Clark -as a macro package for groff. +later rewrote the macros for groff. .An Eric S. Raymond Aq Mt esr@thyrsus.com and .An Werner Lemberg Aq Mt wl@gnu.org -wrote the extended +added the extended .Nm -macros for groff in 2007. -The stand-alone implementation that is part of the +macros to groff in 2007. +.Pp +The .Xr mandoc 1 -utility written by Kristaps Dzonsons appeared in -.Ox 4.6 . -.Sh AUTHORS -This +program and this .Nm -reference was written by +reference were written by .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv . |