From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o7MFnSnR018445 for ; Sun, 22 Aug 2010 11:49:28 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o7MFnSbK009442; Sun, 22 Aug 2010 11:49:28 -0400 (EDT) Date: Sun, 22 Aug 2010 11:49:28 -0400 (EDT) Message-Id: <201008221549.o7MFnSbK009442@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Add a short HISTORY section to mdoc.7. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Add a short HISTORY section to mdoc.7. Facts provided by schwarze@'s detective-work in the UNIX archives. Modified Files: -------------- mdocml: mdoc.7 Revision Data ------------- Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.150 retrieving revision 1.151 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.150 -r1.151 --- mdoc.7 +++ mdoc.7 @@ -2861,6 +2861,17 @@ This is not supported by mandoc. .Sh SEE ALSO .Xr mandoc 1 , .Xr mandoc_char 7 +.Sh HISTORY +The +.Nm +language first appeared as a troff macro package in +.Bx 4.4 . +It was later significantly updated by Werner Lemberg and Ruslan Ermilov +in groff-1.20.1. +The standalone implementation that is part of the +.Xr mandoc 1 +utility written by Kristaps Dzonsons appeared in +.Ox 4.6 . .Sh AUTHORS The .Nm -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv