diff options
author | jmc <> | 2007-05-31 19:20:26 +0000 |
---|---|---|
committer | jmc <> | 2007-05-31 19:20:26 +0000 |
commit | e021d0a0d5401ab3c1c88e4570ee8c832a47033b (patch) | |
tree | fa20f000f14ac9b2dedcf06e5adfd0c3b939d8da /src/lib/libc/stdlib/lsearch.3 | |
parent | 214a354ecc363e7381ae7fb1ef1e556a2cf94b76 (diff) | |
download | openbsd-e021d0a0d5401ab3c1c88e4570ee8c832a47033b.tar.gz openbsd-e021d0a0d5401ab3c1c88e4570ee8c832a47033b.tar.bz2 openbsd-e021d0a0d5401ab3c1c88e4570ee8c832a47033b.zip |
convert to new .Dd format;
Diffstat (limited to 'src/lib/libc/stdlib/lsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/lsearch.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3 index eda67ada01..e13ef4ec74 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.7 2005/12/23 21:34:16 millert Exp $ | 1 | .\" $OpenBSD: lsearch.3,v 1.8 2007/05/31 19:19:31 jmc 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 June 4, 1993 | 32 | .Dd $Mdocdate: May 31 2007 $ |
33 | .Dt LSEARCH 3 | 33 | .Dt LSEARCH 3 |
34 | .Os | 34 | .Os |
35 | .Sh NAME | 35 | .Sh NAME |