Source-Changes-HG archive

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

[src/trunk]: src Tell the groff and friends about libsaslc(3).



details:   https://anonhg.NetBSD.org/src/rev/90d4147f98f0
branches:  trunk
changeset: 761947:90d4147f98f0
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 11 23:47:49 2011 +0000

description:
Tell the groff and friends about libsaslc(3).
Sort and fix whitespace on mdoc.local.
Add libisns to doc2html.

diffstat:

 external/bsd/mdocml/dist/lib.in    |   1 +
 gnu/dist/groff/tmac/groff_mdoc.man |   2 ++
 gnu/usr.bin/groff/tmac/mdoc.local  |  25 +++++++++++++------------
 share/tmac/doc2html                |   8 +++++---
 4 files changed, 21 insertions(+), 15 deletions(-)

diffs (100 lines):

diff -r fb0a758112b5 -r 90d4147f98f0 external/bsd/mdocml/dist/lib.in
--- a/external/bsd/mdocml/dist/lib.in   Fri Feb 11 23:44:42 2011 +0000
+++ b/external/bsd/mdocml/dist/lib.in   Fri Feb 11 23:47:49 2011 +0000
@@ -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)")
diff -r fb0a758112b5 -r 90d4147f98f0 gnu/dist/groff/tmac/groff_mdoc.man
--- a/gnu/dist/groff/tmac/groff_mdoc.man        Fri Feb 11 23:44:42 2011 +0000
+++ b/gnu/dist/groff/tmac/groff_mdoc.man        Fri Feb 11 23:47:49 2011 +0000
@@ -1719,6 +1719,8 @@
 .Lb libresolv
 .It Li librt
 .Lb librt
+.It Li libsaslc
+.Lb libsaslc
 .It Li libtermcap
 .Lb libtermcap
 .It Li libusbhid
diff -r fb0a758112b5 -r 90d4147f98f0 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Fri Feb 11 23:44:42 2011 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Fri Feb 11 23:47:49 2011 +0000
@@ -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)
diff -r fb0a758112b5 -r 90d4147f98f0 share/tmac/doc2html
--- a/share/tmac/doc2html       Fri Feb 11 23:44:42 2011 +0000
+++ b/share/tmac/doc2html       Fri Feb 11 23:47:49 2011 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index