diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-26 20:09:31 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-26 20:09:31 +0000 |
commit | 3436a4ba03db6cc37d436d0f56b02e74e8edffaa (patch) | |
tree | 0c5d4bea9ef477482be42a04075412ed1deb3eea /lib | |
parent | faf86db5d86ff6f8ef3259c5546db80c09d914dc (diff) |
Typos and proper form (deraadt@)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkeynote/keynote-sign.1 | 4 | ||||
-rw-r--r-- | lib/libkeynote/keynote.3 | 4 | ||||
-rw-r--r-- | lib/libkeynote/keynote.4 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libkeynote/keynote-sign.1 b/lib/libkeynote/keynote-sign.1 index afb6c1b0bd0..cf9d3a0921b 100644 --- a/lib/libkeynote/keynote-sign.1 +++ b/lib/libkeynote/keynote-sign.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-sign.1,v 1.4 1999/05/25 21:42:21 angelos Exp $ +.\" $OpenBSD: keynote-sign.1,v 1.5 1999/05/26 20:09:30 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -87,7 +87,7 @@ keywords (inclusive), and the string. .Pp If the -.Op Fl v +.Fl v flag is provided, .Nm keynote-sign will also verify the newly-created signature using the diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3 index d7f97e6f7b0..74f3c027cb3 100644 --- a/lib/libkeynote/keynote.3 +++ b/lib/libkeynote/keynote.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.3,v 1.3 1999/05/25 21:42:22 angelos Exp $ +.\" $OpenBSD: keynote.3,v 1.4 1999/05/26 20:09:30 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -26,7 +26,7 @@ .\" .TH KeyNote 3 local .Sh NAME .Nm KeyNote -.Nd A Trust-Management System Library +.Nd a trust-management system library .Sh SYNOPSIS .Fd #include <keynote.h> .Bd -literal diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4 index 42cf4a0f74d..b7d598cfb27 100644 --- a/lib/libkeynote/keynote.4 +++ b/lib/libkeynote/keynote.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.4,v 1.3 1999/05/25 21:42:22 angelos Exp $ +.\" $OpenBSD: keynote.4,v 1.4 1999/05/26 20:09:30 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -21,12 +21,12 @@ .\" PURPOSE. .\" .Dd May 22, 1999 -.Dt KeyNote 3 +.Dt KeyNote 4 .Os .\" .TH KeyNote 4 local .Sh NAME .Nm KeyNote -.Nd A Trust-Management System +.Nd a trust-management system .Sh SYNOPSIS .Fd #include <keynote.h> .Fd Link options: -lkeynote -lm -lcrypto |