diff options
author | James Shubin <james@shubin.ca> | 2013-12-21 03:35:37 -0500 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-23 10:12:41 -0800 |
commit | 879be836145f1d0b4bc381e7416ca8bd0811b718 (patch) | |
tree | f4d0e63b67c578bbb7077bdc8b3c97b62d7f5a83 /xlators/nfs | |
parent | 1cc90698094f9483ee8b9731aef96e1a777a7887 (diff) |
Fix typos, and spacing issues.
Change-Id: I459ba4e87e9bc4f1c373f7abe8701bfa8450253c
BUG: 1045690
Signed-off-by: James Shubin <james@shubin.ca>
Reviewed-on: http://review.gluster.org/6556
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/nfs')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 8c895c66d92..4ab5cbc9077 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -1604,8 +1604,8 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_BOOL, .default_value = "on", .description = "Disable or enable the AUTH_UNIX authentication type." - "Must always be enabled for better interoperability." - "However, can be disabled if needed. Enabled by" + "Must always be enabled for better interoperability. " + "However, can be disabled if needed. Enabled by " "default" }, { .key = {"rpc-auth.auth-null"}, @@ -1621,8 +1621,8 @@ struct volume_options options[] = { .description = "Disable or enable the AUTH_UNIX authentication type " "for a particular exported volume overriding defaults" " and general setting for AUTH_UNIX scheme. Must " - "always be enabled for better interoperability." - "However, can be disabled if needed. Enabled by" + "always be enabled for better interoperability. " + "However, can be disabled if needed. Enabled by " "default." }, { .key = {"rpc-auth.auth-unix.*.allow"}, @@ -1631,8 +1631,8 @@ struct volume_options options[] = { .description = "Disable or enable the AUTH_UNIX authentication type " "for a particular exported volume overriding defaults" " and general setting for AUTH_UNIX scheme. Must " - "always be enabled for better interoperability." - "However, can be disabled if needed. Enabled by" + "always be enabled for better interoperability. " + "However, can be disabled if needed. Enabled by " "default." }, { .key = {"rpc-auth.auth-null.*"}, @@ -1673,7 +1673,7 @@ struct volume_options options[] = { .default_value = "none", .description = "Reject a comma separated list of addresses and/or" " hostnames from connecting to the server. By default," - " all connections are allowed. This allows users to" + " all connections are allowed. This allows users to " "define a rule for a specific exported volume." }, { .key = {"rpc-auth.ports.insecure"}, @@ -1770,8 +1770,8 @@ struct volume_options options[] = { { .key = {"nfs.*.disable"}, .type = GF_OPTION_TYPE_BOOL, .default_value = "false", - .description = "This option is used to start or stop NFS server" - "for individual volume." + .description = "This option is used to start or stop the NFS server " + "for individual volumes." }, { .key = {"nfs.nlm"}, |