Module Name: src
Committed By: jruoho
Date: Fri Apr 30 10:09:23 UTC 2010
Modified Files:
src/lib/libc/stdlib: tsearch.3
Log Message:
Put the period outside the quotation marks.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/tsearch.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/tsearch.3
diff -u src/lib/libc/stdlib/tsearch.3:1.11 src/lib/libc/stdlib/tsearch.3:1.12
--- src/lib/libc/stdlib/tsearch.3:1.11 Fri Apr 30 10:06:52 2010
+++ src/lib/libc/stdlib/tsearch.3 Fri Apr 30 10:09:23 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: tsearch.3,v 1.11 2010/04/30 10:06:52 jruoho Exp $
+.\" $NetBSD: tsearch.3,v 1.12 2010/04/30 10:09:23 jruoho Exp $
.\" Copyright (c) 1997 Todd C. Miller <[email protected]>
.\" All rights reserved.
.\"
@@ -137,5 +137,5 @@
function shall return a pointer to the parent of the deleted node,
or an unspecified non-NULL pointer if the deleted node was the root node, or a
.Dv NULL
-pointer if the node is not found.
-.Dc
+pointer if the node is not found
+.Dc .