History log of /freebsd-10.2-release/share/man/man4/man4.i386/apm.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 233992 07-Apr-2012 joel

mdoc: fix column names, indentation, column separation within each row, and
quotation. Also make sure we have the same amount of columns in each row as
the number of columns we specify in the head arguments.

Reviewed by: brueffer


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 140561 21-Jan-2005 ru

Sort sections.


# 140426 18-Jan-2005 brueffer

Capitalize Windows and fix a typo.

Submitted by: markus
MFC after: 3 days


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 119964 10-Sep-2003 ru

mdoc(7): Properly mark C headers.


# 110059 29-Jan-2003 mux

On -CURRENT, we need "device apm" and not "device apm0 at nexus?".


# 81251 07-Aug-2001 ru

mdoc(7) police:

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.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 68962 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 64615 13-Aug-2000 ume

Add output of per battery information to apm(1).
New ioctl APMIO_GETPWSTATUS is introduced.

Reviewed by: -mobile and -current folks (no objection)


# 56451 23-Jan-2000 asmodai

Remove .Xr's to apmconf(8) since this got removed and merged into
apm(8).


# 56186 17-Jan-2000 iwasaki

Make apm.4 consistent with LINT ("isa?"->"nexus?").

Submitted by: Alexander Leidinger <Alexander@Leidinger.net>


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49831 15-Aug-1999 mpp

Various man page cleanup:

- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.

PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>


# 41914 18-Dec-1998 jkoshy

Fix spelling nits.

PR: docs/9115
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>


# 36753 08-Jun-1998 jkoshy

Spelling fixes.

Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880


# 33658 20-Feb-1998 hosokawa

Updated my e-mail address.


# 22986 22-Feb-1997 peter

Revert $FreeBSD$ back to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 21027 29-Dec-1996 wosch

add 'i386' to macro .Dt


# 20920 26-Dec-1996 wosch

Sort cross references.


# 14689 19-Mar-1996 nate

"options APM" is no longer necessary for APM support.


# 4062 01-Nov-1994 phk

The latest user-land changes from the author. I added a big warning to the
apm.4 man-page. I also hope the Makefiles make sense now.

Submitted by: HOSOKAWA Tatsumi