From d268591bf7c7e559e77e79761bdf01bcdb15e822 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Tue, 25 May 2004 18:53:54 +0000 Subject: [PATCH] You want to include libutil.h, not util.h. Some minor sentence tweaking. --- lib/libutil/humanize_number.3 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/libutil/humanize_number.3 b/lib/libutil/humanize_number.3 index edcc7c00e53..f052323c17b 100644 --- a/lib/libutil/humanize_number.3 +++ b/lib/libutil/humanize_number.3 @@ -42,7 +42,7 @@ .Nm humanize_number .Nd format a number into a human readable form .Sh SYNOPSIS -.In util.h +.In libutil.h .Ft int .Fn humanize_number "char *buf" "size_t len" "int64_t number" "const char *suffix" "int scale" "int flags" .Sh DESCRIPTION @@ -82,8 +82,9 @@ The prefixes are: .It E exa 1152921504606846976 .El .Pp +The .Fa len -must be at least 4 plus the length of +argument must be at least 4 plus the length of .Fa suffix , in order to ensure a useful result is generated into .Fa buffer . @@ -122,8 +123,9 @@ Divide with 1000 instead of 1024. .El .Sh RETURN VALUES +The .Fn humanize_number -returns the number of characters stored in +function returns the number of characters stored in .Fa buffer (excluding the terminating NUL) upon success, or \-1 upon failure. If @@ -132,6 +134,7 @@ is specified, the prefix index number will be returned instead. .Sh SEE ALSO .Xr humanize_number 9 .Sh HISTORY +The .Fn humanize_number -first appeared in +function first appeared in .Nx 2.0 .