diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index acd4d9cd1d8..da88feb54d9 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.233 2013/12/13 19:59:03 naddy Exp $ +.\" $OpenBSD: options.4,v 1.234 2014/02/18 11:26:51 sthen Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: December 13 2013 $ +.Dd $Mdocdate: February 18 2014 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -67,8 +67,7 @@ field in sockaddrs. On those architectures that support it, this enables binary compatibility with .Em Linux -ELF and a.out -applications built for the same architecture. +ELF applications built for the same architecture. This option is supported on the i386 architecture. See .Xr compat_linux 8 . @@ -266,6 +265,11 @@ Includes code for the UDF file systems typically found on DVD discs. See .Xr mount_udf 8 for details. +.It Cd option TMPFS +Includes code for the TMPFS efficient memory file system. +See +.Xr mount_tmpfs 8 +for details. .El .Sh FILE SYSTEM OPTIONS .Bl -ohang |