diff options
Diffstat (limited to 'src/lib/libc/stdlib/lsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/lsearch.3 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3 index e21d97b647..370828ca33 100644 --- a/src/lib/libc/stdlib/lsearch.3 +++ b/src/lib/libc/stdlib/lsearch.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: lsearch.3,v 1.11 2014/07/18 07:25:26 matthew Exp $ | 1 | .\" $OpenBSD: lsearch.3,v 1.12 2014/11/30 20:19:12 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1989, 1991, 1993 | 3 | .\" Copyright (c) 1989, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -29,7 +29,7 @@ | |||
29 | .\" | 29 | .\" |
30 | .\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93 | 30 | .\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93 |
31 | .\" | 31 | .\" |
32 | .Dd $Mdocdate: July 18 2014 $ | 32 | .Dd $Mdocdate: November 30 2014 $ |
33 | .Dt LSEARCH 3 | 33 | .Dt LSEARCH 3 |
34 | .Os | 34 | .Os |
35 | .Sh NAME | 35 | .Sh NAME |
@@ -101,8 +101,6 @@ The | |||
101 | .Fn lsearch | 101 | .Fn lsearch |
102 | and | 102 | and |
103 | .Fn lfind | 103 | .Fn lfind |
104 | functions conform to the | 104 | functions conform to the X/Open System Interfaces option of the |
105 | .St -p1003.1-2001 | 105 | .St -p1003.1-2008 |
106 | and | 106 | specification. |
107 | .St -xpg4.3 | ||
108 | specifications. | ||