summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-11-30 20:19:13 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-11-30 20:19:13 +0000
commita55207cf95cc77bf9cee2a20bdbe9e84a1cc1eae (patch)
tree5c61e81e0cf915269f53cf6cb064f10d2331354c /lib/libc/stdlib
parenta4f0e258efa26b7cf54bcc3a215dc196b60430be (diff)
obvious STANDARDS update
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/insque.312
-rw-r--r--lib/libc/stdlib/lsearch.312
2 files changed, 10 insertions, 14 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index 64da36a898a..415a7c34486 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: insque.3,v 1.9 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: insque.3,v 1.10 2014/11/30 20:19:12 schwarze Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 30 2014 $
.Dt INSQUE 3
.Os
.Sh NAME
@@ -86,11 +86,9 @@ The
.Fn insque
and
.Fn remque
-functions conform to the
-.St -p1003.1-2001
-and
-.St -xpg4.3
-specifications.
+functions conform to the X/Open System Interfaces option of the
+.St -p1003.1-2008
+specification.
.Sh HISTORY
The
.Fn insque
diff --git a/lib/libc/stdlib/lsearch.3 b/lib/libc/stdlib/lsearch.3
index e21d97b647a..370828ca33a 100644
--- a/lib/libc/stdlib/lsearch.3
+++ b/lib/libc/stdlib/lsearch.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lsearch.3,v 1.11 2014/07/18 07:25:26 matthew Exp $
+.\" $OpenBSD: lsearch.3,v 1.12 2014/11/30 20:19:12 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: July 18 2014 $
+.Dd $Mdocdate: November 30 2014 $
.Dt LSEARCH 3
.Os
.Sh NAME
@@ -101,8 +101,6 @@ The
.Fn lsearch
and
.Fn lfind
-functions conform to the
-.St -p1003.1-2001
-and
-.St -xpg4.3
-specifications.
+functions conform to the X/Open System Interfaces option of the
+.St -p1003.1-2008
+specification.