aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-03-31 10:34:41 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-03-31 10:34:41 -0500
commit1e9078279709df2a3617bf1460890ceb1ddfcf59 (patch)
tree840eced84a572a7dd442bb7436a05899b851e500
parent51a292e09b9362f13d5747d4eedaa521ddf9ce72 (diff)
agetty-guide: typo fix
-rw-r--r--agetty-guide.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/agetty-guide.md b/agetty-guide.md
index ce46a830..919a0bb0 100644
--- a/agetty-guide.md
+++ b/agetty-guide.md
@@ -5,10 +5,9 @@ getty, using agetty, on Linux. To use this method, make sure you aren't
spawning a getty manager for this port some other way (such as through
sysvinit/inittab), then run the following commands as root.
-Note that [port] refers to the port you are spawning the getty on, and
-not the full path to it. For example, tty0 or ttyS0instead of /dev/tty0
-or /dev/ttyS0.
-tty0 or ttyS0, not the full path to it (for example, tty0 or ttyS0 and
+Note that [port] refers to the port you are spawning the getty on, for
+example, tty1 or ttyS0. The full path to it, for example, /dev/tty1
+should not be used.
```
# cd /etc/init.d