Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2021 16:05:38 GMT
From:      Ceri Davies <ceri@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 33764e3fd080 - main - libexec/getty/ttys.5: document correct "dialup" flag.
Message-ID:  <202106011605.151G5c33099277@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=33764e3fd080be9dc482b46403c7d0efb3402b74

commit 33764e3fd080be9dc482b46403c7d0efb3402b74
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2021-06-01 15:59:15 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2021-06-01 16:05:16 +0000

    libexec/getty/ttys.5: document correct "dialup" flag.
    
    This manpage has incorrectly documented the "dialup"
    keyword as "dialin" since it was first added.  Correct that.
    
    Approved by:    blackend (mentor)
    MFC after:      12 days
---
 libexec/getty/ttys.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5
index 887386071f34..3a1d07e326ca 100644
--- a/libexec/getty/ttys.5
+++ b/libexec/getty/ttys.5
@@ -28,7 +28,7 @@
 .\"     from: @(#)ttys.5	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\" "
-.Dd July 11, 2020
+.Dd June 1, 2021
 .Dt TTYS 5
 .Os
 .Sh NAME
@@ -114,7 +114,7 @@ Otherwise, it is considered a path relative to
 The flag ``secure'' (if the console is enabled) allows users with a
 uid of 0 to login on
 this line.
-The flag ``dialin'' indicates that a tty entry describes a dialin
+The flag ``dialup'' indicates that a tty entry describes a dialin
 line, and ``network'' is obsolete and does nothing.
 Either of these strings may also be specified in the terminal type
 field.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106011605.151G5c33099277>