summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-05-04 18:37:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-05-04 18:37:26 +0000
commitdc1a3fd9f7d5cf20754d1eedff1f330e9d2e7fcb (patch)
treec8db8dc75c07a7b19535259f6efe7b60b43c1093 /lib
parent279b12026e366e757ebfba8bfd714cf08f03f4b7 (diff)
sort SEE ALSO;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/strtonum.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index cc7271581c2..bb738a55f7f 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtonum.3,v 1.2 2004/05/03 17:20:45 tedu Exp $
+.\" $OpenBSD: strtonum.3,v 1.3 2004/05/04 18:37:25 jmc Exp $
.\"
.Dd April 29, 2004
.Dt STRTONUM 3
@@ -104,8 +104,8 @@ The given string did not consist solely of a valid number.
.Xr atol 3 ,
.Xr atoll 3 ,
.Xr sscanf 3 ,
-.Xr strtol 3 ,
.Xr strtod 3 ,
+.Xr strtol 3 ,
.Xr strtoul 3
.Sh STANDARDS
.Fn strtonum