From: David Vrabel Date: Thu, 4 Jul 2013 14:25:25 +0000 (+0100) Subject: docs: add xenstore utility man page X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6649 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fbfcf225a4b726790a848692cc3830e29ef799b7;p=xen.git docs: add xenstore utility man page Signed-off-by: David Vrabel --- 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 I ... + +=head1 DESCRIPTION + +A set of utilities for interacting with Xenstore. + +=over + +=item B(1) + +Sets the permissions of keys. + +=item B(1) + +Test for the existance of a key. + +=item B(1) + +List keys. + +=item B(1) + +List keys, values and permissions. + +=item B(1) + +Read the value of a key. + +=item B(1) + +Remove keys. + +=item B(1) + +Watch for changes to keys or values. + +=item B(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.