a64l.3: Fix error in NOTES, s/a64l/l64a/

Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)>
This commit is contained in:
Peng Haitao 2010-08-29 08:20:19 +02:00 committed by Michael Kerrisk
parent 038dff6613
commit 4c6267515f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.\"
.\" Corrected, aeb, 2002-05-30
.\"
.TH A64L 3 2007-07-26 "" "Linux Programmer's Manual"
.TH A64L 3 2010-08-29 "" "Linux Programmer's Manual"
.SH NAME
a64l, l64a \- convert between long and base-64
.SH SYNOPSIS
@ -54,7 +54,7 @@ So 123 = 59*64^0 + 1*64^1 = "v/".
POSIX.1-2001.
.SH NOTES
The value returned by
.BR a64l ()
.BR l64a ()
may be a pointer to a static buffer, possibly overwritten
by later calls.
.LP