Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Markup getwc in one place.



details:   https://anonhg.NetBSD.org/src/rev/8728848a5d45
branches:  trunk
changeset: 518898:8728848a5d45
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Dec 07 12:35:54 2001 +0000

description:
Markup getwc in one place.

diffstat:

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

diffs (21 lines):

diff -r 3330b128ec27 -r 8728848a5d45 lib/libc/stdio/getwc.3
--- a/lib/libc/stdio/getwc.3    Fri Dec 07 12:35:13 2001 +0000
+++ b/lib/libc/stdio/getwc.3    Fri Dec 07 12:35:54 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getwc.3,v 1.1 2001/12/07 11:47:42 yamt Exp $
+.\"    $NetBSD: getwc.3,v 1.2 2001/12/07 12:35:54 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -75,8 +75,9 @@
 The
 .Fn getwchar
 function
-is equivalent to:
-getwc with the argument stdin.
+is equivalent to
+.Fn getwc
+with the argument stdin.
 .Sh RETURN VALUES
 If successful, these routines return the next wide-character
 from the



Home | Main Index | Thread Index | Old Index