mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
open_memstream(3): fix typo
While here, pet mandoc: .Tn -> .Vt
This commit is contained in:
parent
f9668e42b4
commit
01a856c666
1 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ These multibyte characters are then converted back to wide characters when
|
|||
written into the stream.
|
||||
As a result,
|
||||
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
|
||||
on a wide-oriented stream.
|
||||
.Sh RETURN VALUES
|
||||
|
|
@ -119,7 +119,7 @@ Upon successful completion,
|
|||
and
|
||||
.Fn open_wmemstream
|
||||
return a
|
||||
.Tn FILE
|
||||
.Vt FILE
|
||||
pointer.
|
||||
Otherwise,
|
||||
.Dv NULL
|
||||
|
|
|
|||
Loading…
Reference in a new issue