Module Name: src
Committed By: pooka
Date: Thu Dec 19 15:51:39 UTC 2013
Modified Files:
src/lib/librumpvfs: rump_etfs.3
Log Message:
Note that etfs keys are not visible in directory listings,
per discussion with bad
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/librumpvfs/rump_etfs.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/librumpvfs/rump_etfs.3
diff -u src/lib/librumpvfs/rump_etfs.3:1.5 src/lib/librumpvfs/rump_etfs.3:1.6
--- src/lib/librumpvfs/rump_etfs.3:1.5 Thu Feb 3 10:21:58 2011
+++ src/lib/librumpvfs/rump_etfs.3 Thu Dec 19 15:51:39 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: rump_etfs.3,v 1.5 2011/02/03 10:21:58 pooka Exp $
+.\" $NetBSD: rump_etfs.3,v 1.6 2013/12/19 15:51:39 pooka Exp $
.\"
.\" Copyright (c) 2010 Antti Kantee. All rights reserved.
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 3, 2011
+.Dd December 19, 2013
.Dt RUMP_ETFS 3
.Os
.Sh NAME
@@ -71,6 +71,12 @@ is interpreted in host system context fo
and can be either absolute or relative.
.Pp
The
+.Fa key
+is accessible from all rump kernel clients, both local and remote.
+Note, the keys are not be visible via readdir, so you will not see
+them in directory listings.
+.Pp
+The
.Fa ftype
parameter specifies how etfs file will be presented and does not
have to match the host type, although some limitations apply.