Browse Source

typo spotted by grange

OPENBSD_3_6
tedu 20 years ago
parent
commit
55adc08842
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/strtonum.3

+ 2
- 2
src/lib/libc/stdlib/strtonum.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: strtonum.3,v 1.1 2004/05/03 17:09:24 tedu Exp $
.\" $OpenBSD: strtonum.3,v 1.2 2004/05/03 17:20:45 tedu Exp $
.\" .\"
.Dd April 29, 2004 .Dd April 29, 2004
.Dt STRTONUM 3 .Dt STRTONUM 3
@ -87,7 +87,7 @@ stores an error string in
indicating the failure. indicating the failure.
.Sh RETURN VALUES .Sh RETURN VALUES
The The
.Fn strtol
.Fn strtonum
function returns the result of the conversion, function returns the result of the conversion,
unless the value would underflow or overflow. unless the value would underflow or overflow.
On error, 0 is returned. On error, 0 is returned.


Loading…
Cancel
Save