summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-10-28 15:31:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-10-28 15:31:37 +0000
commit58952e5a36071059aab1d583f28f1224b3b6ac89 (patch)
tree68d55545bb9148affa33f95a2702db917093e626
parent9ec167d7453f2a1e50a42bcbe9e356407a7be2c5 (diff)
downloadmandoc-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.731
1 files changed, 21 insertions, 10 deletions
diff --git a/man.7 b/man.7
index 7ba192bf..6a2bb206 100644
--- a/man.7
+++ b/man.7
@@ -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 .