summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-09-05 14:25:16 +0000
committerpjd <pjd@FreeBSD.org>2007-09-05 14:25:16 +0000
commit7002fe2c1fab8be248223d1bb48999e930ee9abb (patch)
treeffb9d93d22e561196f3055ce84ce0dff61ce11e3 /lib/libutil
parent79e92ec4eac31830992e4ba80d46d731147749f8 (diff)
downloadFreeBSD-src-7002fe2c1fab8be248223d1bb48999e930ee9abb.zip
FreeBSD-src-7002fe2c1fab8be248223d1bb48999e930ee9abb.tar.gz
Point expand_number(3) at humanize_number(3) and nive versa.
Suggested by: trhodes Approved by: re (kensmith)
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/expand_number.32
-rw-r--r--lib/libutil/humanize_number.32
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libutil/expand_number.3 b/lib/libutil/expand_number.3
index e81a200..b698b7a 100644
--- a/lib/libutil/expand_number.3
+++ b/lib/libutil/expand_number.3
@@ -77,6 +77,8 @@ An unrecognized prefix was given.
.It Bq Er ERANGE
Result doesn't fit into 64 bits.
.El
+.Sh SEE ALSO
+.Xr humanize_number 3
.Sh HISTORY
The
.Fn expand_number
diff --git a/lib/libutil/humanize_number.3 b/lib/libutil/humanize_number.3
index f101ce1..1a4d117 100644
--- a/lib/libutil/humanize_number.3
+++ b/lib/libutil/humanize_number.3
@@ -146,6 +146,8 @@ upon success, or \-1 upon failure.
If
.Dv HN_GETSCALE
is specified, the prefix index number will be returned instead.
+.Sh SEE ALSO
+.Xr expand_number 3
.Sh HISTORY
The
.Fn humanize_number
OpenPOWER on IntegriCloud