diff options
author | thompsa <thompsa@FreeBSD.org> | 2006-11-27 20:18:43 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2006-11-27 20:18:43 +0000 |
commit | cc6ba21ff6ff020abfbda13ee9f990b784fa71f4 (patch) | |
tree | ef88203ed5046e382483835b37d2d7133dcdf041 /sbin/ifconfig | |
parent | 97045cf6d0d5b678401de5177dd72825261fe07d (diff) | |
download | FreeBSD-src-cc6ba21ff6ff020abfbda13ee9f990b784fa71f4.zip FreeBSD-src-cc6ba21ff6ff020abfbda13ee9f990b784fa71f4.tar.gz |
Keep the command name the same as the values display name in ifconfig.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifbridge.c | 2 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifbridge.c b/sbin/ifconfig/ifbridge.c index 7d6fb43..2f24f5a 100644 --- a/sbin/ifconfig/ifbridge.c +++ b/sbin/ifconfig/ifbridge.c @@ -688,7 +688,7 @@ static struct cmd bridge_cmds[] = { DEF_CMD_ARG("maxage", setbridge_maxage), DEF_CMD_ARG("priority", setbridge_priority), DEF_CMD_ARG("proto", setbridge_protocol), - DEF_CMD_ARG("holdcount", setbridge_holdcount), + DEF_CMD_ARG("holdcnt", setbridge_holdcount), DEF_CMD_ARG2("ifpriority", setbridge_ifpriority), DEF_CMD_ARG2("ifpathcost", setbridge_ifpathcost), DEF_CMD_ARG("timeout", setbridge_timeout), diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 018a0fa..b53bb7d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1319,7 +1319,7 @@ The minimum is 0 and the maximum is 61440. Set the Spanning Tree protocol. The default is rstp. The available options are stp and rstp. -.It Cm holdcount Ar value +.It Cm holdcnt Ar value Set the transmit hold count for Spanning Tree. This is the number of packets transmitted before being rate limited. The default is 6. |