From abfd061908279ceed62c2fd5ebac2499e10dcac8 Mon Sep 17 00:00:00 2001 From: enami Date: Tue, 28 Sep 2010 00:39:56 +0000 Subject: Add missing period at the end of sentense. --- lib/libc/stdio/fmemopen.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/fmemopen.3 b/lib/libc/stdio/fmemopen.3 index 717d29ba12b..e1e536c37e5 100644 --- a/lib/libc/stdio/fmemopen.3 +++ b/lib/libc/stdio/fmemopen.3 @@ -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 @@ was specified, then the stream will always point at the first byte of the The stream also keeps track of the .Fa size of the -.Fa buffer +.Fa buffer . The .Fa size is initialized depending on the mode: -- cgit