[sheepdog] [PATCH] man: fix some typos

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Sat Jul 7 22:32:12 CEST 2012


From: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>

This patch is based on the github pull request from Takashi.

  https://github.com/collie/sheepdog/pull/31

Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 man/collie.8  |    2 +-
 man/sheep.8   |    4 ++--
 man/sheepfs.8 |   12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/man/collie.8 b/man/collie.8
index 5cbe1d1..4bcf909 100644
--- a/man/collie.8
+++ b/man/collie.8
@@ -1,7 +1,7 @@
 .TH SHEEPDOG 2012-06-27
 .SH NAME
 collie \- Command line utility for the sheep daemon
-.SH SNYNOPSIS
+.SH SYNOPSIS
 .B "collie <command> <subcommand> [options]"
 .SH DESCRIPTION
 .B collie
diff --git a/man/sheep.8 b/man/sheep.8
index 4a4f115..737f91b 100644
--- a/man/sheep.8
+++ b/man/sheep.8
@@ -1,7 +1,7 @@
 .TH SHEEPDOG 2012-07-3
 .SH NAME
 sheep \- Distributed Block Storage System for KVM
-.SH SNYNOPSIS
+.SH SYNOPSIS
 .B "sheep [options] [PATH]"
 .SH DESCRIPTION
 .B sheep
@@ -39,7 +39,7 @@ This option specify the zone id.
 This option specify the cluster driver.
 .TP
 .BI \-g "\fR, \fP" \--gateway
-Make the progam run as a gateway mode (same as '-v 0').
+Make the program run as a gateway mode (same as '-v 0').
 .TP
 .BI \-l "\fR, \fP" \--loglevel
 Specify the level of logging detail.
diff --git a/man/sheepfs.8 b/man/sheepfs.8
index 7850534..9596893 100644
--- a/man/sheepfs.8
+++ b/man/sheepfs.8
@@ -1,7 +1,7 @@
 .TH SHEEPDOG 2012-06-27
 .SH NAME
-sheepfs \- A pseudo file system exports both Sheepdog's internal state as well as Sheepdog's stroage
-.SH SNYNOPSIS
+sheepfs \- A pseudo file system exports both Sheepdog's internal state as well as Sheepdog's storage
+.SH SYNOPSIS
 .B "sheepfs [OPTION]... MOUNTPOINT"
 .SH DESCRIPTION
 .B sheepfs
@@ -17,13 +17,13 @@ virtual machines use the sheep daemon via a block driver available in qemu(1).
 
 Sheepfs is a FUSE-based pseudo file system in userland to access both
 Sheepdog's internal state (for e.g, cluster info, vdi list) as well as
-Sheepdog's high reliable stroage.
+Sheepdog's high reliable storage.
 
-The idea here is that its sometimes useful that we can envision our interactio
+The idea here is that its sometimes useful that we can envision our interaction
 with an Sheepdog's object in terms of a directory structure and filesystem
 operations.
 
-People mighte be mostly intrested into sheepfs's volume directory, which export
+People might be mostly interested into sheepfs's volume directory, which export
 VM's volume as a pseudo block file in your local file system hierarchy, which
 can be used as
 
@@ -33,7 +33,7 @@ can be used as
 
 3. a loop device file for some VM's image, which you want to access(RW) its internal data.
 
-4. stroage media for other hypervisor, such as XEN
+4. storage media for other hypervisor, such as XEN
 
 This file abstraction integrates well into kernel's pagecache.
 .SH OPTIONS
-- 
1.7.9.5




More information about the sheepdog mailing list