. 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
This commit is contained in:
Alexey Zelkin 2000-05-01 14:42:09 +00:00
parent 6be6c65006
commit f894c43f10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59847

View File

@ -30,18 +30,17 @@
.\" .\"
.Dd May 6, 1998 .Dd May 6, 1998
.Dt IPSEC_STRERROR 3 .Dt IPSEC_STRERROR 3
.Os KAME .Os
.\"
.Sh NAME .Sh NAME
.Nm ipsec_strerror .Nm ipsec_strerror
.Nd error code for IPsec policy manipulation library .Nd error code for IPsec policy manipulation library
.\" .Sh LIBRARY
.Lb libipsec
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include <sys/types.h>
.Fd #include <netinet6/ipsec.h> .Fd #include <netinet6/ipsec.h>
.Ft "char *" .Ft "char *"
.Fn ipsec_strerror void .Fn ipsec_strerror void
.\"
.Sh DESCRIPTION .Sh DESCRIPTION
.Pa netinet6/ipsec.h .Pa netinet6/ipsec.h
declares declares
@ -52,7 +51,6 @@ which is used to pass error code from IPsec policy manipulation library
to user program. to user program.
.Fn ipsec_strerror .Fn ipsec_strerror
can be used to obtain error message string for the error code. can be used to obtain error message string for the error code.
.\"
.Sh RETURN VALUES .Sh RETURN VALUES
.Fn ipsec_strerror .Fn ipsec_strerror
always return a pointer to C string. always return a pointer to C string.
@ -62,6 +60,6 @@ The C string must not be overwritten by user programs.
.\" .\"
.Sh HISTORY .Sh HISTORY
The functions first appeared in WIDE/KAME IPv6 protocol stack kit. The functions first appeared in WIDE/KAME IPv6 protocol stack kit.
.\" IPv6 and IPsec support based on the KAME Project (http://www.kame.net/) stack
.\" .Sh BUGS was initialy integrated into
.\" (to be written) .Fx 4.0