summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/lsearch.3
diff options
context:
space:
mode:
authorschwarze <>2014-11-30 20:19:12 +0000
committerschwarze <>2014-11-30 20:19:12 +0000
commit715067b4105c5384582597c52b6cc8f7fba6536f (patch)
treec61adfd0eae8de41a9b36721a2e2aaaeba155b99 /src/lib/libc/stdlib/lsearch.3
parentd8f66904ee035f3e8b0d2d91fedb956995e16678 (diff)
downloadopenbsd-715067b4105c5384582597c52b6cc8f7fba6536f.tar.gz
openbsd-715067b4105c5384582597c52b6cc8f7fba6536f.tar.bz2
openbsd-715067b4105c5384582597c52b6cc8f7fba6536f.zip
obvious STANDARDS update
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/lsearch.312
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
102and 102and
103.Fn lfind 103.Fn lfind
104functions conform to the 104functions conform to the X/Open System Interfaces option of the
105.St -p1003.1-2001 105.St -p1003.1-2008
106and 106specification.
107.St -xpg4.3
108specifications.