[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/8] tools/xs-clients: add some man pages and fixes
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Thu, 12 Mar 2026 16:02:24 +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=BB7gtCRowD6Dq30amHt+wgRUOuqwYw33JUSa5zOhmN0=; b=h7qncnbnrFV0g9kDh+owHBRcLo6ug5cywb7L4249v5zOVSsA35ZneDOuqu5JwfQT/tkXZ31jles5chSF/9R+VJUKKRVHR1WjOr51c2/dcuD8G1wvZjW/1Vbr229W9W10OVpVTGanfuC8sLxQNQ/Si2G+g656lDMCEluBpKqjVsQFjlIXXfNxTUFHwAsxES69zORUBf9JBrIhmpgsiAMxUNYkjjKVnxOBoeAdiQ6jjdaMVYf+vfIWSprvZzgbjekzEpVqhVPV8y2GrYp99/iKQJzW7kkGSR3tWhO0l28+BvH04CDdIrBFym2LeWRaYgLq84vgFnId7+YcbJsT96qRFg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=efVoAg7JBhQUjeJqDsTUI2bpaXF1ZKRT2L4S6WyIUZHODOAikbAJVL6L15xDI3yV86Bd8TjfJxzJQRCyfSIzGzRSANnbjxh/wh7Elg0/5e4XgE4pXrygGdj08K0vJmbxomWI6IUvENLRuM0wrwN7eME0d+s6O54jCK+B4SCftl8J+0+z1qYmDt47eCLGeRp5jGPy8KCF1GSTekDxoMhssL52OTIEY8btxC7HZbbVpd9muws1IoQYAQP9TzF0g5i6qjLr1upHPHepXwztJlsy9kt/epBecy690fUW59emsX3Oy4w51EiMEsia2+AZNh5CZAMvSiqYBtLYVC30w0rRJw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Thu, 12 Mar 2026 16:02:35 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12/03/2026 3:50 pm, Juergen Gross wrote:
> Juergen Gross (8):
> docs: add -h parameter description to xenstore-* man pages
> docs: add man page for xenstore-exists
> docs: add man page for xenstore-list
> docs: add man page for xenstore-rm
> docs: add man page for xenstore-watch
> tools/xs-clients: don't exit with error when using -h parameter
> tools/xs-clients: fix usage information of xenstore-exists
> tools/xs-clients: fix output of "xenstore-list -p /"
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Two minor comments, both of which I can fix on commit if you're happy?
(With the patch 6 knock-on to patch 7).
~Andrew
|