Punctuation and whitespace fixes. Quote %.
This commit is contained in:
parent
554f6e9041
commit
5b70678ace
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: termcap.5,v 1.31 2003/02/25 10:35:34 wiz Exp $
|
||||
.\" $NetBSD: termcap.5,v 1.32 2003/06/27 22:42:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -709,7 +709,7 @@ give this as
|
|||
(Normally this will be carriage-return,
|
||||
.Sy \&^M . )
|
||||
If there is a code to produce an audible signal (bell, beep,
|
||||
etc. ) ,
|
||||
etc.),
|
||||
give this as
|
||||
.Sy \&bl .
|
||||
.Pp
|
||||
|
@ -792,7 +792,7 @@ If the terminal has switch-selectable automatic margins,
|
|||
the
|
||||
.Nm
|
||||
description usually assumes that this feature is on,
|
||||
.Em i.e . ,
|
||||
.Em i.e. ,
|
||||
.Sy \&am .
|
||||
If the terminal has a command
|
||||
that moves to the first column of the next line,
|
||||
|
@ -869,11 +869,11 @@ value \*[Gt]
|
|||
then add
|
||||
.Em y ,
|
||||
no output
|
||||
.It "%r reverse order of two parameters, no output"
|
||||
.It "%i increment by one, no output"
|
||||
.It "%n exclusive-or all parameters with 0140 (Datamedia 2500)"
|
||||
.It "%B" Ta Tn BCD No "(16*(value/10)) + (value%10), no output"
|
||||
.It "%D Reverse coding (value \- 2*(value%16)), no output (Delta Data)."
|
||||
.It "\&%r reverse order of two parameters, no output"
|
||||
.It "\&%i increment by one, no output"
|
||||
.It "\&%n exclusive-or all parameters with 0140 (Datamedia 2500)"
|
||||
.It "\&%B" Ta Tn BCD No "(16*(value/10)) + (value%10), no output"
|
||||
.It "\&%D Reverse coding (value \- 2*(value%16)), no output (Delta Data)."
|
||||
.El
|
||||
.Pp
|
||||
Consider the Hewlett-Packard 2645, which, to get to row 3 and column 12, needs
|
||||
|
@ -928,7 +928,7 @@ Sometimes these are shorter than the more general two-parameter sequence
|
|||
(as with the Hewlett-Packard 2645) and can be used in preference to
|
||||
.Sy \&cm .
|
||||
If there are parameterized local motions
|
||||
.Pf ( Em e.g . ,
|
||||
.Pf ( Em e.g. ,
|
||||
move
|
||||
.Ar n
|
||||
positions to the right)
|
||||
|
@ -1135,7 +1135,7 @@ times.
|
|||
.Pp
|
||||
It is occasionally necessary to move around while in insert mode
|
||||
to delete characters on the same line
|
||||
.Pf ( Em e.g . ,
|
||||
.Pf ( Em e.g. ,
|
||||
if there is a tab after
|
||||
the insertion position).
|
||||
If your terminal allows motion while in
|
||||
|
@ -1629,7 +1629,7 @@ should be given as
|
|||
.Sy \&ds .
|
||||
The status line is normally assumed to be the same width as the
|
||||
rest of the screen,
|
||||
.Em i.e . ,
|
||||
.Em i.e. ,
|
||||
.Sy \&co .
|
||||
If the status line is a different width (possibly because the terminal
|
||||
does not allow an entire line to be loaded), then its width in columns
|
||||
|
@ -1777,7 +1777,8 @@ Unfortunately, due to lack of a definition for string parameters in
|
|||
.Nm ,
|
||||
only
|
||||
.Xr terminfo 5
|
||||
supports these capabilities. The
|
||||
supports these capabilities.
|
||||
The
|
||||
.Sy \&ZZ
|
||||
capability is automatically generated in the tgetent call and must
|
||||
never be defined in
|
||||
|
|
Loading…
Reference in New Issue