summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/a64l.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/stdlib/a64l.3
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/stdlib/a64l.3')
-rw-r--r--lib/libc/stdlib/a64l.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/a64l.3 b/lib/libc/stdlib/a64l.3
index 4ec707adf1c..0607338cbaf 100644
--- a/lib/libc/stdlib/a64l.3
+++ b/lib/libc/stdlib/a64l.3
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: a64l.3,v 1.2 1998/06/21 22:13:48 millert Exp $
+.\" $OpenBSD: a64l.3,v 1.3 1999/02/27 21:55:53 deraadt Exp $
.\"
.Dd August 17, 1997
.Dt A64L 3
@@ -61,7 +61,7 @@ and returns a corresponding 32-bit value. If the string pointed to by
contains more than six characters,
.Fn a64l
will use the first six.
-.Fn A64l
+.Fn a64l
scans the character string from left to right, decoding
each character as a 6-bit radix-64 number. If a long integer is
larger than 32 bits, the return value will be sign-extended.