From: David Vrabel <david.vrabel@citrix.com>
To: xen-devel@lists.xen.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
David Vrabel <david.vrabel@citrix.com>,
Iam Campbell <ian.campbell@citrix.com>
Subject: [PATCH 1/3] docs: add xenstore utility man page
Date: Thu, 4 Jul 2013 15:25:25 +0100 [thread overview]
Message-ID: <1372947927-10920-2-git-send-email-david.vrabel@citrix.com> (raw)
In-Reply-To: <1372947927-10920-1-git-send-email-david.vrabel@citrix.com>
From: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
---
docs/man/xenstore.pod.1 | 52 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 docs/man/xenstore.pod.1
diff --git a/docs/man/xenstore.pod.1 b/docs/man/xenstore.pod.1
new file mode 100644
index 0000000..7417289
--- /dev/null
+++ b/docs/man/xenstore.pod.1
@@ -0,0 +1,52 @@
+=head1 NAME
+
+xenstore - interact with Xenstore
+
+=head1 SYNOPSIS
+
+B<xenstore> I<CMD> ...
+
+=head1 DESCRIPTION
+
+A set of utilities for interacting with Xenstore.
+
+=over
+
+=item B<xenstore-chmod>(1)
+
+Sets the permissions of keys.
+
+=item B<xenstore-exists>(1)
+
+Test for the existance of a key.
+
+=item B<xenstore-list>(1)
+
+List keys.
+
+=item B<xenstore-ls>(1)
+
+List keys, values and permissions.
+
+=item B<xenstore-read>(1)
+
+Read the value of a key.
+
+=item B<xenstore-rm>(1)
+
+Remove keys.
+
+=item B<xenstore-watch>(1)
+
+Watch for changes to keys or values.
+
+=item B<xenstore-write>(1)
+
+Add or modify keys and values.
+
+=back
+
+=head1 BUGS
+
+Send bugs to xen-devel@lists.xen.org, see
+http://wiki.xen.org/xenwiki/ReportingBugs on how to send bug reports.
--
1.7.2.5
next prev parent reply other threads:[~2013-07-04 14:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 14:25 [PATCHv2 0/3] docs: add (some) xenstore utility man pages David Vrabel
2013-07-04 14:25 ` David Vrabel [this message]
2013-07-04 14:25 ` [PATCH 2/3] docs: add xenstore-ls man page David Vrabel
2013-07-04 14:25 ` [PATCH 3/3] docs: add xenstore-chmod " David Vrabel
2013-07-12 10:07 ` [PATCHv2 0/3] docs: add (some) xenstore utility man pages David Vrabel
2013-07-12 10:14 ` Ian Campbell
2013-07-12 13:18 ` [PATCHv2 0/3] docs: add (some) xenstore utility man pages [and 1 more messages] Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372947927-10920-2-git-send-email-david.vrabel@citrix.com \
--to=david.vrabel@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).