Module Name:    src
Committed By:   wiz
Date:           Wed Mar  6 21:42:47 UTC 2013

Modified Files:
        src/external/bsd/mdocml/dist: lib.in
        src/gnu/usr.bin/groff/tmac: mdoc.local

Log Message:
Add libmandoc.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/dist/lib.in
cvs rdiff -u -r1.68 -r1.69 src/gnu/usr.bin/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/dist/lib.in
diff -u src/external/bsd/mdocml/dist/lib.in:1.9 src/external/bsd/mdocml/dist/lib.in:1.10
--- src/external/bsd/mdocml/dist/lib.in:1.9	Tue Nov 20 16:24:30 2012
+++ src/external/bsd/mdocml/dist/lib.in	Wed Mar  6 21:42:47 2013
@@ -62,6 +62,7 @@ LINE("libkvm",		"Kernel Data Access Libr
 LINE("libm",		"Math Library (libm, \\-lm)")
 LINE("libm68k",		"m68k Architecture Library (libm68k, \\-lm68k)")
 LINE("libmagic",	"Magic Number Recognition Library (libmagic, \\-lmagic)")
+LINE("libmandoc",	"Mandoc Macro Compiler Library (libmandoc, \\-lmandoc)")
 LINE("libmd",		"Message Digest (MD4, MD5, etc.) Support Library (libmd, \\-lmd)")
 LINE("libmemstat",	"Kernel Memory Allocator Statistics Library (libmemstat, \\-lmemstat)")
 LINE("libmenu",		"Curses Menu Library (libmenu, \\-lmenu)")

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.68 src/gnu/usr.bin/groff/tmac/mdoc.local:1.69
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.68	Sun Jun 10 15:04:47 2012
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Wed Mar  6 21:42:47 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.68 2012/06/10 15:04:47 christos Exp $
+.\" $NetBSD: mdoc.local,v 1.69 2013/03/06 21:42:47 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -90,6 +90,7 @@
 .ds doc-str-Lb-libfetch         File Transfer Library for URLs (libfetch, \-lfetch)
 .ds doc-str-Lb-libiscsi         iSCSI protocol library (libiscsi, \-liscsi)
 .ds doc-str-Lb-libisns          Internet Storage Name Service Library (libisns, \-lisns)
+.ds doc-str-Lb-libmandoc        Mandoc Macro Compiler Library (libmandoc, \-lmandoc)
 .ds doc-str-Lb-libnetpgp        Netpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
 .ds doc-str-Lb-libperfuse       PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
 .ds doc-str-Lb-libppath         Property-List Paths Library (libppath, \-lppath)

Reply via email to