From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD8E9139694 for ; Fri, 31 Mar 2017 15:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B159321C028; Fri, 31 Mar 2017 15:37:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A09221C028 for ; Fri, 31 Mar 2017 15:37:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F01D340FDA for ; Fri, 31 Mar 2017 15:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C483A4C79 for ; Fri, 31 Mar 2017 15:37:33 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1490974481.1e9078279709df2a3617bf1460890ceb1ddfcf59.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: agetty-guide.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1e9078279709df2a3617bf1460890ceb1ddfcf59 X-VCS-Branch: master Date: Fri, 31 Mar 2017 15:37:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b3fc9a30-7ad8-4051-a196-8193b654cfb1 X-Archives-Hash: d759354cfc4346d5e68c0986c1fb0fef commit: 1e9078279709df2a3617bf1460890ceb1ddfcf59 Author: William Hubbs gmail com> AuthorDate: Fri Mar 31 15:34:41 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Mar 31 15:34:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1e907827 agetty-guide: typo fix agetty-guide.md | 7 +++---- 1 file 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