open_memstream(3): fix typo
While here, pet mandoc: .Tn -> .Vt
This commit is contained in:
parent
f9668e42b4
commit
01a856c666
@ -110,7 +110,7 @@ These multibyte characters are then converted back to wide characters when
|
|||||||
written into the stream.
|
written into the stream.
|
||||||
As a result,
|
As a result,
|
||||||
the wide-oriented streams maintain an internal multibyte character conversion
|
the wide-oriented streams maintain an internal multibyte character conversion
|
||||||
state that is cleared on any seek opertion that changes the current position.
|
state that is cleared on any seek operation that changes the current position.
|
||||||
This should have no effect as long as wide-oriented output operations are used
|
This should have no effect as long as wide-oriented output operations are used
|
||||||
on a wide-oriented stream.
|
on a wide-oriented stream.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
@ -119,7 +119,7 @@ Upon successful completion,
|
|||||||
and
|
and
|
||||||
.Fn open_wmemstream
|
.Fn open_wmemstream
|
||||||
return a
|
return a
|
||||||
.Tn FILE
|
.Vt FILE
|
||||||
pointer.
|
pointer.
|
||||||
Otherwise,
|
Otherwise,
|
||||||
.Dv NULL
|
.Dv NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user