Browse Source

obvious STANDARDS update

OPENBSD_5_7
schwarze 10 years ago
parent
commit
e4157ea179
2 changed files with 10 additions and 14 deletions
  1. +5
    -7
      src/lib/libc/stdlib/insque.3
  2. +5
    -7
      src/lib/libc/stdlib/lsearch.3

+ 5
- 7
src/lib/libc/stdlib/insque.3 View File

@ -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


+ 5
- 7
src/lib/libc/stdlib/lsearch.3 View File

@ -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.

Loading…
Cancel
Save