[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-4.22] docs: remove non-breaking space from xen-command-line
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Roger Pau Monne <roger.pau@xxxxxxxxxx>
- Date: Mon, 8 Jun 2026 10:24:40 +0200
- 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=Wq3w8rflGScmxqel0yU37w/AwtiHB/aonOMjWLqmc/4=; b=Ig5Kmw0M0XmMcVxjllriEIJE2Pas8axlZQZ5fG806XqHWvJYRMRE+hUQJRL4lJaDI3cDgXVFqvZdl1Q+OtnpQoeAWMM0eKHP25XPQVLslq3JO/Fi6XIL4uLGgfUdbO8Pu/XHLLOyel9Kgg8rQ2zMseYUPyRVV5lJcaETTtBPEQ+2bZTEdFtIorwdz8q+E0YgdS9lr7LHH3FsPzjlxd6okxe9eCP+iI7CD3fpAwb2fvaRKn+hWGy+1Bww/gobbrEwhsX5PmOwWjYjHR7xp1pHx5r/r84PWWwtJxN+oUoSQgDI7o3yR/+cmft6efXSgM2YoeAjyFI0H5xskFz1sx0uow==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=CAp2OwKXo3iGUqCDKhLclnYdqeAR7xFhbGpIVRBEpkaZKbYkJvgTFkcwYrAzy+kXk6l02j/WUXXPL0q/X9y4mkJcqhGlHcsh//mbEw0H/zeH1AfTK3QQ4BjiamycZB6by4UaJQ/e3r9rlhMVCUcBx7GMEaIPiP/byWXntCG3jQ//Mr8cRR+Cd2BFVunxbwGV4S2gtO0BtGx2PBdRu0dLdl+sWfY7vbgOmBDX012qoYi73oo0ebszHxssy9A/8j32YCe0ojk8RUGiwVAntpKC0kKy+Vb8vQmvttEgbPMLRmmQ68zD22a20TxaIMmuJiuVq5AyeN6AHuUp7xdCt87s5w==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=citrix.com header.i="@citrix.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Roger Pau Monne <roger.pau@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Mon, 08 Jun 2026 08:25:18 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Fixes rendering of the generated html.
Fixes: 31d9c88a3857 ("pdx: introduce command line compression toggle")
Signed-of-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
---
docs/misc/xen-command-line.pandoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/misc/xen-command-line.pandoc
b/docs/misc/xen-command-line.pandoc
index 93c2a73f4ade..1c711fa98086 100644
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -2082,7 +2082,7 @@ for all of them (`true`), only for those subject to XPTI
(`xpti`) or for
those not subject to XPTI (`no-xpti`). The feature is used only in case
INVPCID is supported and not disabled via `invpcid=false`.
-### pdx-compress
+### pdx-compress
> `= <boolean>`
> Default: `true` if CONFIG_PDX_NONE is unset
--
2.53.0
|