]> git.cameronkatri.com Git - mandoc.git/commitdiff
Update HISTORY and AUTHORS: we no longer use SQLite.
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 17 Mar 2017 12:56:57 +0000 (12:56 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 17 Mar 2017 12:56:57 +0000 (12:56 +0000)
Outdated information reported by an Anonymous Coward on undeadly.org.

man.cgi.8

index 0e1b60d61a04d8ababf2996ab190c4b44b9eaaed..8e3222ae7ab2b44037cd846ee947b7332ab4015f 100644 (file)
--- a/man.cgi.8
+++ b/man.cgi.8
@@ -1,4 +1,4 @@
-.\"    $Id: man.cgi.8,v 1.20 2016/07/11 22:48:37 schwarze Exp $
+.\"    $Id: man.cgi.8,v 1.21 2017/03/17 12:56:57 schwarze Exp $
 .\"
 .\" Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
 .\"
@@ -14,7 +14,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: July 11 2016 $
+.Dd $Mdocdate: March 17 2017 $
 .Dt MAN.CGI 8
 .Os
 .Sh NAME
@@ -411,15 +411,16 @@ A version of
 based on
 .Xr mandoc 1
 first appeared in mdocml-1.12.1 (March 2012).
-The current SQLite3-based version first appeared in
-.Ox 5.6 .
+The current
+.Xr mandoc.db 5
+database format first appeared in
+.Ox 6.1 .
 .Sh AUTHORS
 .An -nosplit
 The
 .Nm
 program was written by
 .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv
-and ported to the SQLite3-based
-.Xr mandoc.db 5
-backend by
-.An Ingo Schwarze Aq Mt schwarze@openbsd.org .
+and is maintained by
+.An Ingo Schwarze Aq Mt schwarze@openbsd.org ,
+who also designed and implemented the database format.