#3 Remove stray "x" from summary line
Merged by mnalband. Opened by dmalcolm.
dmalcolm/ManualPageScan remove-stray-x-in-summary  into  master

Download 3.patch

Currently this emits a line like:

Summary: 15x OK, 2 warnings, 8 errors

The "x" appears to be a typo; this patch removes it, leading to:

Summary: 15 OK, 2 warnings, 8 errors

Pull-Request has been merged by mnalband

Metadata