[Bug 263278] boot(8) states mistakenly that a `?` at the end of the path lists directory contents
Date: Thu, 14 Apr 2022 14:18:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263278
Bug ID: 263278
Summary: boot(8) states mistakenly that a `?` at the end of the
path lists directory contents
Product: Base System
Version: 13.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: misc
Assignee: bugs@FreeBSD.org
Reporter: gmelis@mikroskosmos.gr
Created attachment 233214
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233214&action=edit
Patch for boot(8) man page
The man page for `boot` states:
? Give a short listing of the files in the root directory of the
default boot device, as a hint about available boot files. (A ?
may also be specified as the last segment of a path, in which
case the listing will be of the relevant subdirectory.)
It should be modified to:
? Give a short listing of the files in the root directory of the
default boot device, as a hint about available boot files. (A ?
may also be specified as the first segment of a path, in which
case the listing will be of the relevant subdirectory.)
i.e., the `last segment` should be changed to `first segment`
--
You are receiving this mail because:
You are the assignee for the bug.