On Wed, Jun 05, 2013 at 01:14:15PM -0400, Ted Unangst wrote: > 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.
that's fine. but i think there are other man pages that do this. so fixing one page is not a solution. (might be wrong though - haven;t checked) jmc
