From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 1/3] docs: add xenstore utility man page Date: Thu, 4 Jul 2013 15:25:25 +0100 Message-ID: <1372947927-10920-2-git-send-email-david.vrabel@citrix.com> References: <1372947927-10920-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1372947927-10920-1-git-send-email-david.vrabel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Ian Jackson , David Vrabel , Iam Campbell List-Id: xen-devel@lists.xenproject.org From: David Vrabel Signed-off-by: David Vrabel --- 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 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. -- 1.7.2.5