summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-01 17:13:15 +0000
committerru <ru@FreeBSD.org>2004-07-01 17:13:15 +0000
commit50143bfdc4f264371ffc3f5635e43b7a41ea58a9 (patch)
tree111baf6737f04ea83e532736a2c6d33101acf37b /lib
parentdc57b667a0229f5905093c1a94190970b3e07a35 (diff)
downloadFreeBSD-src-50143bfdc4f264371ffc3f5635e43b7a41ea58a9.zip
FreeBSD-src-50143bfdc4f264371ffc3f5635e43b7a41ea58a9.tar.gz
Back out last delta, it just unpolitely reverted some local changes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libipsec/ipsec_set_policy.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3
index d9ee411..5c63acf 100644
--- a/lib/libipsec/ipsec_set_policy.3
+++ b/lib/libipsec/ipsec_set_policy.3
@@ -1,5 +1,5 @@
-.\" $KAME: ipsec_set_policy.3,v 1.16 2003/01/06 21:59:03 sumikawa Exp $
-.\" $FreeBSD$
+.\" $KAME: ipsec_set_policy.3,v 1.15 2001/08/17 07:21:36 itojun Exp $
+.\" $FreeBSD$
.\"
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
.\" All rights reserved.
@@ -117,7 +117,7 @@ means to consult to SPD defined by
.It Ar direction Li bypass
.Li bypass
means to be bypassed the IPsec processing.
-.Pq packet will be transmitted in clear .
+(packet will be transmitted in clear).
This is for privileged socket.
.It Xo
.Ar direction
@@ -174,7 +174,7 @@ is this node
and
.Ar src
is the other node
-.Pq peer .
+(peer).
If
.Ar mode
is
@@ -203,9 +203,9 @@ regarding the system default.
means that a relevant SA can be used when available,
since the kernel may perform IPsec operation against packets when possible.
In this case, packets can be transmitted in clear
-.Pq when SA is not available ,
+(when SA is not available),
or encrypted
-.Pq when SA is available .
+(when SA is available).
.Li require
means that a relevant SA is required,
since the kernel must perform IPsec operation against packets.
@@ -248,7 +248,7 @@ Refer to
for detail.
.Pp
Here are several examples
-.Pq long lines are wrapped for readability :
+(long lines are wrapped for readability):
.Bd -literal -offset indent
in discard
out ipsec esp/transport//require
@@ -265,7 +265,7 @@ successful; otherwise a NULL pointer is returned.
The
.Fn ipsec_get_policylen
function returns with positive value
-.Pq meaning the buffer size
+(meaning the buffer size)
on success, and negative value on errors.
The
.Fn ipsec_dump_policy
OpenPOWER on IntegriCloud