From owner-dev-commits-src-main@freebsd.org Tue Jun 1 16:05:38 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E85E656DD0; Tue, 1 Jun 2021 16:05:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FvcSy2jVzz3l5s; Tue, 1 Jun 2021 16:05:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4588A26447; Tue, 1 Jun 2021 16:05:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 151G5cG3099278; Tue, 1 Jun 2021 16:05:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151G5c33099277; Tue, 1 Jun 2021 16:05:38 GMT (envelope-from git) Date: Tue, 1 Jun 2021 16:05:38 GMT Message-Id: <202106011605.151G5c33099277@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ceri Davies Subject: git: 33764e3fd080 - main - libexec/getty/ttys.5: document correct "dialup" flag. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ceri X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 33764e3fd080be9dc482b46403c7d0efb3402b74 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 16:05:38 -0000 The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=33764e3fd080be9dc482b46403c7d0efb3402b74 commit 33764e3fd080be9dc482b46403c7d0efb3402b74 Author: Ceri Davies AuthorDate: 2021-06-01 15:59:15 +0000 Commit: Ceri Davies 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.