aboutsummaryrefslogtreecommitdiff
path: root/lib/libipsec/ipsec_strerror.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-05-01 14:42:09 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-05-01 14:42:09 +0000
commitf894c43f1032a8b5730e940c4527873c45f5fa4c (patch)
tree8a0952890f88fbbfd9a2f6a2d27ac19879031518 /lib/libipsec/ipsec_strerror.3
parent6be6c650067a56c8b7ac891ccbffb6c530cf259e (diff)
downloadsrc-f894c43f1032a8b5730e940c4527873c45f5fa4c.tar.gz
src-f894c43f1032a8b5730e940c4527873c45f5fa4c.zip
. remove some unneeded comments
. replace .Os value with empty value since this library is not KAME only anymore . add a note about IPv6 and IPsec integration to the FreeBSD
Notes
Notes: svn path=/head/; revision=59847
Diffstat (limited to 'lib/libipsec/ipsec_strerror.3')
-rw-r--r--lib/libipsec/ipsec_strerror.314
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/libipsec/ipsec_strerror.3 b/lib/libipsec/ipsec_strerror.3
index ba4e6e8e6bf2..a96368aafc1f 100644
--- a/lib/libipsec/ipsec_strerror.3
+++ b/lib/libipsec/ipsec_strerror.3
@@ -30,18 +30,17 @@
.\"
.Dd May 6, 1998
.Dt IPSEC_STRERROR 3
-.Os KAME
-.\"
+.Os
.Sh NAME
.Nm ipsec_strerror
.Nd error code for IPsec policy manipulation library
-.\"
+.Sh LIBRARY
+.Lb libipsec
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <netinet6/ipsec.h>
.Ft "char *"
.Fn ipsec_strerror void
-.\"
.Sh DESCRIPTION
.Pa netinet6/ipsec.h
declares
@@ -52,7 +51,6 @@ which is used to pass error code from IPsec policy manipulation library
to user program.
.Fn ipsec_strerror
can be used to obtain error message string for the error code.
-.\"
.Sh RETURN VALUES
.Fn ipsec_strerror
always return a pointer to C string.
@@ -62,6 +60,6 @@ The C string must not be overwritten by user programs.
.\"
.Sh HISTORY
The functions first appeared in WIDE/KAME IPv6 protocol stack kit.
-.\"
-.\" .Sh BUGS
-.\" (to be written)
+IPv6 and IPsec support based on the KAME Project (http://www.kame.net/) stack
+was initialy integrated into
+.Fx 4.0