From 055936f3568f324557c5bcb063861dc504dfcd09 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 7 Jul 2005 07:50:38 +0000 Subject: [PATCH] kill errant full stop; --- src/lib/libc/stdlib/lsearch.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3 index 818aa1bb..051b1ef4 100644 --- a/src/lib/libc/stdlib/lsearch.3 +++ b/src/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.