summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-02-02 13:40:37 +0000
committerkib <kib@FreeBSD.org>2017-02-02 13:40:37 +0000
commita003314f3c283832a850fda5be7cd36d1391e5b2 (patch)
tree88a7d68e4cd9ae4414147d95c3c84ee067cda933 /share
parent00bac917f4c58a8b7de153b2a3ba29dd7df53b7d (diff)
downloadFreeBSD-src-a003314f3c283832a850fda5be7cd36d1391e5b2.zip
FreeBSD-src-a003314f3c283832a850fda5be7cd36d1391e5b2.tar.gz
MFC r312649:
Document mount option "nonc" for tmpfs.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/tmpfs.56
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index ca81ab8..6f785de 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -54,7 +54,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 17, 2017
+.Dd January 20, 2017
.Dt TMPFS 5
.Os
.Sh NAME
@@ -120,6 +120,10 @@ Defaults to the mount point's UID.
.It Cm mode
Specifies the mode (in octal notation) of the root inode of the file system.
Defaults to the mount point's mode.
+.It Cm nonc
+Do not use namecache to resolve names to files for the created mount.
+This saves memory, but currently might impair scalability for highly
+used mounts on large machines.
.It Cm inodes
Specifies the maximum number of nodes available to the file system.
If not specified, the file system chooses a reasonable maximum based on
OpenPOWER on IntegriCloud