Browse Source

Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)

ok millert
OPENBSD_3_3
kjell 21 years ago
parent
commit
804f08787d
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      src/lib/libc/stdlib/strtoul.3

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

@ -33,7 +33,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: strtoul.3,v 1.11 2002/11/21 20:54:09 millert Exp $
.\" $OpenBSD: strtoul.3,v 1.12 2003/03/06 18:19:26 kjell Exp $
.\" .\"
.Dd June 25, 1992 .Dd June 25, 1992
.Dt STRTOUL 3 .Dt STRTOUL 3
@ -162,10 +162,8 @@ to
The The
.Fn strtoull .Fn strtoull
function has identical return values except that function has identical return values except that
.Dv ULLONG_MIN
and
.Dv ULLONG_MAX .Dv ULLONG_MAX
are used to indicate underflow and overflow respectively.
is used to indicate overflow.
.Pp .Pp
There is no way to determine if There is no way to determine if
.Fn strtoul .Fn strtoul


Loading…
Cancel
Save