Module Name: src Committed By: wiz Date: Sat Nov 21 22:32:53 UTC 2009
Modified Files: src/lib/libp2k: p2k.3 Log Message: Fix typo and uppercase UID. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libp2k/p2k.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libp2k/p2k.3 diff -u src/lib/libp2k/p2k.3:1.6 src/lib/libp2k/p2k.3:1.7 --- src/lib/libp2k/p2k.3:1.6 Sat Nov 21 12:28:51 2009 +++ src/lib/libp2k/p2k.3 Sat Nov 21 22:32:52 2009 @@ -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.