summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-04-14 07:58:46 +0000
committerjmc <jmc@openbsd.org>2005-04-14 07:58:46 +0000
commitccaea822f7d4f8f97e5c56fe356721d6396e7bff (patch)
tree80653400e93267e3065d7708ebbb41ba7b82d201 /lib/libc
parentMake sure recording is started before we return EWOULDBLOCK in a read(). (diff)
downloadwireguard-openbsd-ccaea822f7d4f8f97e5c56fe356721d6396e7bff.tar.xz
wireguard-openbsd-ccaea822f7d4f8f97e5c56fe356721d6396e7bff.zip
mark up NULL w/ .Dv;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/strtonum.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index ef089da071e..11910a627ce 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strtonum.3,v 1.10 2005/04/14 02:13:29 tedu Exp $
+.\" $OpenBSD: strtonum.3,v 1.11 2005/04/14 07:58:46 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst
.\"
@@ -81,7 +81,10 @@ On error, 0 is returned and
.Fa errstr
will point to an error message.
.Fa *errstr
-will be set to NULL on success; this fact can be used to differentiate
+will be set to
+.Dv NULL
+on success;
+this fact can be used to differentiate
a successful return of 0 from an error.
.Sh EXAMPLES
Using