| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(Fixes "zzz" clash in the whatis(1) database.)
|
|
|
|
| |
Submitted by: liamfoy@sepulcrum.org
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
| |
apm.8. Since the -t flag in the apm.8 is something different entirely,
the reference to -t was quite confusing. Fix that.
|
| |
|
|
|
|
| |
err().
|
| |
|
|
|
|
| |
s/will be resume/will be resumed/
|
| |
|
| |
|
| |
|
|
|
|
| |
to be consistent with descriptions of other options which take arguments.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
| |
Suggested by: msmith
|
|
|
|
| |
from green.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functionality to work (however, the kernel changes were committed
to current at 1998/07/05 23:29:11 PDT).
o Enable setting of a timer for later wakeup. Note, not all APM
BIOSes support this for all modes (mine doesn't support waking up on
a timer from standby mode).
o Print out the APM capabilities, as reported by the BIOS.
o Report wake on ring indication. No way to enable/disable this, but
it is reported.
o update man page with above
o The output of this command has changed, so if you have a script that
parses its output, then you may need to rewrite it slightly.
o The code attempts to deal with older kernels than July 5, 1998, but
that part of the code isn't well tested.
|
| |
|
| |
|
|
|
|
|
| |
PR: 5561
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
|
|
|
|
|
| |
everything else. Add a "-t" option for outputting it in raw form.
Define and document the order in which raw values are printed when
more than one is requested on the command line.
|
|
|
|
| |
backward.
|
| |
|
|
|
|
|
|
| |
function of the kernel, and other assorted misc. cleanups.
Submitted by: nate & HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org>
|
|
|
|
|
|
| |
(enable/disabled) now that the APM_GETINFO ioctl returns the necessary
information. Also, print out the status along with the other
information as the default behavior.
|
|
apm.4 man-page. I also hope the Makefiles make sense now.
Submitted by: HOSOKAWA Tatsumi
|