summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2004-05-03 17:20:45 +0000
committertedu <>2004-05-03 17:20:45 +0000
commitc81aca6074576d87ed097daa64164db3977c2b8b (patch)
tree93ae43cc4585f3b4e781afc5e59b6fead519da92 /src
parent797f5f15358d4c8b5d139e9695af908f64130909 (diff)
downloadopenbsd-c81aca6074576d87ed097daa64164db3977c2b8b.tar.gz
openbsd-c81aca6074576d87ed097daa64164db3977c2b8b.tar.bz2
openbsd-c81aca6074576d87ed097daa64164db3977c2b8b.zip
typo spotted by grange
Diffstat (limited to 'src')
-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.