On Wed, Jun 05, 2013 at 17:56, Jason McIntyre wrote:
> we should be careful here. mandoc renders it like this:
> 
> SYNOPSIS
> #include <ufs/ufs/quota.h> /* for ufs quotas */
> #include <unistd.h>
> 
> whereas groff does this:
> 
> SYNOPSIS
> #include <ufs/ufs/quota.h>
> /* for ufs quotas */ #include <unistd.h>
> 
> our mdoc(7) states that .In should have exactly one argument. i don;t
> think groff says the same, but it does document (groff_mdoc(7)) that .In
> causes a newline after its argument.

I think we should delete the comment. It should not be surprising that
a function manipulating quotas needs to include the quota header.

Reply via email to