svn commit: r231609 - in stable/8/release: doc/share/misc
picobsd/floppy.tree/sbin
John Baldwin
jhb at FreeBSD.org
Mon Feb 13 19:49:46 UTC 2012
Author: jhb
Date: Mon Feb 13 19:49:45 2012
New Revision: 231609
URL: http://svn.freebsd.org/changeset/base/231609
Log:
MFC 230332:
Add support for the Em command. This restores a missing 'not' in the
description of snd_emu10kx(4).
Modified:
stable/8/release/doc/share/misc/man2hwnotes.pl
Directory Properties:
stable/8/release/ (props changed)
stable/8/release/doc/en_US.ISO8859-1/hardware/ (props changed)
stable/8/release/picobsd/ (props changed)
stable/8/release/picobsd/floppy.tree/sbin/ (props changed)
stable/8/release/picobsd/floppy.tree/sbin/dhclient-script (props changed)
stable/8/release/picobsd/qemu/ (props changed)
stable/8/release/picobsd/tinyware/login/ (props changed)
stable/8/release/powerpc/ (props changed)
Modified: stable/8/release/doc/share/misc/man2hwnotes.pl
==============================================================================
--- stable/8/release/doc/share/misc/man2hwnotes.pl Mon Feb 13 19:41:31 2012 (r231608)
+++ stable/8/release/doc/share/misc/man2hwnotes.pl Mon Feb 13 19:49:45 2012 (r231609)
@@ -320,6 +320,11 @@ sub parse {
} elsif (/^Fx/) {
dlog(3, "Got Fx command");
parabuf_addline(\%mdocvars, "FreeBSD");
+ } elsif (/^Em (.+)$/) {
+ my ($txt, $punct_str) = split_punct_chars($1);
+
+ parabuf_addline(\%mdocvars,
+ normalize("<emphasis>$txt</emphasis>$punct_str"));
} else {
# Ignore all other commands.
dlog(3, "Ignoring unknown command $cmd");
More information about the svn-src-stable-8
mailing list