diff mbox

manpage: make serverino and noserverino option descriptions clear

Message ID 1305797638-7063-1-git-send-email-piastry@etersoft.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Pavel Shilovsky May 19, 2011, 9:33 a.m. UTC
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
---
 mount.cifs.8 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jeff Layton May 20, 2011, 11:39 a.m. UTC | #1
On Thu, 19 May 2011 13:33:58 +0400
Pavel Shilovsky <piastry@etersoft.ru> wrote:

> Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
> ---
>  mount.cifs.8 |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mount.cifs.8 b/mount.cifs.8
> index 2ebe19d..ddecb2a 100644
> --- a/mount.cifs.8
> +++ b/mount.cifs.8
> @@ -363,12 +363,12 @@ When the CIFS Unix Extensions are not negotiated, attempt to create device files
>  .PP
>  serverino
>  .RS 4
> -Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on the client\&. Although server inode numbers make it easier to spot hardlinked files (as they will have the same inode numbers) and inode numbers may be persistent (which is userful for some sofware), the server does not guarantee that the inode numbers are unique if multiple server side mounts are exported under a single share (since inode numbers on the servers might not be unique if multiple filesystems are mounted under the same shared higher level directory)\&. Note that not all servers support returning server inode numbers, although those that support the CIFS Unix Extensions, and Windows 2000 and later servers typically do support this (although not necessarily on every local server filesystem)\&. Parameter has no effect if the server lacks support for returning inode numbers or equivalent\&.
> +Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on the client\&. Although server inode numbers make it easier to spot hardlinked files (as they will have the same inode numbers) and inode numbers may be persistent (which is userful for some sofware), the server does not guarantee that the inode numbers are unique if multiple server side mounts are exported under a single share (since inode numbers on the servers might not be unique if multiple filesystems are mounted under the same shared higher level directory)\&. Note that not all servers support returning server inode numbers, although those that support the CIFS Unix Extensions, and Windows 2000 and later servers typically do support this (although not necessarily on every local server filesystem)\&. Parameter has no effect if the server lacks support for returning inode numbers or equivalent\&. This behavior is enabled by default\&.
>  .RE
>  .PP
>  noserverino
>  .RS 4
> -Client generates inode numbers (rather than using the actual one from the server) by default\&.
> +Client generates inode numbers itself rather than using the actual ones from the server\&.
>  .sp
>  See section
>  \fIINODE NUMBERS\fR

Looks good. Committed.

Thanks,
diff mbox

Patch

diff --git a/mount.cifs.8 b/mount.cifs.8
index 2ebe19d..ddecb2a 100644
--- a/mount.cifs.8
+++ b/mount.cifs.8
@@ -363,12 +363,12 @@  When the CIFS Unix Extensions are not negotiated, attempt to create device files
 .PP
 serverino
 .RS 4
-Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on the client\&. Although server inode numbers make it easier to spot hardlinked files (as they will have the same inode numbers) and inode numbers may be persistent (which is userful for some sofware), the server does not guarantee that the inode numbers are unique if multiple server side mounts are exported under a single share (since inode numbers on the servers might not be unique if multiple filesystems are mounted under the same shared higher level directory)\&. Note that not all servers support returning server inode numbers, although those that support the CIFS Unix Extensions, and Windows 2000 and later servers typically do support this (although not necessarily on every local server filesystem)\&. Parameter has no effect if the server lacks support for returning inode numbers or equivalent\&.
+Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on the client\&. Although server inode numbers make it easier to spot hardlinked files (as they will have the same inode numbers) and inode numbers may be persistent (which is userful for some sofware), the server does not guarantee that the inode numbers are unique if multiple server side mounts are exported under a single share (since inode numbers on the servers might not be unique if multiple filesystems are mounted under the same shared higher level directory)\&. Note that not all servers support returning server inode numbers, although those that support the CIFS Unix Extensions, and Windows 2000 and later servers typically do support this (although not necessarily on every local server filesystem)\&. Parameter has no effect if the server lacks support for returning inode numbers or equivalent\&. This behavior is enabled by default\&.
 .RE
 .PP
 noserverino
 .RS 4
-Client generates inode numbers (rather than using the actual one from the server) by default\&.
+Client generates inode numbers itself rather than using the actual ones from the server\&.
 .sp
 See section
 \fIINODE NUMBERS\fR