From 52ecc95202093dde4a092445e6b30af1c138823e Mon Sep 17 00:00:00 2001 From: aaron <> Date: Wed, 9 Aug 2000 12:57:54 +0000 Subject: [PATCH] Remove trailing blank lines. --- src/lib/libc/string/strtok.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libc/string/strtok.3 b/src/lib/libc/string/strtok.3 index 255431c9..9bb35a78 100644 --- a/src/lib/libc/string/strtok.3 +++ b/src/lib/libc/string/strtok.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.12 2000/04/24 16:55:44 deraadt Exp $ +.\" $OpenBSD: strtok.3,v 1.13 2000/08/09 12:57:54 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 @@ -154,4 +154,3 @@ may return a non-null value. Since this implementation always alters the next starting point, such a sequence of calls would always return .Dv NULL . -