Module Name: src Committed By: wiz Date: Sun Jan 8 13:49:05 UTC 2017
Modified Files: src/lib/libcurses: curses_input.3 Log Message: Whitespace fix, bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libcurses/curses_input.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libcurses/curses_input.3 diff -u src/lib/libcurses/curses_input.3:1.25 src/lib/libcurses/curses_input.3:1.26 --- src/lib/libcurses/curses_input.3:1.25 Thu Jan 5 23:15:43 2017 +++ src/lib/libcurses/curses_input.3 Sun Jan 8 13:49:05 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_input.3,v 1.25 2017/01/05 23:15:43 roy Exp $ +.\" $NetBSD: curses_input.3,v 1.26 2017/01/08 13:49:05 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (bl...@netbsd.org, brett_l...@yahoo.com.au) @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd January 1, 2017 +.Dd January 5, 2017 .Dt CURSES_INPUT 3 .Os .Sh NAME @@ -406,7 +406,7 @@ The function sets the .Va ESCDELAY value of the current screen to -.Fa escdelay. +.Fa escdelay . .Sh RETURN VALUES The functions .Fn getch ,