qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples
@ 2014-11-03 12:48 arei.gonglei
  2014-11-03 14:11 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  2014-11-04 13:32 ` [Qemu-devel] " Eric Blake
  0 siblings, 2 replies; 6+ messages in thread
From: arei.gonglei @ 2014-11-03 12:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Gonglei, mjt, peter.huangpeng

From: Gonglei <arei.gonglei@huawei.com>

Fix typos made people confuesd:
1)
$ certtool --generate-certificate \
           --load-ca-certificate ca-cert.pem \
           --load-ca-privkey ca-key.pem \
           --load-privkey server server-key.pem \
           --template server.info \
           --outfile server-cert.pem
Too many arguments
Try `certtool --help' for more information.
2)
$ certtool --generate-certificate \
           --load-ca-certificate ca-cert.pem \
           --load-ca-privkey ca-key.pem \
           --load-privkey client-key.pem \
           --template client.info \
           --outfile client-cert.pem
error parsing command line: client.info: unknown option 'organiazation'
at position 67 in config file

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
 qemu-doc.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 9973090..ad418f8 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1631,7 +1631,7 @@ EOF
 # certtool --generate-certificate \
            --load-ca-certificate ca-cert.pem \
            --load-ca-privkey ca-key.pem \
-           --load-privkey server server-key.pem \
+           --load-privkey server-key.pem \
            --template server.info \
            --outfile server-cert.pem
 @end example
@@ -1654,7 +1654,7 @@ the secure CA private key:
 country = GB
 state = London
 locality = London
-organiazation = Name of your organization
+organization = Name of your organization
 cn = client.foo.example.com
 tls_www_client
 encryption_key
-- 
1.7.12.4

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] qemu-doc.texi: fix typos for x509 examples
  2014-11-03 12:48 [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples arei.gonglei
@ 2014-11-03 14:11 ` Michael Tokarev
  2014-11-04 13:32 ` [Qemu-devel] " Eric Blake
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2014-11-03 14:11 UTC (permalink / raw)
  To: arei.gonglei, qemu-devel; +Cc: qemu-trivial, peter.huangpeng

Applied to -trivial, thank you!

/mjt

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

* Re: [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples
  2014-11-03 12:48 [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples arei.gonglei
  2014-11-03 14:11 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
@ 2014-11-04 13:32 ` Eric Blake
  2014-11-05  0:23   ` Gonglei
  2014-11-05  6:53   ` Michael Tokarev
  1 sibling, 2 replies; 6+ messages in thread
From: Eric Blake @ 2014-11-04 13:32 UTC (permalink / raw)
  To: arei.gonglei, qemu-devel; +Cc: qemu-trivial, mjt, peter.huangpeng

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

On 11/03/2014 01:48 PM, arei.gonglei@huawei.com wrote:
> From: Gonglei <arei.gonglei@huawei.com>
> 
> Fix typos made people confuesd:

Spelling:
s/confuesd/confused/

Grammar: would read better as:

Fix typos that caused confusion for some people:

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 539 bytes --]

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

* Re: [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples
  2014-11-04 13:32 ` [Qemu-devel] " Eric Blake
@ 2014-11-05  0:23   ` Gonglei
  2014-11-05  6:53   ` Michael Tokarev
  1 sibling, 0 replies; 6+ messages in thread
From: Gonglei @ 2014-11-05  0:23 UTC (permalink / raw)
  To: Eric Blake
  Cc: qemu-trivial@nongnu.org, mjt@tls.msk.ru, qemu-devel@nongnu.org,
	Huangpeng (Peter)

On 2014/11/4 21:32, Eric Blake wrote:

> On 11/03/2014 01:48 PM, arei.gonglei@huawei.com wrote:
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> Fix typos made people confuesd:
> 
> Spelling:
> s/confuesd/confused/
> 
> Grammar: would read better as:
> 
> Fix typos that caused confusion for some people:
> 

Thanks.
Mybe /mjt would correct me directly?

Best regards,
-Gonglei

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

* Re: [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples
  2014-11-04 13:32 ` [Qemu-devel] " Eric Blake
  2014-11-05  0:23   ` Gonglei
@ 2014-11-05  6:53   ` Michael Tokarev
  2014-11-05  6:57     ` Gonglei
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Tokarev @ 2014-11-05  6:53 UTC (permalink / raw)
  To: Eric Blake, arei.gonglei, qemu-devel; +Cc: qemu-trivial, peter.huangpeng

04.11.2014 16:32, Eric Blake wrote:
> On 11/03/2014 01:48 PM, arei.gonglei@huawei.com wrote:
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> Fix typos made people confuesd:
> 
> Spelling:
> s/confuesd/confused/
> 
> Grammar: would read better as:
> 
> Fix typos that caused confusion for some people:

I just removed whole commit message (besides the subject
line), because the patch is self-explanatory anyway.
Hopefully it's okay.. ;)

Thanks,

/mjt

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

* Re: [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples
  2014-11-05  6:53   ` Michael Tokarev
@ 2014-11-05  6:57     ` Gonglei
  0 siblings, 0 replies; 6+ messages in thread
From: Gonglei @ 2014-11-05  6:57 UTC (permalink / raw)
  To: Michael Tokarev
  Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Huangpeng (Peter)

On 2014/11/5 14:53, Michael Tokarev wrote:

> 04.11.2014 16:32, Eric Blake wrote:
>> On 11/03/2014 01:48 PM, arei.gonglei@huawei.com wrote:
>>> From: Gonglei <arei.gonglei@huawei.com>
>>>
>>> Fix typos made people confuesd:
>>
>> Spelling:
>> s/confuesd/confused/
>>
>> Grammar: would read better as:
>>
>> Fix typos that caused confusion for some people:
> 
> I just removed whole commit message (besides the subject
> line), because the patch is self-explanatory anyway.
> Hopefully it's okay.. ;)
> 

OK, thanks.

Best regards,
-Gonglei

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

end of thread, other threads:[~2014-11-05  6:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 12:48 [Qemu-devel] [PATCH] qemu-doc.texi: fix typos for x509 examples arei.gonglei
2014-11-03 14:11 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-11-04 13:32 ` [Qemu-devel] " Eric Blake
2014-11-05  0:23   ` Gonglei
2014-11-05  6:53   ` Michael Tokarev
2014-11-05  6:57     ` Gonglei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).