diff options
author | ru <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
commit | 43457588767caedd16dbf19162de0a6a435dfeda (patch) | |
tree | 0505e005ecc9492a4b759dc8e06eb138613e4aa4 /lib/libipsec | |
parent | 6b00d6a3ebd552afe7b0a0844e598ee70810f887 (diff) | |
download | FreeBSD-src-43457588767caedd16dbf19162de0a6a435dfeda.zip FreeBSD-src-43457588767caedd16dbf19162de0a6a435dfeda.tar.gz |
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.
Diffstat (limited to 'lib/libipsec')
-rw-r--r-- | lib/libipsec/ipsec_set_policy.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3 index f841df2..0b293ff 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, |