Hi Edgar,
Edgar Pettijohn wrote on Mon, Feb 26, 2018 at 08:19:30PM -0600:
> Index: sigaction.2
> ===================================================================
> RCS file: /cvs/src/lib/libc/sys/sigaction.2,v
> retrieving revision 1.74
> diff -u -p -u -r1.74 sigaction.2
> --- sigaction.2 29 May 2017 11:13:09 -0000 1.74
> +++ sigaction.2 27 Feb 2018 02:15:43 -0000
> @@ -49,7 +49,7 @@ struct sigaction {
> };
> .Ed
> .Pp
> -.Fd #define sa_handler __sigaction_u.__sa_handler
> +.Fd #define sa_handler __sigaction_u.__sa_handler
> .Fd #define sa_sigaction __sigaction_u.__sa_sigaction
> .Ft int
> .Fn sigaction "int sig" "const struct sigaction *act" "struct
> sigaction *oact"
>
> I know this looks wrong in patch form, but after applied
> it lines up the '__sigaction's
Applied, thanks.
It is still not perfect because the effect of literal tabs
depends on the output device. It still doesn't line up
for -Thtml, -Tps, and -Tpdf.
But i agree that simply using a single tab is nicer than
using just a single blank since it lines up at least for terminal
output, which is the most important output device.
Yours,
Ingo