Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Fri, 31 Mar 2017 15:37:38
Message-Id: 1490974481.1e9078279709df2a3617bf1460890ceb1ddfcf59.williamh@OpenRC
1 commit: 1e9078279709df2a3617bf1460890ceb1ddfcf59
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 31 15:34:41 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 15:34:41 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1e907827
7
8 agetty-guide: typo fix
9
10 agetty-guide.md | 7 +++----
11 1 file changed, 3 insertions(+), 4 deletions(-)
12
13 diff --git a/agetty-guide.md b/agetty-guide.md
14 index ce46a830..919a0bb0 100644
15 --- a/agetty-guide.md
16 +++ b/agetty-guide.md
17 @@ -5,10 +5,9 @@ getty, using agetty, on Linux. To use this method, make sure you aren't
18 spawning a getty manager for this port some other way (such as through
19 sysvinit/inittab), then run the following commands as root.
20
21 -Note that [port] refers to the port you are spawning the getty on, and
22 -not the full path to it. For example, tty0 or ttyS0instead of /dev/tty0
23 -or /dev/ttyS0.
24 -tty0 or ttyS0, not the full path to it (for example, tty0 or ttyS0 and
25 +Note that [port] refers to the port you are spawning the getty on, for
26 +example, tty1 or ttyS0. The full path to it, for example, /dev/tty1
27 +should not be used.
28
29 ```
30 # cd /etc/init.d