Module Name: src
Committed By: enami
Date: Tue Sep 28 00:39:56 UTC 2010
Modified Files:
src/lib/libc/stdio: fmemopen.3
Log Message:
Add missing period at the end of sentense.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/stdio/fmemopen.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/stdio/fmemopen.3
diff -u src/lib/libc/stdio/fmemopen.3:1.3 src/lib/libc/stdio/fmemopen.3:1.4
--- src/lib/libc/stdio/fmemopen.3:1.3 Sat Sep 25 09:44:08 2010
+++ src/lib/libc/stdio/fmemopen.3 Tue Sep 28 00:39:56 2010
@@ -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: