From e4157ea17903c6f71d48f448b314777f697cdde9 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 30 Nov 2014 20:19:12 +0000 Subject: [PATCH] obvious STANDARDS update --- src/lib/libc/stdlib/insque.3 | 12 +++++------- src/lib/libc/stdlib/lsearch.3 | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3 index 64da36a8..415a7c34 100644 --- a/src/lib/libc/stdlib/insque.3 +++ b/src/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/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3 index e21d97b6..370828ca 100644 --- a/src/lib/libc/stdlib/lsearch.3 +++ b/src/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.