Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2025 00:49:34 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d659366cc62a - stable/14 - cdboot.8: Initial manual page
Message-ID:  <202505150049.54F0nYC4022953@gitrepo.freebsd.org>

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

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

commit d659366cc62a70b4863bddf226f6209d13ab65c0
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-09 17:38:25 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-15 00:34:16 +0000

    cdboot.8: Initial manual page
    
    Add cdboot to the reference manual, fixing an undocumented bug where it
    is undocumented. There's almost nothing here, but that's better than
    "only imp and jhb know what this is".
    
    MFC after:              3 days
    Reported by:            jhb, imp
    Reviewed by:            mhorne
    Approved by:            mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50274
    
    (cherry picked from commit ecdb0b79bf93a2b8392694bd266c5930ca42bab5)
---
 stand/i386/cdboot/Makefile |  1 +
 stand/i386/cdboot/cdboot.8 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/stand/i386/cdboot/Makefile b/stand/i386/cdboot/Makefile
index 7923e258fb66..ef6ae3bcb32a 100644
--- a/stand/i386/cdboot/Makefile
+++ b/stand/i386/cdboot/Makefile
@@ -4,6 +4,7 @@
 PROG=	cdboot
 STRIP=
 BINMODE=${NOBINMODE}
+MAN=	cdboot.8
 SRCS=	${PROG}.S
 
 CFLAGS+=-I${BOOTSRC}/i386/common
diff --git a/stand/i386/cdboot/cdboot.8 b/stand/i386/cdboot/cdboot.8
new file mode 100644
index 000000000000..6163bd7b4a7a
--- /dev/null
+++ b/stand/i386/cdboot/cdboot.8
@@ -0,0 +1,21 @@
+.\"
+.\" Copyright (c) 2025 Alexander Ziaee
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.Dd May 9 2025
+.Dt CDBOOT 8 i386
+.Os
+.Sh NAME
+.Nm cdboot
+.Nd find a bootloader on ISO-9660
+.Sh DESCRIPTION
+.Nm
+is a small boot block which finds
+.Xr loader 8
+on a
+.Xr cd9660 4
+file system.
+.Sh SEE ALSO
+.Xr cd9660 4 ,
+.Xr loader 8



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