fmemopen.3: minor: wording tweak

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-05 12:52:11 -05:00
parent 99111b7580
commit 4f9ea6c361
1 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,9 @@ zeros.
The
.BR open_wmemstream ()
is similar but operates on wide characters instead of bytes.
is similar to
.BR open_memstream (),
but operates on wide characters instead of bytes.
.SH "RETURN VALUE"
Upon successful completion
.BR fmemopen (),