diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
commit | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch) | |
tree | ee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/gen/toascii.3 | |
parent | 3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff) |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/gen/toascii.3')
-rw-r--r-- | lib/libc/gen/toascii.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/toascii.3 b/lib/libc/gen/toascii.3 index 738b254e4f0..7ca0d148e92 100644 --- a/lib/libc/gen/toascii.3 +++ b/lib/libc/gen/toascii.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: toascii.3,v 1.7 2007/05/31 19:19:29 jmc Exp $ +.\" $OpenBSD: toascii.3,v 1.8 2013/06/05 03:39:22 tedu Exp $ .\" $NetBSD: toascii.3,v 1.2 1997/07/16 06:20:20 mikel Exp $ .\" .\" Copyright (c) 1993 @@ -30,14 +30,14 @@ .\" .\" @(#)toascii.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt TOASCII 3 .Os .Sh NAME .Nm toascii .Nd convert a byte to 7-bit ASCII .Sh SYNOPSIS -.Fd #include <ctype.h> +.In ctype.h .Ft int .Fn toascii "int c" .Sh DESCRIPTION |