Module Name: src Committed By: wiz Date: Tue Nov 8 10:56:59 UTC 2011
Modified Files: src/share/man/man9: kauth.9 Log Message: Remove trailing whitespace. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 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.92 src/share/man/man9/kauth.9:1.93 --- src/share/man/man9/kauth.9:1.92 Tue Nov 8 00:55:53 2011 +++ src/share/man/man9/kauth.9 Tue Nov 8 10:56:59 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: kauth.9,v 1.92 2011/11/08 00:55:53 jym Exp $ +.\" $NetBSD: kauth.9,v 1.93 2011/11/08 10:56:59 wiz Exp $ .\" .\" Copyright (c) 2005, 2006 Elad Efrat <e...@netbsd.org> .\" All rights reserved. @@ -119,9 +119,10 @@ An authorization request can return one .It Dv 0 Po zero Pc indicates success; operation is allowed. .It Dv EPERM -indicates failure; operation is denied. See +indicates failure; operation is denied. +See .Xr errno 2 . -.El +.El .Pp Each scope has its own authorization wrapper, to make it easy to call from various places by eliminating the need to specify the scope and/or cast values.