svn commit: r255064 - head/sbin/etherswitchcfg
Sergey Kandaurov
pluknet at FreeBSD.org
Fri Aug 30 10:01:19 UTC 2013
Author: pluknet
Date: Fri Aug 30 10:01:19 2013
New Revision: 255064
URL: http://svnweb.freebsd.org/changeset/base/255064
Log:
Typo in strtol(3).
Noticed by: bde
Modified:
head/sbin/etherswitchcfg/etherswitchcfg.8
Modified: head/sbin/etherswitchcfg/etherswitchcfg.8
==============================================================================
--- head/sbin/etherswitchcfg/etherswitchcfg.8 Fri Aug 30 08:38:04 2013 (r255063)
+++ head/sbin/etherswitchcfg/etherswitchcfg.8 Fri Aug 30 10:01:19 2013 (r255064)
@@ -69,7 +69,7 @@ is usually the port number, and
is the register number.
Both can be provided as decimal, octal or hexadecimal numbers in any of the formats
understood by
-.Xr strtol 4 .
+.Xr strtol 3 .
To set the register value, use the form instance.register=value.
.Ss port
The port command selects one of the ports of the switch.
More information about the svn-src-all
mailing list