git: 9front

Download patch

ref: 27f3c281617238e58dc31257dd0407f6a1eabcb9
parent: 763101974bfb4a1ce622866a1e6a0032ba1489e8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 13 18:33:50 EDT 2022

fshalt(8): document -r kernelpath feature

--- a/sys/man/8/fshalt
+++ b/sys/man/8/fshalt
@@ -5,7 +5,10 @@
 .B fshalt
 [
 .B -r
+[
+.I kernelpath
 ]
+]
 .br
 .B reboot
 [
@@ -23,7 +26,9 @@
 If given
 .BR -r ,
 .I fshalt
-will then reboot the machine.
+will then reboot the machine,
+optionally starting
+.IR kernelpath .
 Else it will invoke
 .I scram
 to shut down the machine.
--