shithub: riscv

Download patch

ref: a3fef8384db2ce1ff98c38373c59841b83c83ce0
parent: 1f0ba47191697be40cfc4bbfba4dd70c90af1d8f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Mar 30 18:33:22 EDT 2025

9boot(8): document 8+3 file-name limitation for 9bootfat

--- a/sys/man/8/9boot
+++ b/sys/man/8/9boot
@@ -199,6 +199,9 @@
 .B *nocga=
 parameters.
 Serial console is not supported by EFI.
+.PP
+.B 9bootfat
+only supports short (8+3) file-names.
 .SH HISTORY
 9boot first appeared in 9front (April, 2011).
 EFI support first appeared in 9front (Oct, 2014).
--