Fix things I misadvised to Nate Lawson:
- "Ns No" is redundant, so reduce it to just "Ns";
- use Li to mark up CPU and system power states because here they are
just strings to be typed literally (add more such mark-up as well);
- the best practice of typesetting tells us to use an en-dash to
indicate a closed range; fortunately, groff_char(7) provides such a symbol.
In addition, consistently use a comma between independent clauses
coordinated by a conjunction.
A netgraph node that can do different manipulations with
mbuf_tags(9) on packets.
Submitted by: Vadim Goncharov <vadimnuclight tpu.ru>
mdoc(7) reviewed by: ru
| revision 1.39
| After a mini-discussion with Sam Leffler, remove the hardcoded
| list of Atheros-based cards from ath(4). The online list is
| always more up to date, anyway.
|
| This invalidates:
|
| PR: docs/95360
| Submitted by: Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
| revision 1.40
| Fix the web-appearance of Hardware notes, in the simplest way
| possible; by re-arranging a couple of sentences in the ath(4)
| HARDWARE section.
|
| Clue by: bmah
- Use SWIDTH0 for combining characters.
- Unicode 4.1 related changes:
- Add definitions for a new range of code points
U+1DC0..U+1DFF "Combining Diacritical Marks Supplement".
- Add U+04F6 and U+04F7 to the Cyrillic range.
- Mark U+034F "Combining Grapheme Joiner" as non-printable.
- Add new combining characters in the range U+0350..U+035F
to the section "Combining Diacritical Marks".
=============================================================================
- Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d script
and replace it with a new ntpdate_config variable.
- Document it in defaults/rc.conf and rc.conf.5.
- Document ntpdate_hosts in defaults/rc.conf.
src/etc/rc.d/ntpdate: rev 1.15 -> 1.16
src/share/man/man5/rc.conf.5: rev 1.299 -> 1.300
src/etc/defaults/rc.conf: rev 1.288 -> 1.289
Requested by: Chris Timmons <cwt@networks.cwu.edu>
Add rc.d/bridge which is invoked when a new interface arrives and can
automaticly add it to an Ethernet bridge.
r1.287 src/etc/defaults/rc.conf
r1.73 src/etc/rc.d/Makefile
r1.1 src/etc/rc.d/bridge
r1.20 src/etc/rc.d/netif
r1.299 src/share/man/man5/rc.conf.5
Document things that are in RELENG_6 already:
- <bsd.snmpmod.mk>
- new spelling of MAN and modern style of NO_MAN
- the "clean" target of <bsd.prog.mk> removing less files
- Bring the hardware list up to date
- Convert to our standard SYNOPSIS layout
- Remove the kld from FILES, it's now mentioned in the SYNOPSIS
- Remove useless .Pp call at eof
- usbdevs: upto 1.261
- uscanner.c: upto 1.71
- umodem.c: upto 1.58
- uvisor.c: upto 1.26
- uhid.c: upto 1.81
- umass.c: only the vendor renaming in the quirks
- umct.c: upto 1.10
- uplcom.c: upto 1.32
- uvscom.c: upto 1.27
This brings support of some more scanners, modems, a PDA, a fix for uplcom
and some cosmetic changes.