]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch
mount.nfs.man: Update distinction between mount.nfs and mount.nfs4 (Closes: #575503)
[nfs-utils.git] / debian / patches / 16-mount-nfs-man-update-distinction-mount.nfs-mount.nfs4.patch
1 From: Ben Hutchings <ben@decadent.org.uk>
2 Subject: [PATCH] mount.nfs.man: Update distinction between mount.nfs and mount.nfs4
3
4 This addresses Debian bug #575503.
5
6 --- nfs-utils.orig/utils/mount/mount.nfs.man
7 +++ nfs-utils/utils/mount/mount.nfs.man
8 @@ -15,16 +15,20 @@
9  .BR mount (8)
10  command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality.
11  
12 -.BR mount.nfs4 
13 -is used for mounting NFSv4 file system, while 
14 -.BR mount.nfs 
15 -is used to mount NFS file systems versions 3 or 2.
16  .I remotetarget 
17  is a server share usually in the form of 
18  .BR servername:/path/to/share.
19  .I dir 
20  is the directory on which the file system is to be mounted.
21  
22 +Under Linux 2.6.32 and later kernel versions,
23 +.BR mount.nfs
24 +can mount all NFS file system versions.  Under earlier Linux kernel versions,
25 +.BR mount.nfs4
26 +must be used for mounting NFSv4 file systems while
27 +.BR mount.nfs
28 +must be used for NFSv3 and v2.
29 +
30  .SH OPTIONS
31  .TP
32  .BI "\-r"