From 811b360cb4db3584a01c4bdbe1bf72dd830f2fac Mon Sep 17 00:00:00 2001 From: Nick Smyrnioudis <32795986+NickSmyr@users.noreply.github.com> Date: Sat, 24 Oct 2020 15:37:55 +0300 Subject: [PATCH] iwconfig : fix error in last example (#4791) changed ifconfig to iwconfig --- pages/linux/iwconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/iwconfig.md b/pages/linux/iwconfig.md index dd34f9ec1f..1ed203cf11 100644 --- a/pages/linux/iwconfig.md +++ b/pages/linux/iwconfig.md @@ -17,4 +17,4 @@ - Set the operating mode of the specified interface: -`ifconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}` +`iwconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}`