discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* Formatting of .Xo and .Xc
@ 2017-03-03 18:23 Warren Block
  2017-03-03 23:18 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Warren Block @ 2017-03-03 18:23 UTC (permalink / raw)
  To: discuss

[-- 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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-03 23:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 18:23 Formatting of .Xo and .Xc Warren Block
2017-03-03 23:18 ` Ingo Schwarze

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).