summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/a64l.3
diff options
context:
space:
mode:
authorderaadt <>1999-02-27 21:56:03 +0000
committerderaadt <>1999-02-27 21:56:03 +0000
commit2a942b8fa85b25e91c59f4636ca30de7d0227ae7 (patch)
tree2eebc38452da9b74e0b0629addbf28530b68af52 /src/lib/libc/stdlib/a64l.3
parent5ea49c86fd68a22175e9718cf7b1c92d23659827 (diff)
downloadopenbsd-2a942b8fa85b25e91c59f4636ca30de7d0227ae7.tar.gz
openbsd-2a942b8fa85b25e91c59f4636ca30de7d0227ae7.tar.bz2
openbsd-2a942b8fa85b25e91c59f4636ca30de7d0227ae7.zip
make function names the correct case
Diffstat (limited to 'src/lib/libc/stdlib/a64l.3')
-rw-r--r--src/lib/libc/stdlib/a64l.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3
index 4ec707adf1..0607338cba 100644
--- a/src/lib/libc/stdlib/a64l.3
+++ b/src/lib/libc/stdlib/a64l.3
@@ -24,7 +24,7 @@
24.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 24.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.\" $OpenBSD: a64l.3,v 1.2 1998/06/21 22:13:48 millert Exp $ 27.\" $OpenBSD: a64l.3,v 1.3 1999/02/27 21:55:53 deraadt Exp $
28.\" 28.\"
29.Dd August 17, 1997 29.Dd August 17, 1997
30.Dt A64L 3 30.Dt A64L 3
@@ -61,7 +61,7 @@ and returns a corresponding 32-bit value. If the string pointed to by
61contains more than six characters, 61contains more than six characters,
62.Fn a64l 62.Fn a64l
63will use the first six. 63will use the first six.
64.Fn A64l 64.Fn a64l
65scans the character string from left to right, decoding 65scans the character string from left to right, decoding
66each character as a 6-bit radix-64 number. If a long integer is 66each character as a 6-bit radix-64 number. If a long integer is
67larger than 32 bits, the return value will be sign-extended. 67larger than 32 bits, the return value will be sign-extended.