mount_nfs(8): Indicate that the -t option is deprecated
authorBenedict Reuschling <bcr@FreeBSD.org>
Sun, 8 Oct 2023 13:47:24 +0000 (13:47 +0000)
committerBenedict Reuschling <bcr@FreeBSD.org>
Sun, 8 Oct 2023 13:57:47 +0000 (13:57 +0000)
commit3ddd961db1ce8d9285e4d630bf6bfd5b99042a03
treef7dffd4c69f343919c4c86f20863a49427431808
parent4b9aa38ef0e5bedcdd90b6627cc1c215037a1121
mount_nfs(8): Indicate that the -t option is deprecated

In mount_nfs.c the -t option is deprecated and advises to use
timeout=<N> instead. However, since that refers to NFS over UDP, which
is not used nowadays, mark this option as deprecated in the man page.

PR: 260611
Suggested by: rmacklem
sbin/mount_nfs/mount_nfs.8