diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-01-06 00:52:22 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-01-06 00:52:22 +0000 |
commit | e39efa1fa4c2caadefaca992f85ec5b5422282ec (patch) | |
tree | 1a137f90a3e64b06601f8a213259ffe1d99e233a /share/man/man5 | |
parent | f30c3bf0623c9102c5bab3e4e1b5fed5e27e3a36 (diff) |
Mention tmpfs
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/fstab.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index a139b7eb242..e68ab2f8d35 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.47 2013/09/23 12:14:19 ajacoutot Exp $ +.\" $OpenBSD: fstab.5,v 1.48 2014/01/06 00:52:21 brad Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fstab.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 23 2013 $ +.Dd $Mdocdate: January 6 2014 $ .Dt FSTAB 5 .Os .Sh NAME @@ -123,6 +123,10 @@ An NTFS filesystem. A local filesystem containing process information. .It swap A disk partition to be used for swapping. +.It tmpfs +A local memory-based +.Ux +filesystem. .It udf A UDF filesystem. .It vnd |