From 7002fe2c1fab8be248223d1bb48999e930ee9abb Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 5 Sep 2007 14:25:16 +0000 Subject: Point expand_number(3) at humanize_number(3) and nive versa. Suggested by: trhodes Approved by: re (kensmith) --- lib/libutil/expand_number.3 | 2 ++ lib/libutil/humanize_number.3 | 2 ++ 2 files changed, 4 insertions(+) (limited to 'lib/libutil') 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 -- cgit v1.1