diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
commit | 9d7fa165f85aeb19e753017101792f8a56d865dc (patch) | |
tree | 2b54b96f9a4c4cec177691393f9754f0235e163a /lib/libkeynote/keynote.4 | |
parent | 950254d909152efb61b61dec32ad79a3f0d2e200 (diff) |
use .In rather than .Fd #include
Diffstat (limited to 'lib/libkeynote/keynote.4')
-rw-r--r-- | lib/libkeynote/keynote.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4 index e8a531504cb..271d3ff4810 100644 --- a/lib/libkeynote/keynote.4 +++ b/lib/libkeynote/keynote.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.4,v 1.32 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: keynote.4,v 1.33 2015/09/10 17:55:21 schwarze Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -20,7 +20,7 @@ .\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt KEYNOTE 4 .\" .TH KeyNote 4 local .Os @@ -28,9 +28,9 @@ .Nm keynote .Nd a trust-management system .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <regex.h> -.Fd #include <keynote.h> +.In sys/types.h +.In regex.h +.In keynote.h .Fd Link options: -lkeynote -lm -lcrypto .Sh DESCRIPTION For more details on |