From 1044a607a6a0ce74018e59cdbe096cc5e08b473d Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 19 Jan 2012 17:29:54 +0000 Subject: Add support for the Em command. This restores a missing 'not' in the description of snd_emu10kx(4). Reviewed by: simon MFC after: 1 week --- release/doc/share/misc/man2hwnotes.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'release/doc') diff --git a/release/doc/share/misc/man2hwnotes.pl b/release/doc/share/misc/man2hwnotes.pl index 2fbc066..aa8d023 100644 --- a/release/doc/share/misc/man2hwnotes.pl +++ b/release/doc/share/misc/man2hwnotes.pl @@ -324,6 +324,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("$txt$punct_str")); } else { # Ignore all other commands. dlog(3, "Ignoring unknown command $cmd"); -- cgit v1.1