aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2023-10-08 13:47:24 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2023-10-08 13:57:47 +0000
commit3ddd961db1ce8d9285e4d630bf6bfd5b99042a03 (patch)
treef7dffd4c69f343919c4c86f20863a49427431808
parent4b9aa38ef0e5bedcdd90b6627cc1c215037a1121 (diff)
downloadsrc-3ddd961db1ce8d9285e4d630bf6bfd5b99042a03.tar.gz
src-3ddd961db1ce8d9285e4d630bf6bfd5b99042a03.zip
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
-rw-r--r--sbin/mount_nfs/mount_nfs.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 7afbc6f691a0..d7b1ffdb7543 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -27,7 +27,7 @@
.\"
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
.\"
-.Dd June 14, 2023
+.Dd October 8, 2023
.Dt MOUNT_NFS 8
.Os
.Sh NAME
@@ -635,6 +635,7 @@ Same as
.It Fl t
Same as
.Fl o Cm retransmit Ns = Ns Aq Ar value
+(deprecated)
.It Fl w
Same as
.Fl o Cm wsize Ns = Ns Aq Ar value