diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-10-14 13:33:10 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-10-14 13:33:10 +0200 |
commit | fef6ff96ad17620bd084471f561382d33e52c9a5 (patch) | |
tree | c0d854c3e98246765fd6b6e09fd7e4ea333f47ac /sys/man/8 | |
parent | 143fcc0a42121d93a4116f19290cbc049fcd1a7b (diff) |
update fshalt(8) manpage
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/fshalt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sys/man/8/fshalt b/sys/man/8/fshalt index 853ac7b70..f3b8e9c30 100644 --- a/sys/man/8/fshalt +++ b/sys/man/8/fshalt @@ -8,20 +8,19 @@ fshalt, scram, reboot \- halt any local file systems and optionally shut down or ] .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 @@ so this will work even on standalone machines with their roots on 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. |