Hi Jeremy,
Jeremy Evans wrote on Mon, Dec 05, 2011 at 02:32:10PM -0800:
> This makes ruby-module(5) much easier to read. mandoc -Tlint doesn't
> complain, but I'm not sure if the the Bl/It/El and Dl macro usage is
> appropriate.
Yes, both are just fine.
> OKs?
ok schwarze@.
But please fix one detail:
> Index: ruby-module.5
> ===================================================================
> RCS file: /cvs/src/share/man/man5/ruby-module.5,v
> retrieving revision 1.1
> diff -u -p -r1.1 ruby-module.5
> --- ruby-module.5 5 Dec 2011 20:03:25 -0000 1.1
> +++ ruby-module.5 5 Dec 2011 22:27:23 -0000
[...]
> In order for ruby 1.9, rubinius, and jruby packages to be built from the same
> port directory, any gem dependencies specified in the port should use this
> -format: category/ruby-foo,${MODRUBY_FLAVOR}.
> +format:
> +.sp
s/^\.sp/.Pp/
Do not use the low-level roff(7) macros .br or .sp
when there is a way to avoid them.
> +.Dl category/ruby-foo,${MODRUBY_FLAVOR}
> +.Pp
[...]
Yours,
Ingo