diff options
author | 2014-11-30 20:19:12 +0000 | |
---|---|---|
committer | 2014-11-30 20:19:12 +0000 | |
commit | c4726c0d683dd94e8193ad427112f8e8dcb33efa (patch) | |
tree | 3ad1af08523a6ba8588b6291c2330b6f535c78af /lib/libc/stdlib/insque.3 | |
parent | move the description of flags from the SYNOPSIS to the DESCRIPTION; (diff) | |
download | wireguard-openbsd-c4726c0d683dd94e8193ad427112f8e8dcb33efa.tar.xz wireguard-openbsd-c4726c0d683dd94e8193ad427112f8e8dcb33efa.zip |
obvious STANDARDS update
Diffstat (limited to 'lib/libc/stdlib/insque.3')
-rw-r--r-- | lib/libc/stdlib/insque.3 | 12 |
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 |