Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -5/+3 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -12/+12 |
| | |||||
* | mdoc(7) police: add missing .Ed call. | ru | 2001-01-18 | 1 | -0/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -21/+21 |
| | |||||
* | Remove Xr to apmconf(8) since it got replaced in total by apm(8). | asmodai | 2000-01-23 | 1 | -2/+1 |
| | |||||
* | Spelling fix. | mpp | 1999-10-30 | 1 | -6/+2 |
| | | | | | | | Also fix a minor mdoc style problem that I noticed. PR: bin/14589 Submitted by:hristian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | Fix debut version to 3.3, not 4.0. | iwasaki | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Handle CAPABILITIESCHANGE event. | iwasaki | 1999-09-11 | 1 | -0/+2 |
| | | | | Document USERSTANDBYREQ and CAPABILITIESCHANGE events to apmd manpage. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix typo ($Id: ... % --> $Id: ... $). | iwasaki | 1999-07-10 | 1 | -1/+1 |
| | |||||
* | The apmd package provides a means of handling various APM events from | iwasaki | 1999-07-10 | 1 | -0/+300 |
userland code. Using apmd.conf, the apmd(8) configuration file, you can select the APM events to be handled from userland and specify the commands for a given event, allowing APM behaviour to be configured flexibly. Have Fun! Submitted by: iwasaki, KOIE Hidetaka <hide@koie.org> Reviewed by: -hackers, -mobile and bsd-nomads ML folks. Contributed by: Warner Losh <imp@FreeBSD.org>, Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>, Yoshihiko SARUMARU <mistral@imasy.or.jp>, Norihiro Kumagai <kuma@nk.rim.or.jp>, NAKAGAWA Yoshihisa <nakagawa@jp.FreeBSD.org>, and Nick Hilliard <nick@foobar.org>. |