diff options
author | 1999-05-24 01:53:58 +0000 | |
---|---|---|
committer | 1999-05-24 01:53:58 +0000 | |
commit | 957aabb207fe26f7522dbb6922939065b5035952 (patch) | |
tree | 89241d3bba7fb12490cdc2dbb79676b6ace36911 | |
parent | Update man pages to reflect new usage method. (diff) | |
download | wireguard-openbsd-957aabb207fe26f7522dbb6922939065b5035952.tar.xz wireguard-openbsd-957aabb207fe26f7522dbb6922939065b5035952.zip |
Fix typos.
-rw-r--r-- | lib/libkeynote/keynote-sign.1 | 6 | ||||
-rw-r--r-- | lib/libkeynote/keynote-sigver.1 | 6 | ||||
-rw-r--r-- | lib/libkeynote/keynote-verify.1 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libkeynote/keynote-sign.1 b/lib/libkeynote/keynote-sign.1 index a992bcb4112..ef01cfd4de1 100644 --- a/lib/libkeynote/keynote-sign.1 +++ b/lib/libkeynote/keynote-sign.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-sign.1,v 1.2 1999/05/24 01:50:04 angelos Exp $ +.\" $OpenBSD: keynote-sign.1,v 1.3 1999/05/24 01:53:58 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -25,12 +25,12 @@ .Os .\" .TH keynote-sign 1 local .Sh NAME -.Nm keynote sign +.Nm keynote-sign .Nd command line tool for signing .Xr KeyNote 3 assertions .Sh SYNOPSIS -.Nm keynote-sign +.Nm keynote sign .Op Fl v .Ar AlgorithmName .Ar AssertionFile diff --git a/lib/libkeynote/keynote-sigver.1 b/lib/libkeynote/keynote-sigver.1 index 067c709d2ad..be52853ca2a 100644 --- a/lib/libkeynote/keynote-sigver.1 +++ b/lib/libkeynote/keynote-sigver.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-sigver.1,v 1.2 1999/05/24 01:50:04 angelos Exp $ +.\" $OpenBSD: keynote-sigver.1,v 1.3 1999/05/24 01:53:58 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -25,12 +25,12 @@ .Os .\" .TH keynote-sigver 1 local .Sh NAME -.Nm keynote sigver +.Nm keynote-sigver .Nd command line tool for verifying signed .Xr KeyNote 3 assertions .Sh SYNOPSIS -.Nm keynote-sigver +.Nm keynote sigver .Op AssertionFile .Sh DESCRIPTION For details on diff --git a/lib/libkeynote/keynote-verify.1 b/lib/libkeynote/keynote-verify.1 index a2c82290191..e7b19633cdb 100644 --- a/lib/libkeynote/keynote-verify.1 +++ b/lib/libkeynote/keynote-verify.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote-verify.1,v 1.2 1999/05/24 01:50:04 angelos Exp $ +.\" $OpenBSD: keynote-verify.1,v 1.3 1999/05/24 01:53:58 angelos Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -25,12 +25,12 @@ .Os .\" .TH keynote-verify 1 local .Sh NAME -.Nm keynote verify +.Nm keynote-verify .Nd command line tool for evaluating .Xr KeyNote 3 assertions .Sh SYNOPSIS -.Nm keynote-verify +.Nm keynote verify .Op Fl h .Op Fl e Ar file .Fl l Ar file |