diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-18 00:59:55 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-18 00:59:55 +0200 |
| commit | 2dad4c59c8107fd649b198dbb7105b229138caa8 (patch) | |
| tree | c49532a6a7cabde39c756fd157d2acc82ba62411 /man5/tmpfs.5 | |
| parent | a721e8b25faf1a33d32961f5b22fdfa0f4a82515 (diff) | |
| download | man-pages-2dad4c59c8107fd649b198dbb7105b229138caa8.tar.gz | |
cpuid.4, fd.4, full.4, initrd.4, lirc.4, msr.4, null.4, vcs.4, charmap.5, core.5, dir_colors.5, filesystems.5, gai.conf.5, hosts.equiv.5, locale.5, motd.5, networks.5, nscd.conf.5, nss.5, proc.5, protocols.5, repertoiremap.5, services.5, tmpfs.5, ttytype.5, intro.8, nscd.8: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/tmpfs.5')
| -rw-r--r-- | man5/tmpfs.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 index 43ccb4410a..5bdc8939c7 100644 --- a/man5/tmpfs.5 +++ b/man5/tmpfs.5 @@ -32,7 +32,7 @@ facility allows the creation of filesystems whose contents reside in virtual memory. Since the files on such filesystems typically reside in RAM, file access is extremely fast. - +.PP The filesystem is automatically created when mounting a filesystem with the type .BR tmpfs @@ -78,13 +78,13 @@ For a description of the mount options that may be employed when mounting a .B tmpfs filesystem, see .BR mount (8). - +.PP In order for user-space tools and applications to create .B tmpfs filesystems, the kernel must be configured with the .B CONFIG_TMPFS option. - +.PP The .BR tmpfs filesystem supports extended attributes (see @@ -92,7 +92,7 @@ filesystem supports extended attributes (see but .I user extended attributes are not permitted. - +.PP An internal shared memory filesystem is used for System V shared memory .RB ( shmget (2)) @@ -107,7 +107,7 @@ This filesystem is available regardless of whether the kernel was configured with the .B CONFIG_TMPFS option. - +.PP A .B tmpfs filesystem mounted at @@ -116,7 +116,7 @@ as used for the implementation of POSIX shared memory .RB ( shm_overview (7)) and POSIX semaphores .RB ( sem_overview (7)). - +.PP The amount of memory consumed by all .B tmpfs filesystems is shown in the @@ -127,7 +127,7 @@ and in the .I shared field displayed by .BR free (1). - +.PP The .B tmpfs facility was formerly called |
