summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2008-06-12 18:49:24 +0000
committerremko <remko@FreeBSD.org>2008-06-12 18:49:24 +0000
commit7d3ff3cccccf1767da2fcfd9d46456d005a38bb9 (patch)
tree4ce5c9dc5ebfd0257ad032067559170e9605a00a /share
parent26109e3a63094d7f2042b1895dd29802c1442870 (diff)
downloadFreeBSD-src-7d3ff3cccccf1767da2fcfd9d46456d005a38bb9.zip
FreeBSD-src-7d3ff3cccccf1767da2fcfd9d46456d005a38bb9.tar.gz
Document more tmpfs mount options that are already
available. PR: 124488 Submitted by: gahr
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/tmpfs.518
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index 8916437..ef21a8c 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 18, 2007
+.Dd June 12, 2008
.Dt TMPFS 5
.Os
.Sh NAME
@@ -54,6 +54,22 @@ driver will permit the
kernel to access
.Tn tmpfs
file systems.
+.Sh OPTIONS
+The following options are available when
+mounting
+.Nm
+file systems:
+.Bl -tag -width indent
+.It Cm gid
+root group id.
+.It Cm uid
+root user id.
+.It Cm mode
+permissions in octal format.
+.It Cm inodes
+maximum number of inodes.
+.It Cm size
+maximum size (in bytes) for the file system.
.Sh EXAMPLES
To mount a
.Nm
OpenPOWER on IntegriCloud