aboutsummaryrefslogtreecommitdiff
path: root/man/curs_variables.3x
diff options
context:
space:
mode:
Diffstat (limited to 'man/curs_variables.3x')
-rw-r--r--man/curs_variables.3x4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index cd0c86651c61..25294dfeabf5 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -27,7 +27,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: curs_variables.3x,v 1.14 2020/02/02 23:34:34 tom Exp $
+.\" $Id: curs_variables.3x,v 1.15 2020/04/18 14:29:07 tom Exp $
.TH curs_variables 3X ""
.ie \n(.g .ds `` \(lq
.el .ds `` ``
@@ -112,7 +112,7 @@ i.e., the number of lines.
.SS TABSIZE
This variable holds the number of columns used by the \fIcurses\fP library
when converting a tab character to spaces as it adds the tab to a window
-(see curs_addch(3X).
+(see \fBcurs_addch\fP(3X).
.SS The Current Screen
This implementation of curses uses a special window \fBcurscr\fP to
record its updates to the terminal screen.