Module Name:    src
Committed By:   pooka
Date:           Sun Feb 20 14:21:04 UTC 2011

Modified Files:
        src/lib/librumphijack: rumphijack.3

Log Message:
minor clarification


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/librumphijack/rumphijack.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/librumphijack/rumphijack.3
diff -u src/lib/librumphijack/rumphijack.3:1.4 src/lib/librumphijack/rumphijack.3:1.5
--- src/lib/librumphijack/rumphijack.3:1.4	Fri Feb 18 12:22:46 2011
+++ src/lib/librumphijack/rumphijack.3	Sun Feb 20 14:21:04 2011
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rumphijack.3,v 1.4 2011/02/18 12:22:46 pooka Exp $
+.\"     $NetBSD: rumphijack.3,v 1.5 2011/02/20 14:21:04 pooka Exp $
 .\"
 .\" Copyright (c) 2011 Antti Kantee.  All rights reserved.
 .\"
@@ -58,9 +58,12 @@
 Pathname-based system calls are hijacked if the path the system
 call is directed to resides under
 .Ar value .
-In case of an absolute pathname argument, a direct comparison is made.
+In case of an absolute pathname argument, a literal prefix comparison is made.
 In case of a relative pathname, the current working direct is
 examined.
+This also implies that neither
+.Dq ..
+nor symbolic links will cause the namespace to be switched.
 .It Dq socket
 The specifier
 .Ar value

Reply via email to