Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Remove comma after last Nm entry



details:   https://anonhg.NetBSD.org/src/rev/992f0832ca33
branches:  trunk
changeset: 827379:992f0832ca33
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 17:03:30 2017 +0000

description:
Remove comma after last Nm entry

diffstat:

 lib/libc/stdio/getwc.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r acfa13b35767 -r 992f0832ca33 lib/libc/stdio/getwc.3
--- a/lib/libc/stdio/getwc.3    Wed Oct 25 16:59:12 2017 +0000
+++ b/lib/libc/stdio/getwc.3    Wed Oct 25 17:03:30 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getwc.3,v 1.9 2010/12/16 17:42:27 wiz Exp $
+.\"    $NetBSD: getwc.3,v 1.10 2017/10/25 17:03:30 abhinav Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 .Sh NAME
 .Nm fgetwc ,
 .Nm getwc ,
-.Nm getwchar ,
+.Nm getwchar
 .Nd get next wide character from input stream
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index