Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Put the period outside the quotation marks.



details:   https://anonhg.NetBSD.org/src/rev/08404c5f022c
branches:  trunk
changeset: 754438:08404c5f022c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Apr 30 10:09:23 2010 +0000

description:
Put the period outside the quotation marks.

diffstat:

 lib/libc/stdlib/tsearch.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 4da088976a80 -r 08404c5f022c lib/libc/stdlib/tsearch.3
--- a/lib/libc/stdlib/tsearch.3 Fri Apr 30 10:06:52 2010 +0000
+++ b/lib/libc/stdlib/tsearch.3 Fri Apr 30 10:09:23 2010 +0000
@@ -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 <Todd.Miller%courtesan.com@localhost>
 .\" 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 .



Home | Main Index | Thread Index | Old Index