added poweroff(8)

This commit is contained in:
David van Moolenbroek
2009-06-12 13:02:51 +00:00
parent 86d89ed3f1
commit 24bb7fbb4c
3 changed files with 30 additions and 0 deletions

13
man/man8/poweroff.8 Normal file
View File

@@ -0,0 +1,13 @@
.TH POWEROFF 1
.SH NAME
poweroff \- power off the machine
.SH SYNOPSIS
.B poweroff
.SH DESCRIPTION
This command powers off the machine, by calling
.B shutdown
and passing the
.I off
directive to the boot monitor.
.SH "SEE ALSO"
.BR shutdown (8).