docs/126487: fix language on atol(3) manpage

Edwin Groothuis edwin at mavetju.org
Wed Aug 13 01:10:02 UTC 2008


>Number:         126487
>Category:       docs
>Synopsis:       fix language on atol(3) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 13 01:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin at k7.mavetju:/usr/src/sys/i386/compile/k7 i386


>Description:

Man page now says:

ERRORS
     The functions atol() and atoll() need not affect the value of errno on an
     error.

That line doesn't make sense, it should be replaced with:

ERRORS
     The functions atol() and atoll() do not affect the value of errno on an
     error.

or

ERRORS
     The functions atol() and atoll() do not affect the value of
     errno in case of an error.

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list