diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/stdlib/atoll.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/atoll.3 b/src/lib/libc/stdlib/atoll.3 index 40584e9d47..2b53e9b694 100644 --- a/src/lib/libc/stdlib/atoll.3 +++ b/src/lib/libc/stdlib/atoll.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: atoll.3,v 1.3 2003/06/02 20:18:37 millert Exp $ | 32 | .\" $OpenBSD: atoll.3,v 1.4 2005/07/26 04:20:23 jaredy Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd June 29, 1991 | 34 | .Dd June 29, 1991 |
35 | .Dt ATOLL 3 | 35 | .Dt ATOLL 3 |
@@ -49,7 +49,7 @@ The | |||
49 | function converts the initial portion of the string pointed to by | 49 | function converts the initial portion of the string pointed to by |
50 | .Fa nptr | 50 | .Fa nptr |
51 | to | 51 | to |
52 | .Li long integer | 52 | .Li long long integer |
53 | representation. | 53 | representation. |
54 | .Pp | 54 | .Pp |
55 | It is equivalent to: | 55 | It is equivalent to: |