Module Name:    src
Committed By:   wiz
Date:           Mon Aug 29 08:58:19 UTC 2011

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

Log Message:
Add libppath.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/lib.in
cvs rdiff -u -r1.64 -r1.65 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.3 src/external/bsd/mdocml/dist/lib.in:1.4
--- src/external/bsd/mdocml/dist/lib.in:1.3	Fri Feb 11 23:47:49 2011
+++ src/external/bsd/mdocml/dist/lib.in	Mon Aug 29 08:58:18 2011
@@ -71,6 +71,7 @@
 LINE("libpci",		"PCI Bus Access Library (libpci, \\-lpci)")
 LINE("libpmc",		"Performance Counters Library (libpmc, \\-lpmc)")
 LINE("libposix",	"POSIX Compatibility Library (libposix, \\-lposix)")
+LINE("libppath",	"Property-List Paths Library (libppath, \\-lppath)")
 LINE("libprop",		"Property Container Object Library (libprop, \\-lprop)")
 LINE("libpthread",	"POSIX Threads Library (libpthread, \\-lpthread)")
 LINE("libpuffs",	"puffs Convenience Library (libpuffs, \\-lpuffs)")

Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.64 src/gnu/usr.bin/groff/tmac/mdoc.local:1.65
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.64	Sat May 21 17:15:46 2011
+++ src/gnu/usr.bin/groff/tmac/mdoc.local	Mon Aug 29 08:58:18 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.64 2011/05/21 17:15:46 wiz Exp $
+.\" $NetBSD: mdoc.local,v 1.65 2011/08/29 08:58:18 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -90,6 +90,7 @@
 .ds doc-str-Lb-libisns          Internet Storage Name Service Library (libisns, \-lisns)
 .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)
 .ds doc-str-Lb-libprop          Property Container Object Library (libprop, \-lprop)
 .ds doc-str-Lb-libpuffs         puffs Convenience Library (libpuffs, \-lpuffs)
 .ds doc-str-Lb-librefuse        File System in Userspace Convenience Library (librefuse, \-lrefuse)

Reply via email to