History log of /freebsd-10.2-release/share/man/man4/vga.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


# 155619 13-Feb-2006 joel

.Pp before .Sh is redundant.

Reviewed by: ru


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 108116 20-Dec-2002 trhodes

Remove obsolete information about 'conflicts'


# 84877 13-Oct-2001 yokota

Update man pages in the section 4 to match the reality in -CURRENT.

- Change lines referring to kernel configuration file:
device foo0 at isa port xxx irq yyy...
to
device foo
Describe resource "hints" in /boot/device.hints.

- Try to describe resource allocation and probe/attach behavior in the
newbus framework.


# 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


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 75670 18-Apr-2001 ru

mdoc(7) police: normalize .Nd.


# 69027 22-Nov-2000 ru

mdoc(7) police: do not split author names in the AUTHORS section.


# 68854 17-Nov-2000 ru

mdoc(7) police: use certified section headers wherever possible.


# 68753 15-Nov-2000 ben

remove fullstops from the end of .Xr lines in SEE ALSO sections.


# 68717 14-Nov-2000 ru

Spell the sos's name correctly.


# 66611 03-Oct-2000 marko

Change macros Em -> Dv.
Also removed hard sentence breaks introduced in my last commit.

Suggested by: sheldonh


# 66482 30-Sep-2000 marko

SC_ALT_MOUSE_IMAGE is required for the mouse if SC_NO_FONT_LOADING or
VGA_NO_FONT_LOADING are used.

PR: 21626
Submitted by: Vivek Khera <khera@kciLink.com>


# 60228 09-May-2000 hoek

.Xr vgl 3 ,

PR: kern/14566


# 57676 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 53200 15-Nov-1999 phantom

* remove i386 specific mark
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed


# 50898 04-Sep-1999 phantom

Mark some "i386 only" stuff as "i386 only"

PR: docs/13227
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48588 05-Jul-1999 yokota

Reflect recent changes in syscons and vga.


# 43844 10-Feb-1999 yokota

- Revise text, and fix typos and grammatical errors.
- Add syscons.4.

If there still are errors, whether technical or grammatical, they are
entirely mine, not the reviewers'.

Reviewed by: sos, jkh, archie, Nick Hilliard <nick@iol.ie>


# 43725 07-Feb-1999 yokota

- Add atkbd.4, atkbdc.4, splash.4 and vga.4.
- Update pcvt.4 and psm.4 to reflect recent keyboard driver changes.