summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/crypt.3
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:39:24 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:39:24 +0000
commit50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch)
treeee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/crypt/crypt.3
parent3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff)
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r--lib/libc/crypt/crypt.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index c38710ac33b..ce1db8cae6e 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.31 2013/04/21 18:07:32 tedu Exp $
+.\" $OpenBSD: crypt.3,v 1.32 2013/06/05 03:39:22 tedu Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -31,7 +31,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: April 21 2013 $
+.Dd $Mdocdate: June 5 2013 $
.Dt CRYPT 3
.Os
.Sh NAME
@@ -45,11 +45,11 @@
.Nm md5crypt
.Nd password hashing
.Sh SYNOPSIS
-.Fd #include <stdlib.h>
+.In stdlib.h
.Ft int
.Fn setkey "const char *key"
.Pp
-.Fd #include <unistd.h>
+.In unistd.h
.Ft char *
.Fn crypt "const char *key" "const char *setting"
.Ft int