Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2021 03:41:22 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
To:        Gordon Bergling <gbe@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: e6ab1e365c06 - main - config(8): Correct the mentioned paper in the SEE ALSO section
Message-ID:  <202104131041.13DAfMA0037986@gndrsh.dnsmgr.net>
In-Reply-To: <202104130453.13D4rrF4055099@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> The branch main has been updated by gbe (doc committer):
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=e6ab1e365c06559e964667d2f5a6de856fa28be6
> 
> commit e6ab1e365c06559e964667d2f5a6de856fa28be6
> Author:     Gordon Bergling <gbe@FreeBSD.org>
> AuthorDate: 2021-04-13 04:49:00 +0000
> Commit:     Gordon Bergling <gbe@FreeBSD.org>
> CommitDate: 2021-04-13 04:49:00 +0000
> 
>     config(8): Correct the mentioned paper in the SEE ALSO section
>     
>     FreeBSD's version of the config(8) utility is based on 4.3BSD not
>     4.4BSD. So correct the mentioned paper in the SEE ALSO section.

What is this based upon?

As far as I know, and I am the one that did the imports, we
never had the source code to config(8) for 4.3BSD, the config
sources in the system are imported from the 4.4BSD lite source tape.


>     
>     Reported by:    imp
>     Reviewed by:    imp
>     X-MFC-with:     2b59392cb0da804e825c63469beb1934ec4267db
>     Differential Revision:  https://reviews.freebsd.org/D29701
> ---
>  usr.sbin/config/config.8 | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
> index 929607712ef8..1e874c3e8355 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 9, 2021
> +.Dd April 11, 2021
>  .Dt CONFIG 8
>  .Os
>  .Sh NAME
> @@ -249,11 +249,12 @@ The
>  .Sx SYNOPSIS
>  portion of each device in section 4.
>  .Rs
> -.\" 4.4BSD SMM:2
> +.\" 4.3BSD SMM:2
>  .%A S. J. Leffler
>  .%A M. J. Karels
>  .%T "Building 4.3 BSD UNIX System with Config"
> -.%B 4.4BSD System Manager's Manual (SMM)
> +.%B 4.3BSD System Manager's Manual (SMM)
> +.%D June 3, 1986
>  .Re
>  .Sh HISTORY
>  The
> 

-- 
Rod Grimes                                                 rgrimes@freebsd.org



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