[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/4] docs: add man page for xenstore-rm
- To: Juergen Gross <jgross@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Thu, 12 Mar 2026 13:22:30 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=V00vEOcDnCEcyt0UCegcczHt7TbBGG3md43HW5Fnsqw=; b=xNjaD3mcE2Uvus2ddfzWMdh2RdHM4ean+UovPmXgCKlODg1D5BCOjMg+gLTkX1ROPTyEP508marp0gD9VuihWirCB9wY0NKoyUsHRkWYIi3zMzgW7ZMBqaLwLkrKKSIGRJeol4n7X5xuxK2RsKBTs1XHBSjGZHiPhSI5aqU7eSWCW1EtoFILIqty2OUR5WGvwDh5bPPahICyG/5LhnPR1Myn1T2kxBsOW8DYmhwT7AsmRM69tedAyrWOLswsGtOTs/kK80v4eOcl0yU0hG0mrkW7t62hM0yA2RxtFKq6jdfXEoNs73vn9weLndKGzzPXGqTys1GlhYp4RqYUEln9dw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=E7+ugwDgoNY8AkRksLvZmi+o8hVv0liTjgOdetPOh/oNfJuDWnmk/B1CTxkcIRxeBRneKoEu+W1kvxj/Dd/XC2eOK7ibtebwx75voMmk+F1+/HO73jhyGNtsv3R70SJ0UWt9ZywmGtikpoFMy/vRY/mJfUASFi9mg8krecf21fMKQSKIkSNgZ+crpJvCQB5aTzASxfBEb+aHN55K0CcEWo12dr6zflcA16DTfIU64Uvb4kHTq00NPYsRY4nSezyWoBFKQ25J2sW8QJ9/X5WwHGOfBPgHcoLTodA8dk4ddFDmvVMVV1bhjZr+ZV0iDSuvVQsxmICX2ncKZeHdsC095g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Thu, 12 Mar 2026 13:22:47 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12/03/2026 12:22 pm, Juergen Gross wrote:
> There is no man page for xenstore-rm, add it.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> ---
> docs/man/xenstore-rm.1.pod | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
> create mode 100644 docs/man/xenstore-rm.1.pod
>
> diff --git a/docs/man/xenstore-rm.1.pod b/docs/man/xenstore-rm.1.pod
> new file mode 100644
> index 0000000000..a85b971113
> --- /dev/null
> +++ b/docs/man/xenstore-rm.1.pod
> @@ -0,0 +1,24 @@
> +=head1 NAME
> +
> +xenstore-rm - remove Xenstore keys
> +
> +=head1 SYNOPSIS
> +
> +B<xenstore-rm> [I<OPTION>]... [I<PATH>]...
> +
> +=head1 DESCRIPTION
> +
> +Remove one or more Xenstore B<PATH>s.
> +
> +=over
> +
> +=item B<-t>
> +
> +Tidy up Xenstore keys which got all children removed.
> +
> +=back
> +
> +=head1 BUGS
> +
> +Send bugs to xen-devel@xxxxxxxxxxxxxxxxxxxx, see
> +https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how
> to send bug reports.
# xenstore-rm
xenstore-rm: Usage: xenstore-rm [-h] [-t] key [...]
Looking at xenstore_client.c, this is common to all. Shouldn't it be
included in the manpages ?
~Andrew
|