From 2af170451ab1c3caae54f5889dbbb37e288ebc62 Mon Sep 17 00:00:00 2001 From: jaredy <> Date: Tue, 26 Jul 2005 04:20:23 +0000 Subject: - typos, punctuation, layout, macro tweaks - break long lines ok jmc --- src/lib/libc/stdlib/atoll.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/atoll.3') 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 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoll.3,v 1.3 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: atoll.3,v 1.4 2005/07/26 04:20:23 jaredy Exp $ .\" .Dd June 29, 1991 .Dt ATOLL 3 @@ -49,7 +49,7 @@ The function converts the initial portion of the string pointed to by .Fa nptr to -.Li long integer +.Li long long integer representation. .Pp It is equivalent to: -- cgit v1.2.3-55-g6feb