Source-Changes-HG archive

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

[src/trunk]: src add LIBRARY section into libipsec manpages.



details:   https://anonhg.NetBSD.org/src/rev/0fa13d3ac804
branches:  trunk
changeset: 474340:0fa13d3ac804
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Jul 04 01:27:19 1999 +0000

description:
add LIBRARY section into libipsec manpages.
add ".Lb libipsec" for this.

diffstat:

 lib/libipsec/ipsec_set_policy.3 |  5 ++++-
 lib/libipsec/ipsec_strerror.3   |  5 ++++-
 share/tmac/doc-syms             |  3 ++-
 share/tmac/doc2html             |  3 ++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (78 lines):

diff -r f214491581ed -r 0fa13d3ac804 lib/libipsec/ipsec_set_policy.3
--- a/lib/libipsec/ipsec_set_policy.3   Sun Jul 04 01:11:23 1999 +0000
+++ b/lib/libipsec/ipsec_set_policy.3   Sun Jul 04 01:27:19 1999 +0000
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     $Id: ipsec_set_policy.3,v 1.2 1999/07/02 16:17:44 simonb Exp $
+.\"     $Id: ipsec_set_policy.3,v 1.3 1999/07/04 01:27:19 itojun Exp $
 .\"
 .Dd May 5, 1998
 .Dt IPSEC_SET_POLICY 3
@@ -37,6 +37,9 @@
 .Nm ipsec_dump_policy
 .Nd manipulate IPsec policy specification structure from readable string
 .\"
+.Sh LIBRARY
+.Lb libipsec
+.\"
 .Sh SYNOPSIS
 .Fd #include <netinet6/ipsec.h>
 .Ft int
diff -r f214491581ed -r 0fa13d3ac804 lib/libipsec/ipsec_strerror.3
--- a/lib/libipsec/ipsec_strerror.3     Sun Jul 04 01:11:23 1999 +0000
+++ b/lib/libipsec/ipsec_strerror.3     Sun Jul 04 01:27:19 1999 +0000
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     $Id: ipsec_strerror.3,v 1.2 1999/07/02 16:17:44 simonb Exp $
+.\"     $Id: ipsec_strerror.3,v 1.3 1999/07/04 01:27:19 itojun Exp $
 .\"
 .Dd May 6, 1998
 .Dt IPSEC_STRERROR 3
@@ -35,6 +35,9 @@
 .Nm ipsec_strerror
 .Nd error code for IPsec policy manipulation library
 .\"
+.Sh LIBRARY
+.Lb libipsec
+.\"
 .Sh SYNOPSIS
 .Fd #include <netinet6/ipsec.h>
 .Ft "char *"
diff -r f214491581ed -r 0fa13d3ac804 share/tmac/doc-syms
--- a/share/tmac/doc-syms       Sun Jul 04 01:11:23 1999 +0000
+++ b/share/tmac/doc-syms       Sun Jul 04 01:27:19 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-syms,v 1.47 1999/07/03 14:14:32 kleink Exp $
+.\"    $NetBSD: doc-syms,v 1.48 1999/07/04 01:27:20 itojun Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -412,6 +412,7 @@
 .if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
 .if "\\$1"libcurses" \&Curses Library (libcurses, -lcurses)
 .if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
+.if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
 .if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
 .if "\\$1"libm" \&Math Library (libm, -lm)
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
diff -r f214491581ed -r 0fa13d3ac804 share/tmac/doc2html
--- a/share/tmac/doc2html       Sun Jul 04 01:11:23 1999 +0000
+++ b/share/tmac/doc2html       Sun Jul 04 01:27:19 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.11 1999/06/01 18:25:15 ross Exp $
+.\" $NetBSD: doc2html,v 1.12 1999/07/04 01:27:20 itojun Exp $
 .\"
 .\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -569,6 +569,7 @@
 .if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
 .if "\\$1"libcurses" \&Curses Library (libcurses, -lcurses)
 .if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
+.if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
 .if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
 .if "\\$1"libm" \&Math Library (libm, -lm)
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)



Home | Main Index | Thread Index | Old Index