aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-09-28 15:31:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-09-28 15:31:44 +0000
commit61881b52838a3466cdfd660cd31df12187d6fe60 (patch)
tree55adac9a69e9f9d8abaaea5b811d06516e365367 /lib/libutil
parent9d77e05affe2f0cfd7f348662e6b935ee38e0a14 (diff)
Notes
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/expand_number.32
-rw-r--r--lib/libutil/flopen.35
-rw-r--r--lib/libutil/humanize_number.36
-rw-r--r--lib/libutil/kld.32
4 files changed, 11 insertions, 4 deletions
diff --git a/lib/libutil/expand_number.3 b/lib/libutil/expand_number.3
index b698b7ac336d..92e8961c58fc 100644
--- a/lib/libutil/expand_number.3
+++ b/lib/libutil/expand_number.3
@@ -83,4 +83,4 @@ Result doesn't fit into 64 bits.
The
.Fn expand_number
function first appeared in
-.Fx 7.0 .
+.Fx 6.3 .
diff --git a/lib/libutil/flopen.3 b/lib/libutil/flopen.3
index 9025d65e304c..97a48f169cd6 100644
--- a/lib/libutil/flopen.3
+++ b/lib/libutil/flopen.3
@@ -93,6 +93,11 @@ and
.Xr errno 2 ,
.Xr flock 2 ,
.Xr open 2
+.Sh HISTORY
+The
+.Fn flopen
+function first appeared in
+.Fx 6.3 .
.Sh AUTHORS
.An -nosplit
The
diff --git a/lib/libutil/humanize_number.3 b/lib/libutil/humanize_number.3
index 1a4d117de6fb..76d5677cb566 100644
--- a/lib/libutil/humanize_number.3
+++ b/lib/libutil/humanize_number.3
@@ -147,9 +147,11 @@ If
.Dv HN_GETSCALE
is specified, the prefix index number will be returned instead.
.Sh SEE ALSO
-.Xr expand_number 3
+.Xr expand_number 3
.Sh HISTORY
The
.Fn humanize_number
function first appeared in
-.Nx 2.0 .
+.Nx 2.0
+and then in
+.Fx 5.3 .
diff --git a/lib/libutil/kld.3 b/lib/libutil/kld.3
index decaee789eef..cc34fa1a0406 100644
--- a/lib/libutil/kld.3
+++ b/lib/libutil/kld.3
@@ -83,7 +83,7 @@ The
and
.Fn kld_load
functions first appeared in
-.Fx 7.0 .
+.Fx 6.3 .
.Sh AUTHORS
The
.Fn kld_isloaded