diff options
author | kib <kib@FreeBSD.org> | 2017-02-02 01:21:55 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-02-02 01:21:55 +0000 |
commit | 96413020c324b010a7fe7febe571f213bdedb892 (patch) | |
tree | bdc96e58932c0e8294d7e6bad013c45792f4cc15 | |
parent | 26bb17b098c1d6eafb5a0b254b1e8dc607cad1c5 (diff) | |
download | FreeBSD-src-96413020c324b010a7fe7febe571f213bdedb892.zip FreeBSD-src-96413020c324b010a7fe7febe571f213bdedb892.tar.gz |
MFC r312649:
Document mount option "nonc" for tmpfs.
-rw-r--r-- | share/man/man5/tmpfs.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index a95e12e..5e26c75 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 |