diff options
author | schwarze <> | 2014-11-30 20:19:12 +0000 |
---|---|---|
committer | schwarze <> | 2014-11-30 20:19:12 +0000 |
commit | 114d87222228fe31b2e0082e1c74f3c657706ddd (patch) | |
tree | c61adfd0eae8de41a9b36721a2e2aaaeba155b99 /src/lib/libc/stdlib/insque.3 | |
parent | 3539e3fa3e1f8ac6b4177476a424681e58c76af5 (diff) | |
download | openbsd-114d87222228fe31b2e0082e1c74f3c657706ddd.tar.gz openbsd-114d87222228fe31b2e0082e1c74f3c657706ddd.tar.bz2 openbsd-114d87222228fe31b2e0082e1c74f3c657706ddd.zip |
obvious STANDARDS update
Diffstat (limited to 'src/lib/libc/stdlib/insque.3')
-rw-r--r-- | src/lib/libc/stdlib/insque.3 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3 index 64da36a898..415a7c3448 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.9 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: insque.3,v 1.10 2014/11/30 20:19:12 schwarze Exp $ |
2 | .\" Copyright (c) 1993 John Brezak | 2 | .\" Copyright (c) 1993 John Brezak |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -26,7 +26,7 @@ | |||
26 | .\" SUCH DAMAGE. | 26 | .\" SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .\" | 28 | .\" |
29 | .Dd $Mdocdate: June 5 2013 $ | 29 | .Dd $Mdocdate: November 30 2014 $ |
30 | .Dt INSQUE 3 | 30 | .Dt INSQUE 3 |
31 | .Os | 31 | .Os |
32 | .Sh NAME | 32 | .Sh NAME |
@@ -86,11 +86,9 @@ The | |||
86 | .Fn insque | 86 | .Fn insque |
87 | and | 87 | and |
88 | .Fn remque | 88 | .Fn remque |
89 | functions conform to the | 89 | functions conform to the X/Open System Interfaces option of the |
90 | .St -p1003.1-2001 | 90 | .St -p1003.1-2008 |
91 | and | 91 | specification. |
92 | .St -xpg4.3 | ||
93 | specifications. | ||
94 | .Sh HISTORY | 92 | .Sh HISTORY |
95 | The | 93 | The |
96 | .Fn insque | 94 | .Fn insque |