Module Name: src
Committed By: jruoho
Date: Sun Mar 20 13:07:39 UTC 2011
Modified Files:
src/share/man/man7: security.7
Log Message:
Now that this is a generic page, clarify the AUTHORS section a little.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man7/security.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/security.7
diff -u src/share/man/man7/security.7:1.6 src/share/man/man7/security.7:1.7
--- src/share/man/man7/security.7:1.6 Sat Mar 19 08:42:41 2011
+++ src/share/man/man7/security.7 Sun Mar 20 13:07:38 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: security.7,v 1.6 2011/03/19 08:42:41 wiz Exp $
+.\" $NetBSD: security.7,v 1.7 2011/03/20 13:07:38 jruoho Exp $
.\"
.\" Copyright (c) 2006, 2011 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 18, 2011
+.Dd March 20, 2011
.Dt SECURITY 7
.Os
.Sh NAME
@@ -440,4 +440,5 @@
.Xr sysctl 8 ,
.Xr veriexec 8
.Sh AUTHORS
-.An Elad Efrat Aq [email protected]
+Many of the security features were pioneered by
+.An Elad Efrat Aq [email protected] .