diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-18 03:22:46 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-18 03:22:46 +0000 |
commit | d0649f3542ce58b704d5fc2730095f59370b37ff (patch) | |
tree | 791149551ee6a4dd39e0f41a3ce91de8d709afac | |
parent | a0d1570c3b9dac988172d0549ac75000155a82df (diff) |
scram(8): corrections, references
-rw-r--r-- | sys/man/8/scram | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/man/8/scram b/sys/man/8/scram index be4362cb1..1473f8e99 100644 --- a/sys/man/8/scram +++ b/sys/man/8/scram @@ -5,8 +5,12 @@ scram \- apm halt .B scram .SH DESCRIPTION .PP -Writes apm shutdown signal to +Writes APM shutdown call to .I /dev/apm, -which results powering off the machine. +which results in powering off an APM-enabled machine. .SH SOURCE .B /sys/src/cmd/scram.c +.SH "SEE ALSO" +.IR apm (3), +.IR apm (8) + |