diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2007-06-18 18:58:15 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2007-06-18 18:58:15 +0000 |
| commit | 038304b8ee4cbd1e329d8eac3ad5a2d8eb7fa002 (patch) | |
| tree | 2e52fff906e818aaa963e942fc092fc443b5050c /share | |
| parent | ab376ee705281efdc1355be936515a14aaa608b3 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/tmpfs.5 | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index dc2f584a4218..e18ccd449112 100644 --- a/share/man/man5/tmpfs.5 +++ b/share/man/man5/tmpfs.5 @@ -26,13 +26,27 @@ .\" .\" $FreeBSD$ .\" -.Dd June 16, 2007 +.Dd June 18, 2007 .Dt TMPFS 5 .Os .Sh NAME .Nm tmpfs -.Nd "tmpfs the efficient memory file system" +.Nd "efficient memory file system" .Sh SYNOPSIS +To compile this driver into the kernel, +place the following line in your +kernel configuration file: +.Bd -ragged -offset indent +.Cd "options TMPFS" +.Ed +.Pp +Alternatively, to load the driver as a +module at boot time, place the following line in +.Xr loader.conf 5 : +.Bd -literal -offset indent +tmpfs_load="YES" +.Ed + To load as a kernel loadable module: .Pp .Dl "kldload tmpfs" @@ -80,5 +94,6 @@ This manual page was written by The .Nm kernel implementation is currently considered as -an experimental feature. Some file system mount +an experimental feature. +Some file system mount time options are not well supported. |
