git: 01a856c66619 - main - open_memstream(3): fix typo
Yuri Pankov
yuripv at FreeBSD.org
Wed Apr 28 09:19:58 UTC 2021
The branch main has been updated by yuripv:
URL: https://cgit.FreeBSD.org/src/commit/?id=01a856c666194b77a359eaf2b27ee6a4f9d9945b
commit 01a856c666194b77a359eaf2b27ee6a4f9d9945b
Author: Yuri Pankov <yuripv at FreeBSD.org>
AuthorDate: 2021-04-28 09:18:25 +0000
Commit: Yuri Pankov <yuripv at FreeBSD.org>
CommitDate: 2021-04-28 09:18:25 +0000
open_memstream(3): fix typo
While here, pet mandoc: .Tn -> .Vt
---
lib/libc/stdio/open_memstream.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3
index 8e2c1e9e057f..506b9e229b76 100644
--- a/lib/libc/stdio/open_memstream.3
+++ b/lib/libc/stdio/open_memstream.3
@@ -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
More information about the dev-commits-src-main
mailing list