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 .\" Copyright (c) 1993 John Brezak
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -26,7 +26,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: November 30 2014 $
.Dt INSQUE 3 .Dt INSQUE 3
.Os .Os
.Sh NAME .Sh NAME
@ -86,11 +86,9 @@ The
.Fn insque .Fn insque
and and
.Fn remque .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 .Sh HISTORY
The The
.Fn insque .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 .\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\" .\"
.\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93 .\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93
.\" .\"
.Dd $Mdocdate: July 18 2014 $
.Dd $Mdocdate: November 30 2014 $
.Dt LSEARCH 3 .Dt LSEARCH 3
.Os .Os
.Sh NAME .Sh NAME
@ -101,8 +101,6 @@ The
.Fn lsearch .Fn lsearch
and and
.Fn lfind .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