diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2020-10-09 14:03:45 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2020-10-09 14:03:45 +0000 |
commit | 6d6d6c360322227ba838c53ed72d31937a425800 (patch) | |
tree | 6f03ca22a437afb812a243a8238d6c5f6d921079 /sbin/ifconfig | |
parent | 72479f6bf9a62eb21e966e657a4cd25060d8dde5 (diff) | |
download | src-6d6d6c360322227ba838c53ed72d31937a425800.tar.gz src-6d6d6c360322227ba838c53ed72d31937a425800.zip |
Fix a few mandoc issues
- no blank before trailing delimiter
- whitespace at end of input line
- sections out of conventional order
- normalizing date format
- AUTHORS section without An macro
Notes
Notes:
svn path=/head/; revision=366572
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e9fa2624dae7..701bc763a859 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -592,7 +592,7 @@ Note that this must be configured on a physical interface associated with not on a .Xr vlan 4 interface itself. -.It Fl vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso +.It Fl vlanmtu , vlanhwtag , vlanhwfilter , vlanhwtso If the driver offers user-configurable VLAN support, disable reception of extended frames, tag processing in hardware, frame filtering in hardware, or TSO on VLAN, |