Module Name: src
Committed By: christos
Date: Fri Feb 11 23:47:49 UTC 2011
Modified Files:
src/external/bsd/mdocml/dist: lib.in
src/gnu/dist/groff/tmac: groff_mdoc.man
src/gnu/usr.bin/groff/tmac: mdoc.local
src/share/tmac: doc2html
Log Message:
Tell the groff and friends about libsaslc(3).
Sort and fix whitespace on mdoc.local.
Add libisns to doc2html.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/lib.in
cvs rdiff -u -r1.15 -r1.16 src/gnu/dist/groff/tmac/groff_mdoc.man
cvs rdiff -u -r1.61 -r1.62 src/gnu/usr.bin/groff/tmac/mdoc.local
cvs rdiff -u -r1.62 -r1.63 src/share/tmac/doc2html
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.2 src/external/bsd/mdocml/dist/lib.in:1.3
--- src/external/bsd/mdocml/dist/lib.in:1.2 Tue Jan 18 04:28:42 2011
+++ src/external/bsd/mdocml/dist/lib.in Fri Feb 11 18:47:49 2011
@@ -79,6 +79,7 @@
LINE("librpcsec_gss", "RPC GSS-API Authentication Library (librpcsec_gss, \\-lrpcsec_gss)")
LINE("librpcsvc", "RPC Service Library (librpcsvc, \\-lrpcsvc)")
LINE("librt", "POSIX Real\\-time Library (librt, -lrt)")
+LINE("libsaslc", "Simple Authentication and Security Layer client library (libsaslc, \\-lsaslc)")
LINE("libsdp", "Bluetooth Service Discovery Protocol User Library (libsdp, \\-lsdp)")
LINE("libssp", "Buffer Overflow Protection Library (libssp, \\-lssp)")
LINE("libtermcap", "Termcap Access Library (libtermcap, \\-ltermcap)")
Index: src/gnu/dist/groff/tmac/groff_mdoc.man
diff -u src/gnu/dist/groff/tmac/groff_mdoc.man:1.15 src/gnu/dist/groff/tmac/groff_mdoc.man:1.16
--- src/gnu/dist/groff/tmac/groff_mdoc.man:1.15 Mon Jan 17 16:57:04 2011
+++ src/gnu/dist/groff/tmac/groff_mdoc.man Fri Feb 11 18:47:49 2011
@@ -1719,6 +1719,8 @@
.Lb libresolv
.It Li librt
.Lb librt
+.It Li libsaslc
+.Lb libsaslc
.It Li libtermcap
.Lb libtermcap
.It Li libusbhid
Index: src/gnu/usr.bin/groff/tmac/mdoc.local
diff -u src/gnu/usr.bin/groff/tmac/mdoc.local:1.61 src/gnu/usr.bin/groff/tmac/mdoc.local:1.62
--- src/gnu/usr.bin/groff/tmac/mdoc.local:1.61 Tue Jan 18 19:10:10 2011
+++ src/gnu/usr.bin/groff/tmac/mdoc.local Fri Feb 11 18:47:49 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.61 2011/01/19 00:10:10 uwe Exp $
+.\" $NetBSD: mdoc.local,v 1.62 2011/02/11 23:47:49 christos Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -82,15 +82,16 @@
.ds doc-volume-as-xen xen
.
.\" Local libraries not in groff
-.ds doc-str-Lb-libarchive Reading and Writing Streaming Archives Library (libarchive, \-larchive)
-.ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libarchive Reading and Writing Streaming Archives Library (libarchive, \-larchive)
+.ds doc-str-Lb-libbluetooth Bluetooth Library (libbluetooth, \-lbluetooth)
.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-libnetpgp Netpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
-.ds doc-str-Lb-libprop Property Container Object Library (libprop, \-lprop)
-.ds doc-str-Lb-libperfuse PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
-.ds doc-str-Lb-libpuffs puffs Convenience Library (libpuffs, \-lpuffs)
-.ds doc-str-Lb-librefuse File System in Userspace Convenience Library (librefuse, \-lrefuse)
-.ds doc-str-Lb-libssp Buffer Overflow Protection Library (libssp, \-lssp)
-.ds doc-str-Lb-libterminfo Terminal Information Library (libterminfo, \-lterminfo)
+.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-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-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)
+.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)
+.ds doc-str-Lb-libterminfo Terminal Information Library (libterminfo, \-lterminfo)
Index: src/share/tmac/doc2html
diff -u src/share/tmac/doc2html:1.62 src/share/tmac/doc2html:1.63
--- src/share/tmac/doc2html:1.62 Sat May 16 14:12:04 2009
+++ src/share/tmac/doc2html Fri Feb 11 18:47:49 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.62 2009/05/16 18:12:04 plunky Exp $
+.\" $NetBSD: doc2html,v 1.63 2011/02/11 23:47:49 christos Exp $
.\"
.\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -571,8 +571,6 @@
.de Lb
.if !\\n(.$==1 .tm Usage: .Lb [library name]
.if "\\$1"libarm32" \&ARM32 Architecture Library (libarm32, -larm32)
-.if "\\$1"libi386" \&i386 Architecture Library (libi386, -li386)
-.if "\\$1"libm68k" \&m68k Architecture Library (libm68k, -lm68k)
.if "\\$1"libbluetooth" \&Bluetooth Library (libbluetooth, -lbluetooth)
.if "\\$1"libc" \&Standard C Library (libc, -lc)
.if "\\$1"libcdk" \&Curses Development Kit Library (libcdk, -lcdk)
@@ -582,10 +580,13 @@
.if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
.if "\\$1"libevent" \&Event Notification Library (libevent, -levent)
.if "\\$1"libform" \&Curses Form Library (libform, -lform)
+.if "\\$1"libi386" \&i386 Architecture Library (libi386, -li386)
.if "\\$1"libintl" \&Internationalized Message Handling Library (libintl, -lintl)
.if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
+.if "\\$1"libisns" \&Internet Storage Name Service Library (libisns, -lisns)
.if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
.if "\\$1"libm" \&Math Library (libm, -lm)
+.if "\\$1"libm68k" \&m68k Architecture Library (libm68k, -lm68k)
.if "\\$1"libmagic" \&Magic Number Recognition Library (libmagic, -lmagic)
.if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
.if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
@@ -596,6 +597,7 @@
.if "\\$1"libpthread" \&POSIX Thread Library (libpthread, -lpthread)
.if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
.if "\\$1"librt" \&POSIX Real-time Library (librt, -lrt)
+.if "\\$1"libsaslc" \&Simple Authentication and Security Layer client library (libsaslc, -lsaslc)
.if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
.if "\\$1"libusbhid" \&USB Human Interface Devices Library (libusbhid, -lusbhid)
.if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)