[Bug 260611] NFS man page references non-existent -o retransmit option

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Oct 2023 01:18:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260611

--- Comment #3 from Rick Macklem <rmacklem@FreeBSD.org> ---
Don't know. You would have to find an old man page (pre-nmount)
that describes what "-t" meant way back when.

The code in mount_nfs.c deprecates "-t" and says that "timeout=<N>"
should be used instead.

However, "timeout=<N>" is almost useless now, since it refers to
the initial timeout for NFS over UDP, which is almost never used
any more.

I'd suggest indicating "deprecated" next to "-t" and leave it
at that.

rick

-- 
You are receiving this mail because:
You are on the CC list for the bug.