Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add libquota, as requested by wiz



details:   https://anonhg.NetBSD.org/src/rev/7923ac2c7665
branches:  trunk
changeset: 773058:7923ac2c7665
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Jan 25 22:22:20 2012 +0000

description:
Add libquota, as requested by wiz

diffstat:

 external/bsd/mdocml/dist/lib.in   |  1 +
 gnu/usr.bin/groff/tmac/mdoc.local |  3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r df60dc2fa688 -r 7923ac2c7665 external/bsd/mdocml/dist/lib.in
--- a/external/bsd/mdocml/dist/lib.in   Wed Jan 25 21:58:43 2012 +0000
+++ b/external/bsd/mdocml/dist/lib.in   Wed Jan 25 22:22:20 2012 +0000
@@ -76,6 +76,7 @@
 LINE("libprop",                "Property Container Object Library (libprop, \\-lprop)")
 LINE("libpthread",     "POSIX Threads Library (libpthread, \\-lpthread)")
 LINE("libpuffs",       "puffs Convenience Library (libpuffs, \\-lpuffs)")
+LINE("libquota",       "Disk Quota Access and Control Library (libquota, \\-lquota)")
 LINE("librefuse",      "File System in Userspace Convenience Library (librefuse, \\-lrefuse)")
 LINE("libresolv",      "DNS Resolver Library (libresolv, \\-lresolv)")
 LINE("librpcsec_gss",  "RPC GSS-API Authentication Library (librpcsec_gss, \\-lrpcsec_gss)")
diff -r df60dc2fa688 -r 7923ac2c7665 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Wed Jan 25 21:58:43 2012 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Wed Jan 25 22:22:20 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.65 2011/08/29 08:58:18 wiz Exp $
+.\" $NetBSD: mdoc.local,v 1.66 2012/01/25 22:22:20 dholland Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -93,6 +93,7 @@
 .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-libquota                Disk Quota Access and Control Library (libquota, \-lquota)
 .ds doc-str-Lb-librefuse        File System in Userspace Convenience Library (librefuse, \-lrefuse)
 .ds doc-str-Lb-libsaslc         Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
 .ds doc-str-Lb-libssp           Buffer Overflow Protection Library (libssp, \-lssp)



Home | Main Index | Thread Index | Old Index