Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 10:01:19 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255064 - head/sbin/etherswitchcfg
Message-ID:  <201308301001.r7UA1JL5031971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308301001.r7UA1JL5031971>