diff options
author | deraadt <> | 1999-02-27 21:56:03 +0000 |
---|---|---|
committer | deraadt <> | 1999-02-27 21:56:03 +0000 |
commit | 2a942b8fa85b25e91c59f4636ca30de7d0227ae7 (patch) | |
tree | 2eebc38452da9b74e0b0629addbf28530b68af52 /src/lib/libc/stdlib/a64l.3 | |
parent | 5ea49c86fd68a22175e9718cf7b1c92d23659827 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
61 | contains more than six characters, | 61 | contains more than six characters, |
62 | .Fn a64l | 62 | .Fn a64l |
63 | will use the first six. | 63 | will use the first six. |
64 | .Fn A64l | 64 | .Fn a64l |
65 | scans the character string from left to right, decoding | 65 | scans the character string from left to right, decoding |
66 | each character as a 6-bit radix-64 number. If a long integer is | 66 | each character as a 6-bit radix-64 number. If a long integer is |
67 | larger than 32 bits, the return value will be sign-extended. | 67 | larger than 32 bits, the return value will be sign-extended. |