diff options
author | tedu <> | 2013-06-05 03:39:23 +0000 |
---|---|---|
committer | tedu <> | 2013-06-05 03:39:23 +0000 |
commit | 9144d249f7d631607805dfaa764531b75021a078 (patch) | |
tree | 97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/crypt/blowfish.3 | |
parent | 3c06c9f91ba98ce2cdea4031cbaf6c10a938902b (diff) | |
download | openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.gz openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.bz2 openbsd-9144d249f7d631607805dfaa764531b75021a078.zip |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/crypt/blowfish.3')
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 4defaecc34..af988c16fb 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: blowfish.3,v 1.20 2007/05/31 19:19:27 jmc Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.21 2013/06/05 03:39:22 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -30,7 +30,7 @@ | |||
30 | .\" | 30 | .\" |
31 | .\" Manual page, using -mandoc macros | 31 | .\" Manual page, using -mandoc macros |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: May 31 2007 $ | 33 | .Dd $Mdocdate: June 5 2013 $ |
34 | .Dt BLOWFISH 3 | 34 | .Dt BLOWFISH 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -43,7 +43,7 @@ | |||
43 | .Nm blf_cbc_decrypt | 43 | .Nm blf_cbc_decrypt |
44 | .Nd Blowfish encryption | 44 | .Nd Blowfish encryption |
45 | .Sh SYNOPSIS | 45 | .Sh SYNOPSIS |
46 | .Fd #include <blf.h> | 46 | .In blf.h |
47 | .Ft void | 47 | .Ft void |
48 | .Fn blf_key "blf_ctx *state" "const u_int8_t *key" "u_int16_t keylen" | 48 | .Fn blf_key "blf_ctx *state" "const u_int8_t *key" "u_int16_t keylen" |
49 | .Ft void | 49 | .Ft void |