Dag-Erling Smørgrav
a50b01d224
17 years and change after I wrote warp_saver, here's a simple plasma effect
...
(currently only three circular patterns) which requires quite a bit of
fixed-point arithmetic, including sqrt() and cos(). Happy New Year!
2016-01-01 04:04:40 +00:00
Ed Maste
224914b7da
Spell out "Windows" - no need to censor it in a man page
2014-11-20 14:18:07 +00:00
Stefan Eßer
9d365a16df
Back-out the references to vt(4) from this man-page. It appears that the
...
splash support in vt is implemented within the vt driver and does not
depend on splash(4).
Submitted by: marius@alchemy.franken.de
2014-08-26 11:13:07 +00:00
Stefan Eßer
651045d6de
Add references to vt(4) and the configuration files in /usr7share/vt where
...
appropriate (i.e. where syscons was already mentioned and vt supports the
feature). Comments in defaults/rc.conf are updated to match the contents
of the modified man-page rc.conf(5).
Reviewed by: pluknet, emaste
MFC after: 3 days
2014-08-26 08:13:30 +00:00
Baptiste Daroussin
6c89995002
use .Mt to mark up email addresses consistently (final part)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-26 21:46:14 +00:00
Glen Barber
50d922a02e
General mdoc(7) and typo fixes.
...
PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 03:25:46 +00:00
Eitan Adler
dca400f352
- Add support for ASCII art splash screens in TheDraw format
...
PR: kern/143370
Submitted by: Antony Mawer <antony@mawer.org>
Reviewed by: gjb (doc)
Reviewed by: des (style)
Approved by: ed
MFC after: 1 month
2011-12-12 21:12:07 +00:00
Doug Barton
3e9a7e408f
Update the description of green_saver.ko
...
Improvements to my suggested text from: jhb
2010-11-29 21:31:25 +00:00
Ulrich Spörlein
0afc94c17a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
...
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:07:55 +00:00
Jung-uk Kim
9fc1e26fe1
Reflect recent logo_saver changes and mention dragon_saver.
2010-04-07 18:04:25 +00:00
Poul-Henning Kamp
f6ce2a64f7
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
Christian Brueffer
f86372a2f6
Bump date for previous commit before ru can hit me with his mdoc-stick.
2006-01-15 18:40:52 +00:00
Christian Brueffer
daff3a849f
Mention the fire screensaver.
...
Submitted by: rionda
2006-01-15 18:30:40 +00:00
Ruslan Ermilov
9cbda59000
Sort sections.
2005-01-21 08:36:40 +00:00
Jens Schweikhardt
66fda18f07
In the examples, make the bitmap_name an absolute path name.
...
This avoids hair pulling when someone expects the splash screen
to just work when the bitmap file is in /boot.
2004-04-08 16:31:17 +00:00
Ruslan Ermilov
753d686d34
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
Ruslan Ermilov
57e4378bf6
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
Ruslan Ermilov
c4d9468ea0
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.
2001-08-07 15:48:51 +00:00
Jens Schweikhardt
ec09ef4ff8
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
...
Reviewed by: joerg, dd
2001-05-01 09:15:30 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
Ruslan Ermilov
c5083414f8
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Ben Smithurst
6fe89339b9
remove fullstops from the end of .Xr lines in SEE ALSO sections.
2000-11-15 16:00:07 +00:00
Ruslan Ermilov
b82f5db0ac
Spell the des's name correctly.
2000-11-14 13:19:26 +00:00
Mark Ovens
5042562822
Change paths, /modules -> /boot/kernel in FILES section
...
PR: 21635
Submitted by: Mike Meyer <mwm@mired.org>
2000-09-29 01:53:39 +00:00
Sheldon Hearn
e4f1873c64
Miscellaneous fixes:
...
* Clear extraneous argument to the Os macro.
* Place the name description on the Nd line.
* Mark sub-sections up with Ss, not Sh.
* Don't double-quote "Login" when "login prompt" is perfectly
good English.
2000-08-23 09:05:19 +00:00
Sheldon Hearn
4ffd01a1a2
Whitespace-only change: normalize line-breaking.
2000-08-23 08:57:59 +00:00
Daniel Harris
dcecd67263
Add some missing articles (as in a, an, the).
2000-07-11 22:39:48 +00:00
Sheldon Hearn
6d249eee27
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.
2000-03-01 14:50:24 +00:00
Tim Vanderhoek
e62764d4ea
des@FreeBDS.org => des@FreeBSD.org, and fix a small grammo.
1999-12-30 13:01:07 +00:00
Alexey Zelkin
474fc32b33
* remove i386 specific mark
...
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed
1999-11-15 23:14:32 +00:00
Daniel C. Sobral
cec2aa9c05
Update man page to loader.conf(5) days.
1999-10-02 12:49:43 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Chris Costello
7572295323
Fix bad references, remove some invalid ones such as sa(9).
1999-08-14 20:51:13 +00:00
Dag-Erling Smørgrav
df24339750
Mention the new splash_pcx decoder.
1999-04-12 18:56:51 +00:00
Kazutaka YOKOTA
c69d22506e
- 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>
1999-02-10 14:25:03 +00:00
Kazutaka YOKOTA
ded0cfef98
- Add atkbd.4, atkbdc.4, splash.4 and vga.4.
...
- Update pcvt.4 and psm.4 to reflect recent keyboard driver changes.
1999-02-07 05:40:14 +00:00