Page MenuHomeFreeBSD

Fix mandoc warnings.
ClosedPublic

Authored by trasz on Nov 14 2014, 9:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 9:57 PM
Unknown Object (File)
Sat, Nov 8, 10:43 AM
Unknown Object (File)
Fri, Nov 7, 3:27 PM
Unknown Object (File)
Tue, Nov 4, 3:54 AM
Unknown Object (File)
Wed, Oct 29, 12:09 PM
Unknown Object (File)
Wed, Oct 29, 12:09 PM
Unknown Object (File)
Wed, Oct 29, 12:09 PM
Unknown Object (File)
Wed, Oct 29, 6:02 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Doc Committers
Commits
rS274720: Fix improper .Fx macro usage.
Summary

Fix mandoc warnings caused by improper use of ".Fx".

Looks trivial, but I'm not sure if I'm doing it the proper way.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

trasz retitled this revision from to Fix mandoc warnings..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
trasz added a reviewer: Doc Committers.

Are the .Fx uses in man.1 necessary at all? The section names are not OS-specific. The use of the word "manual" on each item also seems unnecessary.

The change for bhyve.8 looks correct.

Perhaps not neccessary; they are consistent with what you see on actual pages, ie at the center top of "man ls" or "man morse".

Note that I'd prefer to separate markup fixes - which is what this diff is about - from content changes.

So, can it go in, as a markup (not content) fix?

In D1158#6, @trasz wrote:

So, can it go in, as a markup (not content) fix?

Yes, as far as I'm concerned.

trasz updated this revision to Diff 2462.

Closed by commit rS274720 (authored by @trasz).