diff options
author | ru <ru@FreeBSD.org> | 2001-08-10 15:03:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-10 15:03:10 +0000 |
commit | 7221cd94bd910ee0f9567c16b72986eac0390199 (patch) | |
tree | 6fea498d6819872001e84823310bfa12ba701e05 /lib | |
parent | a685abdddab8d205caf5c974515983694a839d49 (diff) | |
download | FreeBSD-src-7221cd94bd910ee0f9567c16b72986eac0390199.zip FreeBSD-src-7221cd94bd910ee0f9567c16b72986eac0390199.tar.gz |
mdoc(7) police: fixed the "new sentence" bogons.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/vis.3 | 2 | ||||
-rw-r--r-- | lib/libipsec/ipsec_set_policy.3 | 2 | ||||
-rw-r--r-- | lib/libkvm/kvm_getswapinfo.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 105e1f9..f49290a 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -128,7 +128,7 @@ functions. There are two parameters that can be controlled: the range of characters that are encoded, and the type of representation used. -By default, all non-graphic characters. +By default, all non-graphic characters except space, tab, and newline are encoded. (See .Xr isgraph 3 . ) diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3 index 0b293ff..748ac1a 100644 --- a/lib/libipsec/ipsec_set_policy.3 +++ b/lib/libipsec/ipsec_set_policy.3 @@ -54,7 +54,7 @@ generates IPsec policy specification structure, namely and/or .Li struct sadb_x_ipsecrequest from human-readable policy specification. -policy specification must be given as C string +Policy specification must be given as C string .Fa policy and length .Fa len diff --git a/lib/libkvm/kvm_getswapinfo.3 b/lib/libkvm/kvm_getswapinfo.3 index a3c44c8..21f988b 100644 --- a/lib/libkvm/kvm_getswapinfo.3 +++ b/lib/libkvm/kvm_getswapinfo.3 @@ -43,7 +43,7 @@ structure will be filled with the grand total over all swap devices. The grand total is calculated from all available swap devices whether or not you made room for them all in the array. -the grant total is returned. +The grand total is returned. .Pp The flags argument is currently unused and must be passed as 0. .Pp |