aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ip.c b/networking/ip.c
index accf90759..9ecb99abb 100644
--- a/networking/ip.c
+++ b/networking/ip.c
@@ -157,7 +157,7 @@
157//usage:#define iplink_trivial_usage 157//usage:#define iplink_trivial_usage
158//usage: /*Usage:iplink*/"set IFACE [up|down] [arp on|off] [multicast on|off]\n" 158//usage: /*Usage:iplink*/"set IFACE [up|down] [arp on|off] [multicast on|off]\n"
159//usage: " [promisc on|off] [mtu NUM] [name NAME] [qlen NUM] [address MAC]\n" 159//usage: " [promisc on|off] [mtu NUM] [name NAME] [qlen NUM] [address MAC]\n"
160//usage: " [master IFACE | nomaster]\n" 160//usage: " [master IFACE | nomaster]"
161// * short help shows only "set" command, long help continues (with just one "\n") 161// * short help shows only "set" command, long help continues (with just one "\n")
162// * and shows all other commands: 162// * and shows all other commands:
163//usage:#define iplink_full_usage "\n" 163//usage:#define iplink_full_usage "\n"