Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 11:34:16 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r367247 - stable/11/sbin/ifconfig
Message-ID:  <202011011134.0A1BYGO5044301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Sun Nov  1 11:34:15 2020
New Revision: 367247
URL: https://svnweb.freebsd.org/changeset/base/367247

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/11/sbin/ifconfig/ifconfig.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/ifconfig/ifconfig.8
==============================================================================
--- stable/11/sbin/ifconfig/ifconfig.8	Sun Nov  1 11:09:11 2020	(r367246)
+++ stable/11/sbin/ifconfig/ifconfig.8	Sun Nov  1 11:34:15 2020	(r367247)
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd September 17, 2016
+.Dd October 25, 2020
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -832,10 +832,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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011011134.0A1BYGO5044301>