Module Name: src
Committed By: rin
Date: Sun Mar 14 02:56:07 UTC 2021
Modified Files:
src/share/man/man4: options.4
Log Message:
Document NFS_BOOT_UDP instead of NFS_BOOT_TCP; We've switched to
NFS over TCP by default.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.517 -r1.518 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.517 src/share/man/man4/options.4:1.518
--- src/share/man/man4/options.4:1.517 Fri Oct 9 01:49:53 2020
+++ src/share/man/man4/options.4 Sun Mar 14 02:56:07 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.517 2020/10/09 01:49:53 gutteridge Exp $
+.\" $NetBSD: options.4,v 1.518 2021/03/14 02:56:07 rin 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 October 9, 2020
+.Dd March 14, 2021
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -1194,8 +1194,8 @@ for details.
Reduce the size of the NFS client code by omitting code that's only required
for NFSv3 and NQNFS support, leaving only that code required to use NFSv2
servers.
-.It Cd options NFS_BOOT_TCP
-Use NFS over TCP instead of the default UDP, for mounting root.
+.It Cd options NFS_BOOT_UDP
+Use NFS over UDP instead of the default TCP, for mounting root.
.El
.Ss Buffer queue strategy options
The following options enable alternative buffer queue strategies.