Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Also note /etc/saslc.d.
details: https://anonhg.NetBSD.org/src/rev/1d9124e30343
branches: trunk
changeset: 769795:1d9124e30343
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Sep 23 15:24:35 2011 +0000
description:
Also note /etc/saslc.d.
diffstat:
crypto/external/bsd/libsaslc/dist/man/libsaslc.3 | 15 +++++++++++++--
crypto/external/bsd/libsaslc/lib/Makefile | 5 +++--
distrib/sets/lists/comp/mi | 5 ++++-
3 files changed, 20 insertions(+), 5 deletions(-)
diffs (91 lines):
diff -r 03c87d965818 -r 1d9124e30343 crypto/external/bsd/libsaslc/dist/man/libsaslc.3
--- a/crypto/external/bsd/libsaslc/dist/man/libsaslc.3 Fri Sep 23 15:17:31 2011 +0000
+++ b/crypto/external/bsd/libsaslc/dist/man/libsaslc.3 Fri Sep 23 15:24:35 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: libsaslc.3,v 1.12 2011/03/22 09:42:00 wiz Exp $
+.\" $NetBSD: libsaslc.3,v 1.13 2011/09/23 15:24:36 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,10 +34,12 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 22, 2011
+.Dd September 23, 2011
.Dt LIBSASLC 3
.Os
.Sh NAME
+.Nm libsaslc ,
+.Nm saslc.d ,
.Nm saslc_alloc ,
.Nm saslc_end ,
.Nm saslc_init ,
@@ -707,6 +709,15 @@
.Pp
to obtain a ticket for the postfix user with the postfix credential
and you should be good to go!
+.Sh FILES
+.Bl -tag -width /etc/saslc.d
+.It Pa /etc/saslc.d
+.El
+.Sh HISTORY
+The
+.Nm
+library appeared in
+.Nx 6.0 .
.Sh EXAMPLES
The following code fragments illustrate the possible use of the
functions described above.
diff -r 03c87d965818 -r 1d9124e30343 crypto/external/bsd/libsaslc/lib/Makefile
--- a/crypto/external/bsd/libsaslc/lib/Makefile Fri Sep 23 15:17:31 2011 +0000
+++ b/crypto/external/bsd/libsaslc/lib/Makefile Fri Sep 23 15:24:35 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/09/23 15:17:31 jruoho Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/23 15:24:35 jruoho Exp $
.include <bsd.own.mk>
@@ -32,7 +32,8 @@
WARNS?=4
MAN=libsaslc.3
-MLINKS+=libsaslc.3 saslc_alloc.3 \
+MLINKS+=libsaslc.3 saslc.d.3 \
+ libsaslc.3 saslc_alloc.3 \
libsaslc.3 saslc_end.3 \
libsaslc.3 saslc_init.3 \
libsaslc.3 saslc_sess_init.3 \
diff -r 03c87d965818 -r 1d9124e30343 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Fri Sep 23 15:17:31 2011 +0000
+++ b/distrib/sets/lists/comp/mi Fri Sep 23 15:24:35 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1676 2011/09/23 15:17:31 jruoho Exp $
+# $NetBSD: mi,v 1.1677 2011/09/23 15:24:35 jruoho Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -8594,6 +8594,7 @@
./usr/share/man/cat3/rumphijack.0 comp-c-catman .cat
./usr/share/man/cat3/rumpuser.0 comp-c-catman .cat
./usr/share/man/cat3/ruserok.0 comp-c-catman .cat
+./usr/share/man/cat3/saslc.d.0 comp-c-catman crypto,.cat
./usr/share/man/cat3/saslc_alloc.0 comp-c-catman crypto,.cat
./usr/share/man/cat3/saslc_end.0 comp-c-catman crypto,.cat
./usr/share/man/cat3/saslc_init.0 comp-c-catman crypto,.cat
@@ -14727,6 +14728,7 @@
./usr/share/man/html3/rumphijack.html comp-c-htmlman html
./usr/share/man/html3/rumpuser.html comp-c-htmlman html
./usr/share/man/html3/ruserok.html comp-c-htmlman html
+./usr/share/man/html3/saslc.d.html comp-c-htmlman crypto,html
./usr/share/man/html3/saslc_alloc.html comp-c-htmlman crypto,html
./usr/share/man/html3/saslc_end.html comp-c-htmlman crypto,html
./usr/share/man/html3/saslc_init.html comp-c-htmlman crypto,html
@@ -20866,6 +20868,7 @@
./usr/share/man/man3/rumphijack.3 comp-c-man .man
./usr/share/man/man3/rumpuser.3 comp-c-man .man
./usr/share/man/man3/ruserok.3 comp-c-man .man
+./usr/share/man/man3/saslc.d.3 comp-c-man crypto,.man
./usr/share/man/man3/saslc_alloc.3 comp-c-man crypto,.man
./usr/share/man/man3/saslc_end.3 comp-c-man crypto,.man
./usr/share/man/man3/saslc_init.3 comp-c-man crypto,.man
Home |
Main Index |
Thread Index |
Old Index