summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1998-02-03 21:42:54 +0000
committerperry <perry@NetBSD.org>1998-02-03 21:42:54 +0000
commita16d9e868bcc8fab07b10e6511c616cb2e9ffad0 (patch)
treecf6a6513babb3ba12b87106cefb0d297cec65449 /lib/libc/stdlib
parent986ac75a1f1436108521d6cd0cc8ae5d3ada62f2 (diff)
.Bx'ize
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getsubopt.35
-rw-r--r--lib/libc/stdlib/radixsort.35
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index 1da212da062..6aff2c52f66 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getsubopt.3,v 1.2 1998/01/31 20:41:39 thorpej Exp $
+.\" $NetBSD: getsubopt.3,v 1.3 1998/02/03 21:46:20 perry Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -144,4 +144,5 @@ while ((ch = getopt(argc, argv, "ab:")) != \-1) {
.Sh HISTORY
The
.Fn getsubopt
-function first appeared in 4.4BSD.
+function first appeared in
+.Bx 4.4 .
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index a9ec61d6329..db55c0b02a7 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: radixsort.3,v 1.4 1995/12/28 08:52:37 thorpej Exp $
+.\" $NetBSD: radixsort.3,v 1.5 1998/02/03 21:46:23 perry Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -159,4 +159,5 @@ for any of the errors specified for the library routine
.Sh HISTORY
The
.Fn radixsort
-function first appeared in 4.4BSD.
+function first appeared in
+.Bx 4.4 .