Module Name:    src
Committed By:   agc
Date:           Thu Mar  7 05:33:13 UTC 2013

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

Log Message:
Following a prompt from wiz, ensure that explanations for the
minimalist JSON library libmj, and the netpgp verification library,
libnetpgpverify, are in the correct places.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/mdocml/dist/lib.in
cvs rdiff -u -r1.69 -r1.70 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.10 src/external/bsd/mdocml/dist/lib.in:1.11
--- src/external/bsd/mdocml/dist/lib.in:1.10	Wed Mar  6 21:42:47 2013
+++ src/external/bsd/mdocml/dist/lib.in	Thu Mar  7 05:33:13 2013
@@ -66,6 +66,7 @@ LINE("libmandoc",	"Mandoc Macro Compiler
 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)")
+LINE("libmj",		"Minimalist JSON library (libmj, \\-lmj)")
 LINE("libnetgraph",	"Netgraph User Library (libnetgraph, \\-lnetgraph)")
 LINE("libnetpgp",	"Netpgp signing, verification, encryption and decryption (libnetpgp, \\-lnetpgp)")
 LINE("libnetpgpverify",	"Netpgp verification (libnetpgpverify, \\-lnetpgpverify)")

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.69 src/gnu/usr.bin/groff/tmac/mdoc.local:1.70
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.69	Wed Mar  6 21:42:47 2013
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Thu Mar  7 05:33:13 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.69 2013/03/06 21:42:47 wiz Exp $
+.\" $NetBSD: mdoc.local,v 1.70 2013/03/07 05:33:13 agc Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -90,8 +90,10 @@
 .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-libmj            Minimalist JSON library (libmj, \-lmj)
 .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-libnetpgpverify  Netpgp signature verification (libnetpgpverify, \-lnetpgpverify)
 .ds doc-str-Lb-libperfuse       PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
 .ds doc-str-Lb-libppath         Property-List Paths Library (libppath, \-lppath)
 .ds doc-str-Lb-libprop          Property Container Object Library (libprop, \-lprop)

Reply via email to