Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix `.Fn' call.



details:   https://anonhg.NetBSD.org/src/rev/7457d0005837
branches:  trunk
changeset: 485305:7457d0005837
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Apr 24 15:13:54 2000 +0000

description:
Fix `.Fn' call.

diffstat:

 lib/libcurses/curses.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r dd9423b5590c -r 7457d0005837 lib/libcurses/curses.3
--- a/lib/libcurses/curses.3    Mon Apr 24 15:13:20 2000 +0000
+++ b/lib/libcurses/curses.3    Mon Apr 24 15:13:54 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses.3,v 1.22 2000/04/24 14:09:43 blymn Exp $
+.\"    $NetBSD: curses.3,v 1.23 2000/04/24 15:13:54 pk Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -61,8 +61,8 @@
 screens are used.  The routine
 .Fn endwin
 should be called before exiting.  The routine
-.Fn start_color must be called before any of the other routines that deal
-with color are used.
+.Fn start_color
+must be called before any of the other routines that deal with color are used.
 .Sh SEE ALSO
 .Xr ioctl 2 ,
 .Xr getenv 3 ,



Home | Main Index | Thread Index | Old Index