Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 GETPARAMS => GETPARAM
details: https://anonhg.NetBSD.org/src/rev/c5277b7a71eb
branches: trunk
changeset: 771869:c5277b7a71eb
user: jym <jym%NetBSD.org@localhost>
date: Sun Dec 04 21:52:37 2011 +0000
description:
GETPARAMS => GETPARAM
SETPARAMS => SETPARAM
diffstat:
share/man/man9/kauth.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r ab03972de7de -r c5277b7a71eb share/man/man9/kauth.9
--- a/share/man/man9/kauth.9 Sun Dec 04 21:08:37 2011 +0000
+++ b/share/man/man9/kauth.9 Sun Dec 04 21:52:37 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kauth.9,v 1.93 2011/11/08 10:56:59 wiz Exp $
+.\" $NetBSD: kauth.9,v 1.94 2011/12/04 21:52:37 jym Exp $
.\"
.\" Copyright (c) 2005, 2006 Elad Efrat <elad%NetBSD.org@localhost>
.\" All rights reserved.
@@ -476,9 +476,9 @@
Checks whether viewing the scheduler affinity is allowed.
.It Dv KAUTH_PROCESS_SCHEDULER_SETAFFINITY
Checks whether setting the scheduler affinity is allowed.
-.It Dv KAUTH_PROCESS_SCHEDULER_GETPARAMS
+.It Dv KAUTH_PROCESS_SCHEDULER_GETPARAM
Checks whether viewing the scheduler policy and parameters is allowed.
-.It Dv KAUTH_PROCESS_SCHEDULER_SETPARAMS
+.It Dv KAUTH_PROCESS_SCHEDULER_SETPARAM
Checks whether modifying the scheduler policy and parameters is allowed.
.It Dv KAUTH_PROCESS_SIGNAL
Checks whether an object with one set of credentials can post signals
Home |
Main Index |
Thread Index |
Old Index