summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/ecvt.34
-rw-r--r--src/lib/libc/stdlib/insque.34
-rw-r--r--src/lib/libc/stdlib/lsearch.32
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3
index da48a33957..689cb1c6f9 100644
--- a/src/lib/libc/stdlib/ecvt.3
+++ b/src/lib/libc/stdlib/ecvt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ecvt.3,v 1.6 2003/06/17 21:56:24 millert Exp $ 1.\" $OpenBSD: ecvt.3,v 1.7 2004/01/25 14:48:32 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -162,4 +162,4 @@ The
162and 162and
163.Fn gcvt 163.Fn gcvt
164functions conform to 164functions conform to
165.St -p1003.1-01 . 165.St -p1003.1-2001 .
diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3
index b09f1fdc04..cd8110ed90 100644
--- a/src/lib/libc/stdlib/insque.3
+++ b/src/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: insque.3,v 1.2 2003/06/01 19:27:27 jmc Exp $ 1.\" $OpenBSD: insque.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
2.\" Copyright (c) 1993 John Brezak 2.\" Copyright (c) 1993 John Brezak
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -87,7 +87,7 @@ The
87and 87and
88.Fn lfind 88.Fn lfind
89functions conform to the 89functions conform to the
90.St -p1003.1-01 90.St -p1003.1-2001
91and 91and
92.St -xpg4.3 . 92.St -xpg4.3 .
93specifications. 93specifications.
diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3
index 2bef4c9aad..2adc51096d 100644
--- a/src/lib/libc/stdlib/lsearch.3
+++ b/src/lib/libc/stdlib/lsearch.3
@@ -97,7 +97,7 @@ The
97and 97and
98.Fn lfind 98.Fn lfind
99functions conform to the 99functions conform to the
100.St -p1003.1-01 100.St -p1003.1-2001
101and 101and
102.St -xpg4.3 . 102.St -xpg4.3 .
103specifications. 103specifications.