diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-02-18 11:26:52 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-02-18 11:26:52 +0000 |
commit | 9c94eeb85538c74999cbb4b63956de674672b599 (patch) | |
tree | 8ab94d883c89076f6dd802f608768df4a8f8d3d0 | |
parent | 805636e7a5b4688cd8dbd8539309efb0f6893aba (diff) |
Remove another mention of linux a.out compat, spotted by jmc@. While there,
document option TMPFS. ok pirofti@
-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 |