diff options
Diffstat (limited to 'man/term.7')
| -rw-r--r-- | man/term.7 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/term.7 b/man/term.7 index 84d100d840ca..80cc74c73485 100644 --- a/man/term.7 +++ b/man/term.7 @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2023,2024 Thomas E. Dickey * +.\" Copyright 2018-2024,2025 Thomas E. Dickey * .\" Copyright 1998-2011,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: term.7,v 1.48 2024/03/16 15:35:01 tom Exp $ -.TH term 7 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" Miscellaneous +.\" $Id: term.7,v 1.52 2025/08/16 20:08:21 tom Exp $ +.TH term 7 2025-08-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" Miscellaneous .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -40,7 +40,6 @@ .el .ds '' "" .\} . -.ds d @TERMINFO@ .SH NAME term \- conventions for naming terminal types @@ -83,7 +82,7 @@ a custom entry incorporating options which you wish to override the system default type for your line. .PP Terminal type descriptions are stored as files of capability data underneath -\*d. +.IR \%@TERMINFO@ "." To browse a list of all terminal names recognized by the system, do .sp @TOE@ | more @@ -97,8 +96,9 @@ Invoke it as follows: @INFOCMP@ \fIentry_name\fP .sp where \fIentry_name\fP is the name of the type you wish to examine (and the -name of its capability file the subdirectory of \*d named for its first -letter). +name of its capability file the subdirectory of +.I \%@TERMINFO@ +named for its first letter). This command dumps a capability file in the text format described by \fBterminfo\fP(5). .PP @@ -221,7 +221,7 @@ Such programs should fall back on the \fITERM\fP environment variable when no \-T option is specified. .SH FILES .TP -.I \*d +.I @TERMINFO@ compiled terminal description database .TP .I /etc/inittab |
