Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2021 09:19:58 GMT
From:      Yuri Pankov <yuripv@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 01a856c66619 - main - open_memstream(3): fix typo
Message-ID:  <202104280919.13S9JwcV039493@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuripv:

URL: https://cgit.FreeBSD.org/src/commit/?id=01a856c666194b77a359eaf2b27ee6a4f9d9945b

commit 01a856c666194b77a359eaf2b27ee6a4f9d9945b
Author:     Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2021-04-28 09:18:25 +0000
Commit:     Yuri Pankov <yuripv@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104280919.13S9JwcV039493>