From 138935bf8d4b37e094c08eea7a20efc0553e9694 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 17 May 2016 09:22:43 -0400 Subject: core: assorted typos and spelling mistakes reported by Debian lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also missing bang (!) in #!/bin/bash in shell scripts. Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b BUG: 1336793 Reported-by: Patrick Matthäi Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/14398 NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos Smoke: Gluster Build System Reviewed-by: Kotresh HR CentOS-regression: Gluster Build System --- doc/mount.glusterfs.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/mount.glusterfs.8') diff --git a/doc/mount.glusterfs.8 b/doc/mount.glusterfs.8 index 4cb7772971d..4e82c2fd57d 100644 --- a/doc/mount.glusterfs.8 +++ b/doc/mount.glusterfs.8 @@ -80,7 +80,7 @@ Set entry timeout to SECONDS in fuse kernel module [default: 1] Set fuse module's background queue length to N [default: 64] .TP \fBgid\-timeout=\fRSECONDS -Set auxilary group list timeout to SECONDS for fuse translator [default: 0] +Set auxiliary group list timeout to SECONDS for fuse translator [default: 0] .TP \fBnegative\-timeout=\fRSECONDS Set negative timeout to SECONDS in fuse kernel module [default: 0] @@ -99,7 +99,7 @@ Set fuse module's congestion threshold to N [default: 48] \fBbackup\-volfile\-servers=\fRSERVERLIST Provide list of backup volfile servers in the following format [default: None] -\fB$ mount -t glusterfs -obackup-volfile-servers=:\fR +\fB$ mount \-t glusterfs \-obackup\-volfile\-servers=:\fR \fB :...: :/ \fR .TP @@ -107,7 +107,7 @@ Provide list of backup volfile servers in the following format [default: None] \fBbackupvolfile\-server=\fRSERVER Provide list of backup volfile servers in the following format [default: None] -\fB $ mount -t glusterfs -obackupvolfile-server= +\fB $ mount \-t glusterfs \-obackupvolfile\-server= \fB :/ .TP -- cgit