diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 22:30:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 22:30:10 +0000 |
commit | 57ce50860e81c55913c3e3d59255c73bef88ba12 (patch) | |
tree | b50e352d61c120366733f7da2952877b6d6efb05 /lib/libutil | |
parent | b49ce1f981b6243c3dd3b4a416ec8c2dcda2cee4 (diff) | |
download | FreeBSD-src-57ce50860e81c55913c3e3d59255c73bef88ba12.zip FreeBSD-src-57ce50860e81c55913c3e3d59255c73bef88ba12.tar.gz |
Eliminate double whitespace.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login_cap.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3 index 07fda65..075ca2b 100644 --- a/lib/libutil/login_cap.3 +++ b/lib/libutil/login_cap.3 @@ -370,7 +370,7 @@ kilobytes, megabytes, gigabytes, and on systems that support the type, terabytes. The suffix used determines the units, and multiple values and units may be used in combination (e.g.\& 1m500k = 1.5 megabytes). -A value with no suffix is interpreted as bytes, B as 512-byte +A value with no suffix is interpreted as bytes, B as 512-byte blocks, K as kilobytes, M as megabytes, G as gigabytes and T as terabytes. Case is ignored. |