]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/a64l.3
Libc-997.90.3.tar.gz
[apple/libc.git] / stdlib / a64l.3
index 0c1548787755e74dd3b16c0e7a8a0809eee58dd9..0ce2da8b76a6a9c45fd9b5a7df42b2ba94c6cf9d 100644 (file)
@@ -37,7 +37,7 @@
 .Ft long
 .Fn a64l "const char *s"
 .Ft char *
 .Ft long
 .Fn a64l "const char *s"
 .Ft char *
-.Fn l64a "long l"
+.Fn l64a "long value"
 .Sh DESCRIPTION
 The
 .Fn a64l
 .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
 .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,
 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
 On success,
 .Fn l64a
 returns a pointer to a string containing the radix-64 representation of
-.Fa l .
+.Fa value .
 If
 If
-.Fa l
+.Fa value
 is 0,
 .Fn l64a
 returns a pointer to the empty string.
 If
 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
 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 .
 .Fn l64a
 functions conform to
 .St -xpg4.2 .
-