summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/insque.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/insque.3')
-rw-r--r--lib/libc/stdlib/insque.312
1 files changed, 5 insertions, 7 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