aboutsummaryrefslogtreecommitdiff
path: root/lib/libipsec/ipsec_set_policy.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-07 15:48:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-07 15:48:51 +0000
commitc4d9468ea0e627c69802bd0689c93527dc2e2a85 (patch)
tree0505e005ecc9492a4b759dc8e06eb138613e4aa4 /lib/libipsec/ipsec_set_policy.3
parent5de15c0508449da98f193b4d397a9750d2494ce3 (diff)
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
Notes
Notes: svn path=/head/; revision=81251
Diffstat (limited to 'lib/libipsec/ipsec_set_policy.3')
-rw-r--r--lib/libipsec/ipsec_set_policy.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3
index f841df256faf..0b293ff62fc4 100644
--- a/lib/libipsec/ipsec_set_policy.3
+++ b/lib/libipsec/ipsec_set_policy.3
@@ -110,7 +110,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
@@ -167,7 +167,7 @@ is this node
and
.Ar src
is the other node
-.Pq peer .
+(peer).
If
.Ar mode
is
@@ -196,9 +196,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.
@@ -241,7 +241,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
@@ -255,7 +255,7 @@ in ipsec ipcomp/transport//use
returns a pointer to the allocated buffer of policy specification if successful; otherwise a NULL pointer is returned.
.Fn ipsec_get_policylen
returns with positive value
-.Pq meaning the buffer size
+(meaning the buffer size)
on success, and negative value on errors.
.Fn ipsec_dump_policy
returns a pointer to dynamically allocated region on success,