diff options
| author | Pali Rohár <pali@kernel.org> | 2021-08-08 10:41:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-09 02:32:37 +0200 |
| commit | 69452aadaf0e75078b51bf1800348d408b0c79ba (patch) | |
| tree | 5472bcec87edc17e11072ed61cf2094e6f8fd7a4 /man3 | |
| parent | b9a8ee5a978654091a0a925843c8f31eaa4d75e5 (diff) | |
| download | man-pages-69452aadaf0e75078b51bf1800348d408b0c79ba.tar.gz | |
termios.3: Use bold style for Bnn and EXTn macro constants
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/termios.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man3/termios.3 b/man3/termios.3 index 01c2099442..b7cdec5075 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -1068,8 +1068,14 @@ and are nonstandard, but available on the BSDs. .SH NOTES UNIX\ V7 and several later systems have a list of baud rates -where after the fourteen values B0, ..., B9600 one finds the -two constants EXTA, EXTB ("External A" and "External B"). +where after the fourteen values +.BR B0 , +\&.\|.\|.\|, +.B B9600 +one finds the two constants +.BR EXTA , +.B EXTB +("External A" and "External B"). Many systems extend the list with much higher baud rates. .PP The effect of a nonzero \fIduration\fP with |
