discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Warren Block <wblock@wonkity.com>
To: discuss@mdocml.bsd.lv
Subject: Formatting of .Xo and .Xc
Date: Fri, 3 Mar 2017 11:23:22 -0700 (MST)	[thread overview]
Message-ID: <alpine.BSF.2.20.1703031114430.41407@wonkity.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

FreeBSD's syslogd.8 man page was recently edited.  One rendered portion 
looks like this:

          The allowed_peer option may be any of the following:

          ipaddr[/masklen][:service]
          ipaddr[/prefixlen][:service]    Accept datagrams from ipaddr,
                                          ipaddr can be specified as an
                                          IPv4 address or as an IPv6
                                          address enclosed with ‘[’ and


Ideally, the two options for IP address would render vertically aligned 
with the description, like this:

          ipaddr[/masklen][:service]      Accept datagrams from ipaddr,
          ipaddr[/prefixlen][:service]    ipaddr can be specified as an

Is that even possible?

The source for that section:

   The
   .Ar allowed_peer
   option may be any of the following:
   .Bl -tag -width "ipaddr[/prefixlen][:service]XX"
   .It Xo
   .Sm off
   .Ar ipaddr
   .Op / Ar masklen
   .Op \&: Ar service
   .Pp
   .Ar ipaddr
   .Op / Ar prefixlen
   .Op \&: Ar service
   .Sm on
   .Xc
   Accept datagrams from
   .Ar ipaddr ,
   .Ar ipaddr
   can be specified as an IPv4 address or as an IPv6

Full source at 
https://svnweb.freebsd.org/base/head/usr.sbin/syslogd/syslogd.8?view=co

Thanks!

             reply	other threads:[~2017-03-03 18:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03 18:23 Warren Block [this message]
2017-03-03 23:18 ` Ingo Schwarze

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=alpine.BSF.2.20.1703031114430.41407@wonkity.com \
    --to=wblock@wonkity.com \
    --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).