From 527d10a53ba011c04575b153d6df4a6992357941 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sun, 25 Oct 2020 15:01:01 +0000 Subject: [PATCH] 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 MFC after: 1 week --- sbin/ifconfig/ifconfig.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index da7e3f049a5..8e83fbcc773 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -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 , -- 2.45.0