summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/strtonum.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3
index 31aae9075b..cc7271581c 100644
--- a/src/lib/libc/stdlib/strtonum.3
+++ b/src/lib/libc/stdlib/strtonum.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: strtonum.3,v 1.1 2004/05/03 17:09:24 tedu Exp $ 32.\" $OpenBSD: strtonum.3,v 1.2 2004/05/03 17:20:45 tedu Exp $
33.\" 33.\"
34.Dd April 29, 2004 34.Dd April 29, 2004
35.Dt STRTONUM 3 35.Dt STRTONUM 3
@@ -87,7 +87,7 @@ stores an error string in
87indicating the failure. 87indicating the failure.
88.Sh RETURN VALUES 88.Sh RETURN VALUES
89The 89The
90.Fn strtol 90.Fn strtonum
91function returns the result of the conversion, 91function returns the result of the conversion,
92unless the value would underflow or overflow. 92unless the value would underflow or overflow.
93On error, 0 is returned. 93On error, 0 is returned.