Module Name:    src
Committed By:   martin
Date:           Sat Jun  7 10:03:44 UTC 2014

Modified Files:
        src/sbin/mount_tmpfs: mount_tmpfs.8

Log Message:
Remove reference to (no longer) fixed 4 mbyte kernel memory being reserved,
it is now dynamic.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_tmpfs/mount_tmpfs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mount_tmpfs/mount_tmpfs.8
diff -u src/sbin/mount_tmpfs/mount_tmpfs.8:1.17 src/sbin/mount_tmpfs/mount_tmpfs.8:1.18
--- src/sbin/mount_tmpfs/mount_tmpfs.8:1.17	Wed Dec  4 18:05:21 2013
+++ src/sbin/mount_tmpfs/mount_tmpfs.8	Sat Jun  7 10:03:44 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount_tmpfs.8,v 1.17 2013/12/04 18:05:21 wiz Exp $
+.\"	$NetBSD: mount_tmpfs.8,v 1.18 2014/06/07 10:03:44 martin Exp $
 .\"
 .\" Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 4, 2013
+.Dd June 7, 2014
 .Dt MOUNT_TMPFS 8
 .Os
 .Sh NAME
@@ -83,8 +83,10 @@ man page for possible options and their 
 Specifies the total file system size in bytes.
 If zero is given (the default), the available amount of memory (including
 main memory and swap space) will be used.
-Note that four megabytes are always reserved for the system and cannot
+Note that some memory is always reserved for the system and cannot
 be assigned to the file system.
+The exact amount depends on the available memory and details of the
+kernel memory usage, it might even change slightly during runtime.
 .Ar Size
 can alternatively be specified as a percentage of the available
 system ram by using the notation

Reply via email to