summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-09-08 01:27:57 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-09-08 01:27:57 +0000
commit89bd03f00e651e86126fd09b39e4867a76f5554e (patch)
treee813750548fb365113ce3c64759a0ab5b7359da9 /share/man/man8
parentdef96861438f6b5048aab1d1b2fed0a861d6b24d (diff)
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/security.814
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man8/security.8 b/share/man/man8/security.8
index 3457c28173c..68b34a163b9 100644
--- a/share/man/man8/security.8
+++ b/share/man/man8/security.8
@@ -1,8 +1,8 @@
-.\" $OpenBSD: security.8,v 1.24 2014/04/22 16:58:20 tedu Exp $
+.\" $OpenBSD: security.8,v 1.25 2014/09/08 01:27:55 schwarze Exp $
.\"
.\" David Leonard, 2001. Public Domain.
.\"
-.Dd $Mdocdate: April 22 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt SECURITY 8
.Os
.Sh NAME
@@ -140,9 +140,15 @@ shell script appeared in
but most functionality only came with
.Bx 4.4 .
.Sh AUTHORS
-The present manual was written by David Leonard for
+.An -nosplit
+The present manual was written by
+.An David Leonard
+for
.Ox 2.9 .
-Andrew Fresh and Ingo Schwarze rewrote
+.An Andrew Fresh Aq Mt afresh1@openbsd.org
+and
+.An Ingo Schwarze Aq Mt schwarze@openbsd.org
+rewrote
.Nm
from scratch in
.Xr perl 1