summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-04-30 18:40:28 +0000
committermillert <millert@openbsd.org>2003-04-30 18:40:28 +0000
commit9868a9fbaa337fe77d780a7395de0afcc21a49d7 (patch)
tree959a162678a8c617dcf0d0ac2949452eb818acfd
parentfix for pr# 3179 and 3238. Patch verified by author of 3179. (diff)
downloadwireguard-openbsd-9868a9fbaa337fe77d780a7395de0afcc21a49d7.tar.xz
wireguard-openbsd-9868a9fbaa337fe77d780a7395de0afcc21a49d7.zip
Add missing period.
-rw-r--r--usr.bin/skeyaudit/skeyaudit.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/skeyaudit/skeyaudit.1 b/usr.bin/skeyaudit/skeyaudit.1
index 38df7f123b5..66441bf5536 100644
--- a/usr.bin/skeyaudit/skeyaudit.1
+++ b/usr.bin/skeyaudit/skeyaudit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skeyaudit.1,v 1.10 2003/03/06 04:07:38 david Exp $
+.\" $OpenBSD: skeyaudit.1,v 1.11 2003/04/30 18:40:28 millert Exp $
.\"
.Dd July 22, 1997
.Dt SKEYAUDIT 1
@@ -25,7 +25,7 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl a
Check all keys in
-.Pa /etc/skey
+.Pa /etc/skey .
This option is only available to the superuser and
is useful to run regularly via
.Xr cron 8 .