doc: ctlseq: fix SGR table heading

The other tables that contain only params also use the heading
"Parameter" rather than "Sequence".
This commit is contained in:
Craig Barnes 2021-10-11 15:13:45 +01:00
parent dfd9590931
commit fd989f47cf

View file

@ -134,12 +134,12 @@ not actually part of the string. I.e. *\\E[ 1 m* is really *\\E[1m*.
## SGR ## SGR
All SGR sequences are on the form *\\E[ <N> m*, where _N_ is a decimal All SGR sequences are in the form *\\E[ <N> m*, where _N_ is a decimal
number - the _parameter_. Multiple parameters can be combined in a number - the _parameter_. Multiple parameters can be combined in a
single CSI sequence by separating them with semicolons: *\\E[ 1;2;3 single CSI sequence by separating them with semicolons: *\\E[ 1;2;3
m*. m*.
[[ *Sequence* [[ *Parameter*
:[ *Description* :[ *Description*
| 0 | 0
: Reset all attributes : Reset all attributes