scram(8): add man page

This commit is contained in:
stanley lieber 2011-05-18 03:10:52 +00:00
parent 9cfb1d4c5d
commit a0d1570c3b

12
sys/man/8/scram Normal file
View file

@ -0,0 +1,12 @@
.TH SCRAM 8
.SH NAME
scram \- apm halt
.SH SYNOPSIS
.B scram
.SH DESCRIPTION
.PP
Writes apm shutdown signal to
.I /dev/apm,
which results powering off the machine.
.SH SOURCE
.B /sys/src/cmd/scram.c