aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2013-07-04 15:25:25 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-07-12 14:17:15 +0100
commitfbfcf225a4b726790a848692cc3830e29ef799b7 (patch)
treee8caa59a244561a9833fc4eb1613f32604b55f30 /docs
parent521ce5beba17a34324dbe0077cca85d347cf2b7d (diff)
downloadxen-fbfcf225a4b726790a848692cc3830e29ef799b7.tar.gz
xen-fbfcf225a4b726790a848692cc3830e29ef799b7.tar.bz2
xen-fbfcf225a4b726790a848692cc3830e29ef799b7.zip
docs: add xenstore utility man page
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xenstore.pod.152
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/man/xenstore.pod.1 b/docs/man/xenstore.pod.1
new file mode 100644
index 0000000000..74172891e2
--- /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.