Also note /etc/saslc.d.

This commit is contained in:
jruoho 2011-09-23 15:24:35 +00:00
parent ce1c27eb07
commit 008d0db94d
3 changed files with 20 additions and 5 deletions

View File

@ -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. .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -34,10 +34,12 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd March 22, 2011 .Dd September 23, 2011
.Dt LIBSASLC 3 .Dt LIBSASLC 3
.Os .Os
.Sh NAME .Sh NAME
.Nm libsaslc ,
.Nm saslc.d ,
.Nm saslc_alloc , .Nm saslc_alloc ,
.Nm saslc_end , .Nm saslc_end ,
.Nm saslc_init , .Nm saslc_init ,
@ -707,6 +709,15 @@ su -m postfix -c kinit
.Pp .Pp
to obtain a ticket for the postfix user with the postfix credential to obtain a ticket for the postfix user with the postfix credential
and you should be good to go! 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 .Sh EXAMPLES
The following code fragments illustrate the possible use of the The following code fragments illustrate the possible use of the
functions described above. functions described above.

View File

@ -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> .include <bsd.own.mk>
@ -32,7 +32,8 @@ CPPFLAGS+=-I${EXTDIST}/include
WARNS?=4 WARNS?=4
MAN=libsaslc.3 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_end.3 \
libsaslc.3 saslc_init.3 \ libsaslc.3 saslc_init.3 \
libsaslc.3 saslc_sess_init.3 \ libsaslc.3 saslc_sess_init.3 \

View File

@ -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. # 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/rumphijack.0 comp-c-catman .cat
./usr/share/man/cat3/rumpuser.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/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_alloc.0 comp-c-catman crypto,.cat
./usr/share/man/cat3/saslc_end.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 ./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/rumphijack.html comp-c-htmlman html
./usr/share/man/html3/rumpuser.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/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_alloc.html comp-c-htmlman crypto,html
./usr/share/man/html3/saslc_end.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 ./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/rumphijack.3 comp-c-man .man
./usr/share/man/man3/rumpuser.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/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_alloc.3 comp-c-man crypto,.man
./usr/share/man/man3/saslc_end.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 ./usr/share/man/man3/saslc_init.3 comp-c-man crypto,.man