Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 08:26:10 +0200
From:      John Baldwin <jhb@FreeBSD.org>
To:        Jens Schweikhardt <schweikh@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: cf13e67730d2 - main - Fix dead reference to boot0(8) to point to boot0cfg(8).
Message-ID:  <5b816b26-a4ea-afb1-7401-b9c219d02543@FreeBSD.org>
In-Reply-To: <202209161709.28GH9Fj4075842@gitrepo.freebsd.org>
References:  <202209161709.28GH9Fj4075842@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/16/22 6:09 PM, Jens Schweikhardt wrote:
> The branch main has been updated by schweikh:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=cf13e67730d232eb637987306b13bda100671d97
> 
> commit cf13e67730d232eb637987306b13bda100671d97
> Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
> AuthorDate: 2022-09-16 17:08:22 +0000
> Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
> CommitDate: 2022-09-16 17:08:22 +0000
> 
>      Fix dead reference to boot0(8) to point to boot0cfg(8).
> ---
>   lib/geom/part/gpart.8 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
> index 4dbe45b9953e..81d5a7a2bb3c 100644
> --- a/lib/geom/part/gpart.8
> +++ b/lib/geom/part/gpart.8
> @@ -221,7 +221,7 @@ MBR bootcode contains Volume Serial Number by default, and
>   .Nm
>   tries to preserve it when installing new bootstrap code.
>   This option skips preservation to help with some versions of
> -.Xr boot0 8
> +.Xr boot0cfg 8
>   that do not support Volume Serial Number.
>   .It Fl b Ar bootcode
>   Embed bootstrap code from the file

This isn't correct.  It is the /boot/boot0 code that doesn't handle the volume
serial number, not boot0cfg.  There may not be a manpage for boot0 though, so
perhaps just drop the Xr?

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5b816b26-a4ea-afb1-7401-b9c219d02543>