svn commit: r367246 - stable/12/sbin/ifconfig
Mateusz Piotrowski
0mp at FreeBSD.org
Sun Nov 1 11:09:12 UTC 2020
Author: 0mp (doc,ports committer)
Date: Sun Nov 1 11:09:11 2020
New Revision: 367246
URL: https://svnweb.freebsd.org/changeset/base/367246
Log:
MFC r367039:
ifconfig.8: Remove spurious commas
Correct misuse of commas/parentheses in an enumeration that makes the
number of actual parameters more important than expected.
PR: 250526
Submitted by: Samy Mahmoudi <samy.mahmoudi__gmail_com>
Modified:
stable/12/sbin/ifconfig/ifconfig.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/ifconfig/ifconfig.8
==============================================================================
--- stable/12/sbin/ifconfig/ifconfig.8 Sun Nov 1 03:39:34 2020 (r367245)
+++ stable/12/sbin/ifconfig/ifconfig.8 Sun Nov 1 11:09:11 2020 (r367246)
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd September 17, 2020
+.Dd October 25, 2020
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -849,10 +849,10 @@ is one of
.Cm ahdemo
(or
.Cm adhoc-demo ) ,
-.Cm ibss ,
+.Cm ibss
(or
.Cm adhoc ) ,
-.Cm ap ,
+.Cm ap
(or
.Cm hostap ) ,
.Cm wds ,
More information about the svn-src-stable-12
mailing list