aboutsummaryrefslogtreecommitdiff
path: root/networking/nameif.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/nameif.c')
-rw-r--r--networking/nameif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/nameif.c b/networking/nameif.c
index 854594c83..66e042688 100644
--- a/networking/nameif.c
+++ b/networking/nameif.c
@@ -52,10 +52,10 @@
52//usage:#define nameif_full_usage "\n\n" 52//usage:#define nameif_full_usage "\n\n"
53//usage: "Rename network interface while it in the down state." 53//usage: "Rename network interface while it in the down state."
54//usage: IF_NOT_FEATURE_NAMEIF_EXTENDED( 54//usage: IF_NOT_FEATURE_NAMEIF_EXTENDED(
55//usage: "\nThe device with address HWADDR is renamed to IFACE." 55//usage: "\nThe device with address HWADDR is renamed to IFNAME."
56//usage: ) 56//usage: )
57//usage: IF_FEATURE_NAMEIF_EXTENDED( 57//usage: IF_FEATURE_NAMEIF_EXTENDED(
58//usage: "\nThe device matched by SELECTOR is renamed to IFACE." 58//usage: "\nThe device matched by SELECTOR is renamed to IFNAME."
59//usage: "\nSELECTOR can be a combination of:" 59//usage: "\nSELECTOR can be a combination of:"
60//usage: "\n driver=STRING" 60//usage: "\n driver=STRING"
61//usage: "\n bus=STRING" 61//usage: "\n bus=STRING"