discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Ingo Schwarze <schwarze@usta.de>
To: discuss@mdocml.bsd.lv
Cc: Nicolas Joly <njoly@pasteur.fr>
Subject: Re: Small rendering difference between nroff and mandoc
Date: Fri, 16 Nov 2012 19:57:04 +0100	[thread overview]
Message-ID: <20121116185704.GB18695@iris.usta.de> (raw)
In-Reply-To: <20121012150036.GA22434@lynche.sis.pasteur.fr>

Salut Nicolas,

Nicolas Joly wrote on Fri, Oct 12, 2012 at 05:00:36PM +0200:

> I recently started checking for differences between nroff and mandoc
> output for the NetBSD manpages. And noticed a small spacing difference
> between the tools. When a sentence ends with a macro followed by a
> punctuation mark mandoc does only output a single space character but
> nroff adds two.

As far as i could reproduce, two particular macros were affected,
namely .In and .Ap.  I just fixed those two in both OpenBSD and bsd.lv.

Should you find more, it would be kind if you could speak up again!

Thanks again for the report,
  Ingo

> By example with the select(2) man page :
> 
> njoly@lanfeust [~]> cat /usr/share/man/man2/select.2
> [...]
> a larger definition of
> .Dv FD_SETSIZE
> before the inclusion of
> .In sys/types.h .
> The kernel will cope,and the userland libraries provided with the
> system are also ready for large numbers of file descriptors.
> [...]
> 
> njoly@lanfeust [~]> nroff -mandoc /usr/share/man/man2/select.2
> [...]
>      providing a larger definition of FD_SETSIZE before the inclusion of
>      <sys/types.h>.  The kernel will cope,and the userland libraries provided
>      with the system are also ready for large numbers of file descriptors.
> 
> njoly@lanfeust [~]> mandoc /usr/share/man/man2/select.2
> [...]
>      by providing a larger definition of FD_SETSIZE before the inclusion of
>      <sys/types.h>. The kernel will cope,and the userland libraries provided
>      with the system are also ready for large numbers of file descriptors.
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

  parent reply	other threads:[~2012-11-16 18:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 15:00 Nicolas Joly
2012-10-12 16:46 ` Ingo Schwarze
2012-10-12 22:41   ` Nicolas Joly
2012-11-16 18:57 ` Ingo Schwarze [this message]
2012-11-17 10:49   ` Nicolas Joly
2012-11-18  0:07     ` Ingo Schwarze
2012-11-19 13:31       ` Nicolas Joly

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=20121116185704.GB18695@iris.usta.de \
    --to=schwarze@usta.de \
    --cc=discuss@mdocml.bsd.lv \
    --cc=njoly@pasteur.fr \
    /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).