All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc/iscsi: typo fix in doc/README.iscsi
@ 2014-01-18  2:59 Zhang Yanfei
  2014-01-18  3:17 ` FUJITA Tomonori
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Yanfei @ 2014-01-18  2:59 UTC (permalink / raw)
  To: fujita.tomonori; +Cc: stgt, Zhang Yanfei

From: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
---
 doc/README.iscsi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/README.iscsi b/doc/README.iscsi
index 4ff3028..9fc21dd 100644
--- a/doc/README.iscsi
+++ b/doc/README.iscsi
@@ -25,7 +25,7 @@ The following example creates a target with id 1 (the iqn is
 iqn.2001-04.com.example:storage.disk2.amiens.sys1.xyz) and adds a
 logical unit (backed by /dev/hdc1) with lun 1.
 
-Let's create one target devce.
+Let's create one target device.
 
 host:~/tgt$ su
 host:~/tgt# ./usr/tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2001-04.com.example:storage.disk2.amiens.sys1.xyz
@@ -113,7 +113,7 @@ Note "ACL information" section. "ALL" means that this target accepts
 any initiators. The ACL feature also provides the access control based
 on initiators' addresses.
 
-First, let's remove "ALL" options:
+First, let's remove "ALL" option:
 
 host:~/tgt# ./usr/tgtadm --lld iscsi --op unbind --mode target --tid 1 -I ALL
 host:~/tgt# ./usr/tgtadm --lld iscsi --op show --mode target
@@ -224,12 +224,12 @@ IFMarkInt=Reject
 MaxConnections=1
 
 
-You can chage iSCSI parameters like the folloing (e.g. set
+You can change iSCSI parameters like the following (e.g. set
 MaxRecvDataSegmentLength to 16384):
 
 host:~/tgt# ./usr/tgtadm --lld iscsi --mode target --op update --tid 1 --name MaxRecvDataSegmentLength --value 16384
 
-You can get iSCSI parameters again to see it change:
+You can get iSCSI parameters again to see its change:
 
 host:~/tgt# ./usr/tgtadm --lld iscsi --op show --mode target --tid 1
 MaxRecvDataSegmentLength=16384
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc/iscsi: typo fix in doc/README.iscsi
  2014-01-18  2:59 [PATCH] doc/iscsi: typo fix in doc/README.iscsi Zhang Yanfei
@ 2014-01-18  3:17 ` FUJITA Tomonori
  0 siblings, 0 replies; 2+ messages in thread
From: FUJITA Tomonori @ 2014-01-18  3:17 UTC (permalink / raw)
  To: zhangyanfei.yes; +Cc: fujita.tomonori, stgt, zhangyanfei

On Sat, 18 Jan 2014 10:59:28 +0800
Zhang Yanfei <zhangyanfei.yes@gmail.com> wrote:

> From: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
> 
> Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
> ---
>  doc/README.iscsi |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks a lot!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-18  3:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18  2:59 [PATCH] doc/iscsi: typo fix in doc/README.iscsi Zhang Yanfei
2014-01-18  3:17 ` FUJITA Tomonori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.