diff options
author | 2013-06-05 03:39:22 +0000 | |
---|---|---|
committer | 2013-06-05 03:39:22 +0000 | |
commit | 64d4e9871d1af4e50715ace8f2f237ff8e4d36e0 (patch) | |
tree | 90569bb16bd247c9a0433830994a6bc333a5a4f9 /lib/libc/stdlib/atoll.3 | |
parent | m_defrag(9) wasnt documented. (diff) | |
download | wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.tar.xz wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.zip |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/stdlib/atoll.3')
-rw-r--r-- | lib/libc/stdlib/atoll.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atoll.3 b/lib/libc/stdlib/atoll.3 index 608a61f4ce9..a9614ae7bb4 100644 --- a/lib/libc/stdlib/atoll.3 +++ b/lib/libc/stdlib/atoll.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoll.3,v 1.5 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: atoll.3,v 1.6 2013/06/05 03:39:23 tedu Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt ATOLL 3 .Os .Sh NAME @@ -40,7 +40,7 @@ .Tn ASCII string to long long integer .Sh SYNOPSIS -.Fd #include <stdlib.h> +.In stdlib.h .Ft long long .Fn atoll "const char *nptr" .Sh DESCRIPTION |