svn commit: r323473 - stable/11/share/man/man5
Ian Lepore
ian at FreeBSD.org
Mon Sep 11 22:43:03 UTC 2017
Author: ian
Date: Mon Sep 11 22:43:01 2017
New Revision: 323473
URL: https://svnweb.freebsd.org/changeset/base/323473
Log:
MFC r323341:
Clarify that the size option is in bytes by default, but also accepts the
usual SI suffixes.
Modified:
stable/11/share/man/man5/tmpfs.5
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man5/tmpfs.5
==============================================================================
--- stable/11/share/man/man5/tmpfs.5 Mon Sep 11 22:39:59 2017 (r323472)
+++ stable/11/share/man/man5/tmpfs.5 Mon Sep 11 22:43:01 2017 (r323473)
@@ -54,7 +54,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 20, 2017
+.Dd September 8, 2017
.Dt TMPFS 5
.Os
.Sh NAME
@@ -131,7 +131,9 @@ the file system size, which can be limited with the
.Cm size
option.
.It Cm size
-Specifies the total file system size in bytes.
+Specifies the total file system size in bytes, unless suffixed
+with one of k, m, g, t, or p, which denote byte, kilobyte,
+megabyte, gigabyte, terabyte and petabyte respectively.
If zero (the default) or a value larger than SIZE_MAX - PAGE_SIZE
is given, the available amount of memory (including
main memory and swap space) will be used.
More information about the svn-src-stable
mailing list