Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 15:01:02 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367039 - head/sbin/ifconfig
Message-ID:  <202010251501.09PF12Je032764@repo.freebsd.org>

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

Log:
  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>
  MFC after:	1 week

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Sun Oct 25 14:09:00 2020	(r367038)
+++ head/sbin/ifconfig/ifconfig.8	Sun Oct 25 15:01:01 2020	(r367039)
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd October 21, 2020
+.Dd October 25, 2020
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -884,10 +884,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?202010251501.09PF12Je032764>