From owner-dev-commits-src-main@freebsd.org Wed Apr 14 18:25:32 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 E20B25E3D7A; Wed, 14 Apr 2021 18:25:32 +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 4FL9rX5CkLz3qYR; Wed, 14 Apr 2021 18:25:32 +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 A63622291D; Wed, 14 Apr 2021 18:25:32 +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 13EIPWWY046281; Wed, 14 Apr 2021 18:25:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13EIPWe7046280; Wed, 14 Apr 2021 18:25:32 GMT (envelope-from git) Date: Wed, 14 Apr 2021 18:25:32 GMT Message-Id: <202104141825.13EIPWe7046280@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: c8786bba8ebb - main - Revert "config(8): Correct the mentioned paper in the SEE ALSO section" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8786bba8ebb6092fa49199501483a0dc6c66a99 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: Wed, 14 Apr 2021 18:25:33 -0000 The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c8786bba8ebb6092fa49199501483a0dc6c66a99 commit c8786bba8ebb6092fa49199501483a0dc6c66a99 Author: Gordon Bergling AuthorDate: 2021-04-14 18:22:48 +0000 Commit: Gordon Bergling CommitDate: 2021-04-14 18:22:48 +0000 Revert "config(8): Correct the mentioned paper in the SEE ALSO section" config(8) was first imported from 4.4BSD. Reported by: rgrimes This reverts commit e6ab1e365c06559e964667d2f5a6de856fa28be6. --- usr.sbin/config/config.8 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 1e874c3e8355..929607712ef8 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -28,7 +28,7 @@ .\" @(#)config.8 8.2 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd April 11, 2021 +.Dd April 9, 2021 .Dt CONFIG 8 .Os .Sh NAME @@ -249,12 +249,11 @@ The .Sx SYNOPSIS portion of each device in section 4. .Rs -.\" 4.3BSD SMM:2 +.\" 4.4BSD SMM:2 .%A S. J. Leffler .%A M. J. Karels .%T "Building 4.3 BSD UNIX System with Config" -.%B 4.3BSD System Manager's Manual (SMM) -.%D June 3, 1986 +.%B 4.4BSD System Manager's Manual (SMM) .Re .Sh HISTORY The