diff options
author | delphij <delphij@FreeBSD.org> | 2005-04-10 12:15:25 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-04-10 12:15:25 +0000 |
commit | ecb578572b87d14c119777bccb2608c2fe97374a (patch) | |
tree | 2cd04247f4e262d380d8facb91469c177cf0aff5 /lib/libutil | |
parent | c699ae098b62ddda189abaf61f541b44e6010bf6 (diff) | |
download | FreeBSD-src-ecb578572b87d14c119777bccb2608c2fe97374a.zip FreeBSD-src-ecb578572b87d14c119777bccb2608c2fe97374a.tar.gz |
Remove duplicated "bytes".
Submitted by: Wojciech A. Koszek [dunstan freebsd czest pl]
PR: 79747
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/humanize_number.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/humanize_number.3 b/lib/libutil/humanize_number.3 index 09ed619..650c936 100644 --- a/lib/libutil/humanize_number.3 +++ b/lib/libutil/humanize_number.3 @@ -64,7 +64,7 @@ The buffer pointed to by .Fa buffer must be at least .Fa len -bytes bytes long. +bytes long. .Pp If the formatted number (including .Fa suffix ) |