summaryrefslogtreecommitdiffstats
path: root/term-utils
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2018-08-06 02:51:13 +0200
committerKarel Zak2018-08-06 08:58:57 +0200
commit41f22ff389aecc477ca3a3f7d6482f1b00d09b33 (patch)
tree56c035b5cc6163d3e26757fba7b045b0662254c5 /term-utils
parentman pages: Fix misuse of two-fonts-macros (BR, IR) (diff)
downloadkernel-qcow2-util-linux-41f22ff389aecc477ca3a3f7d6482f1b00d09b33.tar.gz
kernel-qcow2-util-linux-41f22ff389aecc477ca3a3f7d6482f1b00d09b33.tar.xz
kernel-qcow2-util-linux-41f22ff389aecc477ca3a3f7d6482f1b00d09b33.zip
agetty.8: Avoid a warning about an unbreakable line
Make the indent depend on the formatting command, nroff or troff. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'term-utils')
-rw-r--r--term-utils/agetty.83
1 files changed, 2 insertions, 1 deletions
diff --git a/term-utils/agetty.8 b/term-utils/agetty.8
index 5a480808d..1ef938769 100644
--- a/term-utils/agetty.8
+++ b/term-utils/agetty.8
@@ -326,7 +326,8 @@ For a Hayes modem with a fixed 115200 bps interface to the machine
modem/computer DCD track modem/modem DCD, makes a DTR drop cause a
disconnection, and turns on auto-answer after 1 ring):
-.RS
+.ie n .RS 0
+.el .RS
.B /sbin/agetty\ \-\-wait\-cr\ \-\-init\-string\ 'ATE0Q1&D2&C1S0=1\\015'\ 115200\ ttyS1
.RE