diff options
author | tedu <> | 2004-05-03 17:20:45 +0000 |
---|---|---|
committer | tedu <> | 2004-05-03 17:20:45 +0000 |
commit | c81aca6074576d87ed097daa64164db3977c2b8b (patch) | |
tree | 93ae43cc4585f3b4e781afc5e59b6fead519da92 /src | |
parent | 797f5f15358d4c8b5d139e9695af908f64130909 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
87 | indicating the failure. | 87 | indicating the failure. |
88 | .Sh RETURN VALUES | 88 | .Sh RETURN VALUES |
89 | The | 89 | The |
90 | .Fn strtol | 90 | .Fn strtonum |
91 | function returns the result of the conversion, | 91 | function returns the result of the conversion, |
92 | unless the value would underflow or overflow. | 92 | unless the value would underflow or overflow. |
93 | On error, 0 is returned. | 93 | On error, 0 is returned. |