From b2e29cf3158d6e8c6a0263cb1bbb06e72a21f7fb Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Sun, 17 Nov 2019 16:17:15 -0800 Subject: [PATCH] Specifiy the restrictions on 9boot file names more clearly. --- sys/man/8/boot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/man/8/boot b/sys/man/8/boot index 6ef43dca7..e3f847ae3 100644 --- a/sys/man/8/boot +++ b/sys/man/8/boot @@ -311,6 +311,9 @@ The use of .B bootargs in general is odd. .PP +Filenames passed to +.I 9bootfat +must be specified in DOS 8.3 format. .I 9bootfat does not support long file names. .SH HISTORY