Module Name: src
Committed By: njoly
Date: Sat Mar 17 14:42:13 UTC 2012
Modified Files:
src/share/man/man9: kauth.9
Log Message:
Small typo.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/share/man/man9/kauth.9
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/man9/kauth.9
diff -u src/share/man/man9/kauth.9:1.99 src/share/man/man9/kauth.9:1.100
--- src/share/man/man9/kauth.9:1.99 Wed Mar 14 11:51:54 2012
+++ src/share/man/man9/kauth.9 Sat Mar 17 14:42:13 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: kauth.9,v 1.99 2012/03/14 11:51:54 wiz Exp $
+.\" $NetBSD: kauth.9,v 1.100 2012/03/17 14:42:13 njoly Exp $
.\"
.\" Copyright (c) 2005, 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -753,7 +753,7 @@ Check if retrieving privileged informati
Check if setting parameters on the device is allowed.
.It Dv KAUTH_REQ_NETWORK_INTERFACE_SETPRIV
Check if setting privileged parameters on the device is allowed.
-.it Dv KAUTH_REQ_NETWORK_INTERFACE_FIRMWARE
+.It Dv KAUTH_REQ_NETWORK_INTERFACE_FIRMWARE
Check if manipulating the firmware on a network interface device is allowed.
.El
.Pp