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 <schwe...@freebsd.org>
AuthorDate: 2022-09-16 17:08:22 +0000
Commit:     Jens Schweikhardt <schwe...@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

Reply via email to