diff options
author | 2003-04-30 18:40:28 +0000 | |
---|---|---|
committer | 2003-04-30 18:40:28 +0000 | |
commit | 9868a9fbaa337fe77d780a7395de0afcc21a49d7 (patch) | |
tree | 959a162678a8c617dcf0d0ac2949452eb818acfd | |
parent | fix for pr# 3179 and 3238. Patch verified by author of 3179. (diff) | |
download | wireguard-openbsd-9868a9fbaa337fe77d780a7395de0afcc21a49d7.tar.xz wireguard-openbsd-9868a9fbaa337fe77d780a7395de0afcc21a49d7.zip |
Add missing period.
-rw-r--r-- | usr.bin/skeyaudit/skeyaudit.1 | 4 |
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 . |