Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Document NFS_BOOT_UDP instead of NFS_BOOT_TCP...



details:   https://anonhg.NetBSD.org/src/rev/a9f74ee06127
branches:  trunk
changeset: 953599:a9f74ee06127
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Mar 14 02:56:07 2021 +0000

description:
Document NFS_BOOT_UDP instead of NFS_BOOT_TCP; We've switched to
NFS over TCP by default.

Bump date.

diffstat:

 share/man/man4/options.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 2efda10d07c9 -r a9f74ee06127 share/man/man4/options.4
--- a/share/man/man4/options.4  Sun Mar 14 02:53:57 2021 +0000
+++ b/share/man/man4/options.4  Sun Mar 14 02:56:07 2021 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index