From patchwork Fri Jun 21 09:30:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 11009121 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 84DF11398 for ; Fri, 21 Jun 2019 09:31:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 71EF328249 for ; Fri, 21 Jun 2019 09:31:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 621A7289DA; Fri, 21 Jun 2019 09:31:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 69D3328249 for ; Fri, 21 Jun 2019 09:31:48 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1heFs8-0006zh-JR; Fri, 21 Jun 2019 09:30:16 +0000 Received: from us1-rack-dfw2.inumbo.com ([104.130.134.6]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1heFs6-0006zc-9s for xen-devel@lists.xenproject.org; Fri, 21 Jun 2019 09:30:14 +0000 X-Inumbo-ID: 2b1229b1-9407-11e9-8980-bc764e045a96 Received: from mo6-p01-ob.smtp.rzone.de (unknown [2a01:238:20a:202:5301::4]) by us1-rack-dfw2.inumbo.com (Halon) with ESMTPS id 2b1229b1-9407-11e9-8980-bc764e045a96; Fri, 21 Jun 2019 09:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1561109411; s=strato-dkim-0002; d=aepfle.de; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=xxdswEIu/QTUWfLGt8VS7MJmXb2fumz0I97gZTr1xpc=; b=JwoHAiu9o6+vTQVxJysxv5GlwLOh8Odd2RUFkLzwG7sgLa2+2R5cZPmqI4XlVGYfq7 Cw1iUurd1hY6FvfJFRPMixjFSaBeG+7KCz7NmUqWs4/VqFyXzDpc+lXFwKZccQVHUmsd M8wTF/Ef9o1+p4ciTaaf/WfetOh2+HJhV9EcpIszVuV/P+72cTzfJIQ18dhMuWBv6Pgb WdyV7s6P3lyrZR9vkk2FuPt+D+zkK/zb1KGRH6fg9DEh32lkvEPh1ExSk0rBvJb0Dj2w ya0EFbqNQUHu7GpR/wuwdVdZRpTIUCCPvRhLSplTPaI3XQYK5+A3ng7nUX9d6vRAY8jo K5nw== X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuznLRsvz6zGrN/JP2665" X-RZG-CLASS-ID: mo00 Received: from sender by smtp.strato.de (RZmta 44.24 AUTH) with ESMTPSA id 60b3d8v5L9U7B6b (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Fri, 21 Jun 2019 11:30:07 +0200 (CEST) From: Olaf Hering To: xen-devel@lists.xenproject.org Date: Fri, 21 Jun 2019 11:30:05 +0200 Message-Id: <20190621093005.29329-1-olaf@aepfle.de> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v1] docs: substitute XEN_CONFIG_DIR in xl.conf.5 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Olaf Hering , Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" X-Virus-Scanned: ClamAV using ClamSMTP xl(1) opens xl.conf in XEN_CONFIG_DIR. Substitute this variable also in the man page. Signed-off-by: Olaf Hering Reviewed-by: Anthony PERARD --- docs/man/xl.1.pod.in | 2 +- docs/man/xl.conf.5.pod.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/xl.1.pod.in b/docs/man/xl.1.pod.in index 3d64eaa5b2..fb17153635 100644 --- a/docs/man/xl.1.pod.in +++ b/docs/man/xl.1.pod.in @@ -50,7 +50,7 @@ setup the bridge. If you specify the amount of memory dom0 has, passing B to Xen, it is highly recommended to disable B. Edit -B and set it to 0. +B<@XEN_CONFIG_DIR@/xl.conf> and set it to 0. =item run xl as B diff --git a/docs/man/xl.conf.5.pod.in b/docs/man/xl.conf.5.pod.in index 2beb2119a8..b16036aaeb 100644 --- a/docs/man/xl.conf.5.pod.in +++ b/docs/man/xl.conf.5.pod.in @@ -1,6 +1,6 @@ =head1 NAME -/etc/xen/xl.conf - XL Global/Host Configuration +@XEN_CONFIG_DIR@/xl.conf - XL Global/Host Configuration =head1 DESCRIPTION