summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-07 07:50:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-07 07:50:39 +0000
commitf28281d9f35ea368d2104fc501e69127cd8fd363 (patch)
tree417c276936447ab2ed6c8535a40fc6a27ca4ce2f /lib
parenta35dc3cc317654655fa054b816a16ca05fb6e19b (diff)
kill errant full stop;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/lsearch.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/lsearch.3 b/lib/libc/stdlib/lsearch.3
index 818aa1bb43d..051b1ef4c14 100644
--- a/lib/libc/stdlib/lsearch.3
+++ b/lib/libc/stdlib/lsearch.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lsearch.3,v 1.4 2004/10/01 04:08:45 jsg Exp $
+.\" $OpenBSD: lsearch.3,v 1.5 2005/07/07 07:50:38 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -101,5 +101,5 @@ and
functions conform to the
.St -p1003.1-2001
and
-.St -xpg4.3 .
+.St -xpg4.3
specifications.