From 01a856c666194b77a359eaf2b27ee6a4f9d9945b Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Wed, 28 Apr 2021 12:18:25 +0300 Subject: [PATCH] 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