diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-25 15:01:01 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-25 15:01:01 +0000 |
commit | 527d10a53ba011c04575b153d6df4a6992357941 (patch) | |
tree | 5cab15ea6bff7099a98645fc81db96b0195d9a16 /sbin/ifconfig/ifconfig.8 | |
parent | 5a13da9b0b5baa5c9b830c56a002a625d137c501 (diff) | |
download | src-527d10a53ba011c04575b153d6df4a6992357941.tar.gz src-527d10a53ba011c04575b153d6df4a6992357941.zip |
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
Notes
Notes:
svn path=/head/; revision=367039
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index da7e3f049a59..8e83fbcc7730 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 , |