X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5b2abdfbf4211b6592cdd02b9507555a0ecbb04b..4c63d2152434d7a24cd627ef559f93b096274076:/stdlib/a64l.3 diff --git a/stdlib/a64l.3 b/stdlib/a64l.3 index 0c15487..0ce2da8 100644 --- a/stdlib/a64l.3 +++ b/stdlib/a64l.3 @@ -37,7 +37,7 @@ .Ft long .Fn a64l "const char *s" .Ft char * -.Fn l64a "long l" +.Fn l64a "long value" .Sh DESCRIPTION The .Fn a64l @@ -86,7 +86,7 @@ larger than 32 bits, the return value will be sign-extended. .Pp .Fn l64a takes a long integer argument -.Fa l +.Fa value and returns a pointer to the corresponding radix-64 representation. .Sh RETURN VALUES On success, @@ -105,14 +105,14 @@ to On success, .Fn l64a returns a pointer to a string containing the radix-64 representation of -.Fa l . +.Fa value . If -.Fa l +.Fa value is 0, .Fn l64a returns a pointer to the empty string. If -.Fa l +.Fa value is negative, .Fn l64a returns a null pointer and sets the global variable @@ -142,4 +142,3 @@ and .Fn l64a functions conform to .St -xpg4.2 . -