discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Ingo Schwarze <schwarze@usta.de>
To: discuss@mdocml.bsd.lv
Subject: Re: Paths with replaceable components
Date: Tue, 16 Dec 2014 21:05:42 +0100	[thread overview]
Message-ID: <20141216200542.GC16561@iris.usta.de> (raw)
In-Reply-To: <alpine.BSF.2.11.1412160934060.41961@wonkity.com>

Hi Warren,

Warren Block wrote on Tue, Dec 16, 2014 at 09:41:02AM -0700:
> On Tue, 16 Dec 2014, Ingo Schwarze wrote:
>> Warren Block wrote on Mon, Dec 15, 2014 at 05:19:44PM -0700:

>>> 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 <replaceable>, 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?

>> I would mark up the path like this:
>> .Pf /net/ Ar nfs-server-ip Ns / Ns Ar share-name Ns /

> Nice!

Heh, i feared you would consider that "splitting up the path".
All the better you don't.

>> Why do you want to avoid splitting up the path components?

> I tried it, and it just seemed to make it longer.  More
> interpretation was required by the reader, and it was just unwieldy.
> One version:
> 
> Access to files on a remote NFS server is provided through the
> .Pa /net
> directory.
> Inside that directory are subdirectories for each NFS server IP
> address and the exported directories.
> For example, files in the
> .Pa artwork
> directory on the NFS server at 192.168.1.202 will appear in the
> .Pa /net/192.168.1.202/artwork
> directory without any additional configuration.

Yikes!  Indeed, splitting it up in that sense adds nothing
but verbosity.

> Certainly that can be improved, but I prefer the clarity of having
> one full path shown with replaceable arguments.

Indeed.

> Thanks!

You are welcome.

Yours,
  Ingo
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

      reply	other threads:[~2014-12-16 20:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-16  0:19 Warren Block
2014-12-16  1:38 ` Ingo Schwarze
2014-12-16 16:41   ` Warren Block
2014-12-16 20:05     ` Ingo Schwarze [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141216200542.GC16561@iris.usta.de \
    --to=schwarze@usta.de \
    --cc=discuss@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).