Changes:
- Use .Dq Li for inline commands.
- Reference pkg(8) is not installed by default. pkg(7) is. Reference pkg(7) first and then pkg(8) in additional documentation.
- Fix some style problems.
- Reword some sentences.
- Reference additional documentation.
Differential D15350
Tidy up ports.7 manual Authored by 0mp on May 8 2018, 11:32 AM. Tags Referenced Files
Details Changes:
Diff Detail
Event TimelineComment Actions As fair as I know we tend to use Dq Li instead of Nm make Cm build-like for inline commands. This is the style we follow in make.conf.5, src.conf.5, mqueufs.5. The Nm-based formatting is used in rc.conf.5 and find.1 on the other hand. AFAICT, Dq Li is a more popular way to format commands. The argument which is in favor of Dq Li is that we tend to make commands in Examples sections literal. We very rarely add Nm-like formatting to examples. Hence for the sake of consistency I'm proposing this change from Nm ... to Dq Li. ๐ What do you think about it, @bjk? Comment Actions I see this is basically overcome by events, but thank you for the explanation/research -- your proposal seems reasonable to me. |