From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wonkity.com (wonkity.com [67.158.26.137]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id a7cfa15e; for ; Mon, 15 Dec 2014 19:19:45 -0500 (EST) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBG0JiBo038404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 15 Dec 2014 17:19:44 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sBG0JiQA038401 for ; Mon, 15 Dec 2014 17:19:44 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 15 Dec 2014 17:19:44 -0700 (MST) From: Warren Block To: discuss@mdocml.bsd.lv Subject: Paths with replaceable components Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 15 Dec 2014 17:19:44 -0700 (MST) Because no good deed goes unpunished, I have another markup question. We have another man page for the new autofs. One of the associated pages refers to this path: .Pa /net/nfs-server-ip/share-name/ "net" is a literal there, but "nfs-server-ip" and "share-name" are not. In DocBook, I'd mark them up as , to indicate to the reader that they are not literal. Is there a preferred mdoc way to do that in a path without splitting up the path components? -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv