Page MenuHomeFreeBSD

Fix style issues in code I committed to support RFC 7217
ClosedPublic

Authored by madpilot on Thu, Feb 5, 9:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 3:30 AM
Unknown Object (File)
Mon, Feb 23, 10:13 AM
Unknown Object (File)
Tue, Feb 17, 3:34 PM
Unknown Object (File)
Tue, Feb 17, 3:34 PM
Unknown Object (File)
Mon, Feb 16, 1:22 AM
Unknown Object (File)
Sat, Feb 14, 11:36 PM
Unknown Object (File)
Fri, Feb 13, 8:23 AM
Unknown Object (File)
Thu, Feb 12, 7:54 PM

Details

Summary

Fixing some style issues in code I committed.

These have been reported by pouria.

Test Plan

No functional change

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Thu, Feb 5, 9:11 PM

Manual pages have a lot of quirks. If you're changing a manual page, tag manpages and we'll help you!

Also, recommend using a commit message title like thing being changed: What's changing such as netinet6: Fix my style issues. This is advised in the committers guide so that people can efficiently dig down into the decades of commit logs.

sbin/ifconfig/ifconfig.8
1012

In the roff language, new sentences must always start on a new line.

1024

Use the crossreference macro, which will make a clickable link on qman, man.freebsd.org, or gnome-help!

it should be set as a tunable via
.Xr loader.conf 8 .
The
This revision was automatically updated to reflect the committed changes.