Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Add missing period at the end of sentense.



details:   https://anonhg.NetBSD.org/src/rev/effcc5001493
branches:  trunk
changeset: 757852:effcc5001493
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Sep 28 00:39:56 2010 +0000

description:
Add missing period at the end of sentense.

diffstat:

 lib/libc/stdio/fmemopen.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8cc1d2d409aa -r effcc5001493 lib/libc/stdio/fmemopen.3
--- a/lib/libc/stdio/fmemopen.3 Mon Sep 27 22:53:46 2010 +0000
+++ b/lib/libc/stdio/fmemopen.3 Tue Sep 28 00:39:56 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fmemopen.3,v 1.3 2010/09/25 09:44:08 wiz Exp $
+.\"    $NetBSD: fmemopen.3,v 1.4 2010/09/28 00:39:56 enami Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -98,7 +98,7 @@
 The stream also keeps track of the
 .Fa size
 of the
-.Fa buffer
+.Fa buffer .
 The
 .Fa size
 is initialized depending on the mode:



Home | Main Index | Thread Index | Old Index