Hi,
Jan Klemkow wrote on Mon, Jun 03, 2013 at 11:21:39PM +0200:
> This diff converts all obsolete '.Fd' tags into '.In' tags of manpages
> of category three. I hope this diff is ok so. If something is wrong
> with is, just wrote me and I will fix it.
Even though .Fd is not wrong, .In is nicer, so i like the idea.
I wouldn't have spent the time to write this patch,
but now that we have it, i'd like to see it go in.
I have checked it with these commands:
grep '^-[^-]' tmp.patch | sed 's/^-.Fd #include <//' | sed 's/>$//'
> minus.txt
grep '^+[^+]' tmp.patch | sed 's/^+.In //' > plus.txt
diff -u minus.txt plus.txt
Right now, i cannot easily commit it myself as my man tree is
full of M's.
So unless jmc@ objects, any developer who wants to should feel
free to commit this with ok schwarze@.
Thanks,
Ingo