Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Pass through mandoc -Tlint, drop Pp before Bl.



details:   https://anonhg.NetBSD.org/src/rev/28e0d4e738c9
branches:  trunk
changeset: 832436:28e0d4e738c9
user:      sevan <sevan%NetBSD.org@localhost>
date:      Fri May 11 12:54:56 2018 +0000

description:
Pass through mandoc -Tlint, drop Pp before Bl.
Remove reference to libkadm, it is no longer present in NetBSD.
Direct reader to kadm5_pwcheck(3) for libkadm5srv.

diffstat:

 share/man/man3/intro.3 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r c127c5c99e10 -r 28e0d4e738c9 share/man/man3/intro.3
--- a/share/man/man3/intro.3    Fri May 11 10:59:30 2018 +0000
+++ b/share/man/man3/intro.3    Fri May 11 12:54:56 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.3,v 1.33 2017/05/21 14:24:05 riastradh Exp $
+.\"    $NetBSD: intro.3,v 1.34 2018/05/11 12:54:56 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)intro.3    8.1 (Berkeley) 6/5/93
 .\"
-.Dd November 22, 2015
+.Dd May 11, 2018
 .Dt INTRO 3
 .Os
 .Sh NAME
@@ -71,7 +71,6 @@
 for these functions.
 There are several subsystems included inside
 .Em libc :
-.Pp
 .Bl -tag -width "XXXXXX"
 .It standard I/O routines
 see
@@ -177,12 +176,12 @@
 .Xr ipsec_set_policy 3
 and
 .Xr ipsec_strerror 3 .
-.It Em libkadm Pq Fl l Ns Ar kadm
-The Kerberos IV administration server and client library.
 .It Em libkadm5clnt Pq Fl l Ns Ar kadm5clnt
 The Kerberos 5 administration client library.
 .It Em libkadm5srv Pq Fl l Ns Ar kadm5srv
 The Kerberos 5 administration server library.
+See
+.Xr kadm5_pwcheck 3 .
 .It Em libkafs Pq Fl l Ns Ar kafs
 The Kerberos IV AFS library.
 See



Home | Main Index | Thread Index | Old Index