git: 9front

Download patch

ref: 33e90f075fa36a7488ccf5c419d76c3e577a529d
parent: f13524ba3fc523030921a7b4539a937f430aae2a
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Oct 14 09:33:10 EDT 2012

update fshalt(8) manpage

--- a/sys/man/8/fshalt
+++ b/sys/man/8/fshalt
@@ -8,20 +8,19 @@
 ]
 .br
 .B reboot
+[
+.I kernelpath
+]
 .br
 .B scram
 .SH DESCRIPTION
 .I Fshalt
-syncs all local
+syncs and halts all local
 .IR cwfs (4),
+.IR hjfs (4),
 .IR venti (8),
 and
 .IR kfs (4)
-servers,
-then halts all local
-.IR cwfs
-and
-.IR kfs
 servers.
 If given
 .BR -r ,
@@ -39,7 +38,11 @@
 local file systems.
 .PP
 .I Reboot
-restarts the machine it is invoked on.
+restarts the machine it is invoked on. If an optional
+.I kernelpath
+is specified then the machine will load and start that
+kernel directly instead of returning to the system rom. (see
+.IR cons (3)).
 .PP
 .I Scram
 shuts down the machine it is invoked on.
--