git: 5d9e62e1cd4a - releng/14.3 - cdboot.8: Initial manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 May 2025 03:02:56 UTC
The branch releng/14.3 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=5d9e62e1cd4a4ca8f7b5c0416707d53fcd6d2955 commit 5d9e62e1cd4a4ca8f7b5c0416707d53fcd6d2955 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-05-09 17:38:25 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-05-22 02:58:21 +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) Approved by: re (cperciva) Differential Revision: https://reviews.freebsd.org/D50274 (cherry picked from commit ecdb0b79bf93a2b8392694bd266c5930ca42bab5) (cherry picked from commit d659366cc62a70b4863bddf226f6209d13ab65c0) --- 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