diff options
author | brueffer <brueffer@FreeBSD.org> | 2005-09-18 15:40:03 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2005-09-18 15:40:03 +0000 |
commit | b3810218d97c541d166a2c05f4a0b8b825b2032f (patch) | |
tree | b4aa1fb2b80f867b8b0839711c57e0fbb861ce4b /lib/libc/stdio | |
parent | 1d904b58c3e274c889856c913bf984c1ed64ec81 (diff) | |
download | FreeBSD-src-b3810218d97c541d166a2c05f4a0b8b825b2032f.zip FreeBSD-src-b3810218d97c541d166a2c05f4a0b8b825b2032f.tar.gz |
Use the correct function name as .Nm argument.
PR: 86169
Submitted by: Toby Peterson <toby@apple.com>
MFC after: 3 days
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fgetwln.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetwln.3 b/lib/libc/stdio/fgetwln.3 index 282b03a..991b460 100644 --- a/lib/libc/stdio/fgetwln.3 +++ b/lib/libc/stdio/fgetwln.3 @@ -36,7 +36,7 @@ .Dt FGETWLN 3 .Os .Sh NAME -.Nm fgetln +.Nm fgetwln .Nd get a line of wide characters from a stream .Sh LIBRARY .Lb libc |