aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-09-05 14:25:16 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-09-05 14:25:16 +0000
commitc2fc8cebdd152fb1dd0b17cbe09c7ab5108cbc37 (patch)
treeffb9d93d22e561196f3055ce84ce0dff61ce11e3 /lib/libutil
parent33321c81669bff44e7d9523d41ed3780a751e208 (diff)
Notes
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 e81a2002f6db..b698b7ac336d 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 f101ce123e43..1a4d117de6fb 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