Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 12:51:42 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6678474be71c - stable/13 - makefs: sort cd9660 sysid entries in man page
Message-ID:  <202206161251.25GCpgk7014422@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=6678474be71ca9700d0da56d1cfb50150a4b197b

commit 6678474be71ca9700d0da56d1cfb50150a4b197b
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-18 19:38:54 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-06-16 12:49:43 +0000

    makefs: sort cd9660 sysid entries in man page
    
    "efi" was added at the end of the sysid list rather than in alpha
    order.  Move it as a diff reduction against NetBSD.
    
    (cherry picked from commit ec3c01ae7233088057395aa50be2439d1abde828)
---
 usr.sbin/makefs/makefs.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index 4a4c69b06946..fdf8d532b69f 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -385,12 +385,12 @@ Filename of a boot image in the format
 where
 .Dq sysid
 is one of
+.Ql efi ,
 .Ql i386 ,
 .Ql mac68k ,
 .Ql macppc ,
-.Ql powerpc ,
 or
-.Ql efi .
+.Ql powerpc .
 .It Sy generic-bootimage
 Load a generic boot image into the first 32K of the cd9660 image.
 .It Sy hard-disk-boot



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