Discussion:
[Xen-changelog] [xen master] docs/man: Fix two typos detected by the Debian lintian tool
p***@xen.org
2018-10-11 00:44:12 UTC
Permalink
commit e72b4c6a4681bcb5bcb8923ca7c3d394490afab3
Author: Ian Jackson <***@citrix.com>
AuthorDate: Wed Oct 3 18:44:18 2018 +0100
Commit: Ian Jackson <***@eu.citrix.com>
CommitDate: Mon Oct 8 15:20:18 2018 +0100

docs/man: Fix two typos detected by the Debian lintian tool

Signed-off-by: Ian Jackson <***@citrix.com>
Acked-by: Wei Liu <***@citrix.com>
---
docs/man/xenstore.pod.1 | 2 +-
docs/man/xl.pod.1.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/man/xenstore.pod.1 b/docs/man/xenstore.pod.1
index 74172891e2..dd8f80647d 100644
--- a/docs/man/xenstore.pod.1
+++ b/docs/man/xenstore.pod.1
@@ -18,7 +18,7 @@ Sets the permissions of keys.

=item B<xenstore-exists>(1)

-Test for the existance of a key.
+Test for the existence of a key.

=item B<xenstore-list>(1)

diff --git a/docs/man/xl.pod.1.in b/docs/man/xl.pod.1.in
index b74764dcd3..18006880d6 100644
--- a/docs/man/xl.pod.1.in
+++ b/docs/man/xl.pod.1.in
@@ -1398,7 +1398,7 @@ Creates a new network device in the domain specified by I<domain-id>.
I<network-device> describes the device to attach, using the same format as the
B<vif> string in the domain config file. See L<xl.cfg(5)> and
L<xl-network-configuration(5)>
-for more informations.
+for more information.

Note that only attaching PV network interfaces is supported.

--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...