summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/a64l.3
diff options
context:
space:
mode:
authortedu <>2013-06-05 03:39:23 +0000
committertedu <>2013-06-05 03:39:23 +0000
commit2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4 (patch)
tree97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/stdlib/a64l.3
parent5cfc174d3b34f5dba4b190a4ca81bfe03551259f (diff)
downloadopenbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.gz
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.bz2
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.zip
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/a64l.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3
index da0aae33c9..11a74604ac 100644
--- a/src/lib/libc/stdlib/a64l.3
+++ b/src/lib/libc/stdlib/a64l.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: a64l.3,v 1.11 2010/04/01 17:06:55 jmc Exp $ 1.\" $OpenBSD: a64l.3,v 1.12 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 1 2010 $ 17.Dd $Mdocdate: June 5 2013 $
18.Dt A64L 3 18.Dt A64L 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -22,7 +22,7 @@
22.Nm l64a 22.Nm l64a
23.Nd convert between 32-bit integer and radix-64 ASCII string 23.Nd convert between 32-bit integer and radix-64 ASCII string
24.Sh SYNOPSIS 24.Sh SYNOPSIS
25.Fd #include <stdlib.h> 25.In stdlib.h
26.Ft long 26.Ft long
27.Fn a64l "const char *s" 27.Fn a64l "const char *s"
28.Ft char * 28.Ft char *