From patchwork Mon Dec 30 21:00:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maximilian Engelhardt X-Patchwork-Id: 13923456 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9567BE77197 for ; Mon, 30 Dec 2024 21:01:26 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.863552.1274957 (Exim 4.92) (envelope-from ) id 1tSMt3-0007m3-Pi; Mon, 30 Dec 2024 21:01:17 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 863552.1274957; Mon, 30 Dec 2024 21:01:17 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tSMt3-0007lh-L9; Mon, 30 Dec 2024 21:01:17 +0000 Received: by outflank-mailman (input) for mailman id 863552; Mon, 30 Dec 2024 21:01:15 +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 1tSMt1-0006nk-PN for xen-devel@lists.xenproject.org; Mon, 30 Dec 2024 21:01:15 +0000 Received: from mx1.somlen.de (typhoon.somlen.de [89.238.64.140]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 344ec987-c6f1-11ef-99a4-01e77a169b0f; Mon, 30 Dec 2024 22:01:14 +0100 (CET) Received: by mx1.somlen.de with ESMTPSA id A0742506D34; Mon, 30 Dec 2024 22:01:13 +0100 (CET) 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: 344ec987-c6f1-11ef-99a4-01e77a169b0f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daemonizer.de; s=202303; t=1735592473; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VKAAcZsb1zf/Sx09ApHUwHb6yPd9REXI9uLqVexVt6k=; b=EZfsna/WG9f6kP91AejpJsdQ7VK0QiUtVLhv5Sp6HtKy3F7uyqz4og5RhrBUli1Lmm0h/Z v0Ck/JjX0YVdygeJnrRK7YrA4PA81Jqg1zbW1XMQFB9sGSmeH0r94p7hKYSMzy+utqZmLb 5LQLry8jvw/pkxOvG8IbGWvwKzVPokSMWp264GJvEr8CsaMfjnAfzQnNd4F6YagO/C3tZ3 SW0VNSv0VIy3mjM2a7sIN5yyBjX1r5xO0ryT5G04iU3jSyjxm9HTilknbJ5oF1cuSOJk87 wd4O1j0W36S4fXibXvAkgCiwuprUFiODabUuVdMcuay2BTOWxM0JChMWrebn5Q== From: Maximilian Engelhardt To: xen-devel@lists.xenproject.org Cc: Maximilian Engelhardt , Anthony PERARD Subject: [XEN PATCH 4/5] docs/man: fix typo: hexidecimal -> hexadecimal Date: Mon, 30 Dec 2024 22:00:32 +0100 Message-Id: <3a3f8f625af48fe2cac19bfab976c811c6cec6f4.1735585600.git.maxi@daemonizer.de> In-Reply-To: References: MIME-Version: 1.0 This was found by the lintian tool (Debian package checker) during packaging xen for Debian. Signed-off-by: Maximilian Engelhardt --- docs/man/xl-pci-configuration.5.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/xl-pci-configuration.5.pod b/docs/man/xl-pci-configuration.5.pod index db3360307c..ec76f590b7 100644 --- a/docs/man/xl-pci-configuration.5.pod +++ b/docs/man/xl-pci-configuration.5.pod @@ -89,7 +89,7 @@ device. For example, running L in a Linux guest where B was specified as C<8> would identify the device as C<00:08.0>. Virtual domain and bus numbers are always 0. -B This parameter is always parsed as a hexidecimal value. +B This parameter is always parsed as a hexadecimal value. =item Default Value