aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-11-10 00:13:53 +0100
committerAlejandro Colomar <alx@kernel.org>2022-11-10 00:35:58 +0100
commite6744f95b20643bdedd40e79d999303df8c5cc19 (patch)
tree62f44e96430e3c7aaa1a09cd4245a6c6a2d72ea5
parentbf2d65e6e5224998a1d20affc8c60c13ae02c257 (diff)
downloadman-pages-e6744f95b20643bdedd40e79d999303df8c5cc19.tar.gz
ioctl_tty.2: ffix
Reported-by: lint-man-mandoc - mandoc(1) Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/ioctl_tty.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2
index 663851cb7e..b0ddeaad06 100644
--- a/man2/ioctl_tty.2
+++ b/man2/ioctl_tty.2
@@ -314,9 +314,11 @@ for the argument values
Argument:
.BI "int\~*" argp
.IP
-Get line status register. Status register has
+Get line status register.
+Status register has
.B TIOCSER_TEMT
-bit set when output buffer is empty and also hardware transmitter is physically empty.
+bit set when
+output buffer is empty and also hardware transmitter is physically empty.
.IP
Does not have to be supported by all serial tty drivers.
.IP