diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-20 15:11:10 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-20 15:11:10 +0000 |
commit | 1e32103455180362f2255599f2e63f755746372a (patch) | |
tree | 165d9a0c68f042acb26b9f6b9aff6e86dadf6f26 /man5/termcap.5 | |
parent | f87925c6bfa6e7221dd12f6824b633174a79b978 (diff) |
Formatting fixes
Diffstat (limited to 'man5/termcap.5')
-rw-r--r-- | man5/termcap.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man5/termcap.5 b/man5/termcap.5 index bfe4c052..098c367b 100644 --- a/man5/termcap.5 +++ b/man5/termcap.5 @@ -40,7 +40,9 @@ is an ASCII file (the database master) that lists the capabilities of many different types of terminals. Programs can read termcap to find the particular escape codes needed to control the visual attributes of the terminal actually in use. (Other aspects of the terminal are -handled by stty.) The termcap database is indexed on the TERM +handled by +.BR stty (1).) +The termcap database is indexed on the TERM environment variable. .LP Termcap entries must be defined on a single logical line, with `\\' |