summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.8
diff options
context:
space:
mode:
authorEric S. Raymond2013-06-10 21:42:06 +0200
committerEric S. Raymond2013-06-10 21:42:06 +0200
commitf9da2801b62f939b649e014d11bd3354fc485489 (patch)
tree582f5d1cc520d69566d3616270d6010eb3d039fc /term-utils/agetty.8
parenttextual: improve clarity of some error messages (diff)
downloadkernel-qcow2-util-linux-f9da2801b62f939b649e014d11bd3354fc485489.tar.gz
kernel-qcow2-util-linux-f9da2801b62f939b649e014d11bd3354fc485489.tar.xz
kernel-qcow2-util-linux-f9da2801b62f939b649e014d11bd3354fc485489.zip
Replace .ti operations with equivalent .RS/.RE pairs.
This change makes automatic lifting to XML-DocBook possible, and should enable generation of better-quality HTML from these pages.
Diffstat (limited to 'term-utils/agetty.8')
-rw-r--r--term-utils/agetty.816
1 files changed, 12 insertions, 4 deletions
diff --git a/term-utils/agetty.8 b/term-utils/agetty.8
index ca5140c7f..73b396b00 100644
--- a/term-utils/agetty.8
+++ b/term-utils/agetty.8
@@ -256,25 +256,33 @@ This section shows examples for the process field of an entry in the
for the other fields. See \fIinittab(5)\fP for more details.
For a hard-wired line or a console tty:
-.ti +5
+
+.RS
/sbin/agetty 9600 ttyS1
+.RE
For a directly connected terminal without proper carriage detect wiring:
(try this if your terminal just sleeps instead of giving you a password:
prompt.)
-.ti +5
+
+.RS
/sbin/agetty \-L 9600 ttyS1 vt100
+.RE
For a old style dial-in line with a 9600/2400/1200 baud modem:
-.ti +5
+
+.RS
/sbin/agetty \-mt60 ttyS1 9600,2400,1200
+.RE
For a Hayes modem with a fixed 115200 bps interface to the machine:
(the example init string turns off modem echo and result codes, makes
modem/computer DCD track modem/modem DCD, makes a DTR drop cause a
dis-connection and turn on auto-answer after 1 ring.)
-.ti +5
+
+.RS
/sbin/agetty \-w \-I 'ATE0Q1&D2&C1S0=1\\015' 115200 ttyS1
+.RE
.SH SECURITY NOTICE
If you use the \fB\-\-login\-program\fP and \fB\-\-login\-options\fP options,