From nobody Mon Mar 23 21:25:01 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=quarantine dis=quarantine) header.from=suse.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1773318190606804.7098665564492; Thu, 12 Mar 2026 05:23:10 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.1252253.1549001 (Exim 4.92) (envelope-from ) id 1w0f40-00064p-Fg; Thu, 12 Mar 2026 12:22:52 +0000 Received: by outflank-mailman (output) from mailman id 1252253.1549001; Thu, 12 Mar 2026 12:22:52 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1w0f40-00064i-C9; Thu, 12 Mar 2026 12:22:52 +0000 Received: by outflank-mailman (input) for mailman id 1252253; Thu, 12 Mar 2026 12:22:50 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1w0f3y-00063r-M6 for xen-devel@lists.xenproject.org; Thu, 12 Mar 2026 12:22:50 +0000 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 2e4da46f-1e0e-11f1-9ccf-f158ae23cfc8; Thu, 12 Mar 2026 13:22:48 +0100 (CET) Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id DC3295BCC3; Thu, 12 Mar 2026 12:22:47 +0000 (UTC) Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id B749A3FF79; Thu, 12 Mar 2026 12:22:47 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id +NYxKxewsmmLbgAAD6G6ig (envelope-from ); Thu, 12 Mar 2026 12:22:47 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 2e4da46f-1e0e-11f1-9ccf-f158ae23cfc8 Authentication-Results: smtp-out2.suse.de; none From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Anthony PERARD Subject: [PATCH 1/4] docs: add man page for xenstore-exists Date: Thu, 12 Mar 2026 13:22:37 +0100 Message-ID: <20260312122240.2784725-2-jgross@suse.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260312122240.2784725-1-jgross@suse.com> References: <20260312122240.2784725-1-jgross@suse.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Server: rspamd2.dmz-prg2.suse.org X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Rspamd-Queue-Id: DC3295BCC3 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Action: no action X-Spam-Flag: NO X-Spam-Score: -4.00 X-Spam-Level: X-ZM-MESSAGEID: 1773318192092158500 Content-Type: text/plain; charset="utf-8" There is no man page for xenstore-exists, add it. Signed-off-by: Juergen Gross --- docs/man/xenstore-exists.1.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/man/xenstore-exists.1.pod diff --git a/docs/man/xenstore-exists.1.pod b/docs/man/xenstore-exists.1.pod new file mode 100644 index 0000000000..c4d9eeecaf --- /dev/null +++ b/docs/man/xenstore-exists.1.pod @@ -0,0 +1,17 @@ +=3Dhead1 NAME + +xenstore-exists - test Xenstore key to exist + +=3Dhead1 SYNOPSIS + +B I + +=3Dhead1 DESCRIPTION + +Tests whether the specified Xenstore I is readable and sets +the exit value accordingly (B<0> if I is readable, B<1> if not). + +=3Dhead1 BUGS + +Send bugs to xen-devel@lists.xenproject.org, see +https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how= to send bug reports. --=20 2.53.0