Module Name:    src
Committed By:   tnn
Date:           Sat Mar  7 23:17:47 UTC 2020

Modified Files:
        src/share/man/man4: options.4

Log Message:
correct documentation for options TFTPROOT

TFTPROOT does *not* require MEMORY_DISK_IS_ROOT. In fact, it doesn't
work at all when MEMORY_DISK_IS_ROOT is set, because then setroot()
tries to perform dhcp on md0 instead of the network card.


To generate a diff of this commit:
cvs rdiff -u -r1.508 -r1.509 src/share/man/man4/options.4

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

Modified files:

Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.508 src/share/man/man4/options.4:1.509
--- src/share/man/man4/options.4:1.508	Sat Feb  8 07:07:06 2020
+++ src/share/man/man4/options.4	Sat Mar  7 23:17:47 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: options.4,v 1.508 2020/02/08 07:07:06 maxv Exp $
+.\"	$NetBSD: options.4,v 1.509 2020/03/07 23:17:47 tnn Exp $
 .\"
 .\" Copyright (c) 1996
 .\" 	Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd February 8, 2020
+.Dd March 7, 2020
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -1323,10 +1323,9 @@ embedded in the kernel using
 .Xr mdsetimage 8 .
 The RAM disk name is obtained using DHCP's filename parameter.
 This option requires
-.Em MEMORY_DISK_HOOKS ,
-.Em MEMORY_DISK_DYNAMIC ,
+.Em MEMORY_DISK_HOOKS
 and
-.Em MEMORY_DISK_IS_ROOT .
+.Em MEMORY_DISK_DYNAMIC .
 It is incompatible with
 .Em MEMORY_DISK_ROOT_SIZE .
 .It Cd options HZ=integer

Reply via email to