Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libp2k Fix typo and uppercase UID.



details:   https://anonhg.NetBSD.org/src/rev/82a179b1d802
branches:  trunk
changeset: 749222:82a179b1d802
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Nov 21 22:32:52 2009 +0000

description:
Fix typo and uppercase UID.

diffstat:

 lib/libp2k/p2k.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r a16906a3869d -r 82a179b1d802 lib/libp2k/p2k.3
--- a/lib/libp2k/p2k.3  Sat Nov 21 21:57:47 2009 +0000
+++ b/lib/libp2k/p2k.3  Sat Nov 21 22:32:52 2009 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: p2k.3,v 1.6 2009/11/21 12:28:51 pooka Exp $
+.\"     $NetBSD: p2k.3,v 1.7 2009/11/21 22:32:52 wiz Exp $
 .\"
 .\" Copyright (c) 2008 Antti Kantee.  All rights reserved.
 .\"
@@ -108,9 +108,8 @@
 .It Dv P2K_NOCACHE
 Do not use the puffs page or name cache.
 .It Dv P2K_WIZARDUID
-If set, use the value of the variable to determine to uid of the
-caller of each operation instead of the actual caller supplied
-by
+If set, use the value of the variable to determine the UID of the
+caller of each operation instead of the actual caller supplied by
 .Xr puffs 3 .
 This can be used for example to simplify modifying an OS installations
 root image as a non-root user.



Home | Main Index | Thread Index | Old Index