diff options
| author | enami <enami@NetBSD.org> | 2010-09-28 00:39:56 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2010-09-28 00:39:56 +0000 |
| commit | abfd061908279ceed62c2fd5ebac2499e10dcac8 (patch) | |
| tree | 43d7f1e57a696d31f3e0e6d1adb500f780dadd45 /lib/libc/stdio | |
| parent | dd6d336f67b1b7c8e7517129dfe2f771877119fe (diff) | |
Add missing period at the end of sentense.
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/fmemopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
