diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 09:47:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 09:47:16 +0000 |
commit | a478652a8f02f53e77857d4d51c9a3e58cdcb6c9 (patch) | |
tree | 07b1137054ff9ce3efed369ff19a00c1a9a857b4 /lib/libkeynote | |
parent | a6bbce2b527efbc0673ad18f22c02c7777b0747f (diff) |
section reorder;
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/keynote.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4 index edc4e5042c5..2c9a08b78ad 100644 --- a/lib/libkeynote/keynote.4 +++ b/lib/libkeynote/keynote.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.4,v 1.23 2003/03/20 07:26:33 jmc Exp $ +.\" $OpenBSD: keynote.4,v 1.24 2003/06/02 09:47:15 jmc Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -749,6 +749,11 @@ trusted assertions to .Sq bootstrap a policy whose details are specified in signed credentials issued by others and submitted over the untrusted interface. +.Sh FILES +.Bl -tag -width libkeynote.a -compact +.It Pa keynote.h +.It Pa libkeynote.a +.El .Sh EXAMPLES A policy that delegates authority for the .Qq SPEND @@ -866,11 +871,6 @@ However, the following return "Reject" (_MIN_TRUST): app_domain = "SPEND" dollars = "5500" .Ed -.Sh FILES -.Bl -tag -width libkeynote.a -compact -.It Pa keynote.h -.It Pa libkeynote.a -.El .Sh SEE ALSO .Xr keynote 1 , .Xr keynote 3 , |