Bug 220821

Summary: [Handbook] Section 23.5.6 - Incorrect mergemaster parameter -U1
Product: Documentation Reporter: Trev <fbsdbugs4>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed Not A Bug    
Severity: Affects Some People CC: bjk
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
SeaMonkey screen dump extract none

Description Trev 2017-07-18 07:59:44 UTC
In section 23.5.6 the text:

"With -Ui, mergemaster(8) automatically updates files that have not been user-modified and installs new files that are not already present:

# mergemaster -Ui"

There is no -Ui parameter to mergemaster. It should presumably read just "-U" and not "-U1".
Comment 1 Trev 2017-07-18 09:29:21 UTC
Oops - this seems to be a font problem with the "# mergemaster -Ui" appearing as "# mergemaster -U1" in the SeaMonkey web broweser, but correctly as "# mergemaster -Ui" when cut and pasted into the bug report.
Comment 2 Trev 2017-07-18 09:32:02 UTC
Created attachment 184467 [details]
SeaMonkey screen dump extract
Comment 3 Benjamin Kaduk freebsd_committer freebsd_triage 2017-07-19 00:57:26 UTC
It is very curious that the 'i' has a serif when after 'U' or 'f', but after (e.g.) 'w', there is no serif.

Nonetheless, this seems to be a rendering issue specific to SeaMonkey, as I do not see it in my local Chrome.

So, I'll have to close this ticket, as there is no issue with the documentation source itself.
Comment 4 Trev 2017-07-19 01:33:24 UTC
I tracked the font rendering problem down to the font used for monospaced text (Andale Mono). When changed to Bitstream Vera Sans Mono, the text rendered correctly.

Added resolution should anyone else suffer a similar issue.