Module Name:    src
Committed By:   wiz
Date:           Sun Jan  8 13:49:21 UTC 2017

Modified Files:
        src/lib/libcurses: curses.3

Log Message:
Use more markup, sort ENVIRONMENT.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/lib/libcurses/curses.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.3
diff -u src/lib/libcurses/curses.3:1.65 src/lib/libcurses/curses.3:1.66
--- src/lib/libcurses/curses.3:1.65	Thu Jan  5 21:25:18 2017
+++ src/lib/libcurses/curses.3	Sun Jan  8 13:49:21 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: curses.3,v 1.65 2017/01/05 21:25:18 roy Exp $
+.\"	$NetBSD: curses.3,v 1.66 2017/01/08 13:49:21 wiz Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -298,27 +298,27 @@ must be called before any of the other r
 .El
 .Sh ENVIRONMENT
 .Bl -tag -width CURSES_TRACE_MASK
-.It COLUMNS
+.It Ev COLUMNS
 The number of columns in the terminal if set.
 This is usually automatically configured by querying the kernel.
-.It CURSES_TRACE_MASK
+.It Ev CURSES_TRACE_MASK
 An integer mask that enables specific debugging traces.
 Enabled only in the debug build of curses.
-.It CURSES_TRACE_FILE
+.It Ev CURSES_TRACE_FILE
 A file where to output debugging information.
 Enabled only in the debug build of curses.
-.It ESCDELAY
+.It Ev ESCDELAY
 The maximum delay in milliseconds between characters in multi-character
 keystrokes (such are arrow keys) where the adjacent characters are considered
 part of the same multi-character sequence.
 The default is 300 milliseconds.
-.It TABSIZE
-The number of spaces making up a tab.
-The default is 8 if not specified by the terminal description.
-.It LINES
+.It Ev LINES
 The number of lines in the terminal if set.
 is usually automatically configured by querying the kernel.
-.It TERM
+.It Ev TABSIZE
+The number of spaces making up a tab.
+The default is 8 if not specified by the terminal description.
+.It Ev TERM
 The terminal type of the current terminal.
 .El
 .Sh SEE ALSO

Reply via email to