diff options
author | brueffer <brueffer@FreeBSD.org> | 2007-06-18 18:58:15 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2007-06-18 18:58:15 +0000 |
commit | 9e61fe37f90ea5a7bb319e4c27e5220de93eb838 (patch) | |
tree | 2e52fff906e818aaa963e942fc092fc443b5050c | |
parent | a6ca42cfee8f550d86bea0c568a5111676451ec5 (diff) | |
download | FreeBSD-src-9e61fe37f90ea5a7bb319e4c27e5220de93eb838.zip FreeBSD-src-9e61fe37f90ea5a7bb319e4c27e5220de93eb838.tar.gz |
Complete SYNOPSIS and some cleanup.
-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 dc2f584..e18ccd4 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. |