Re: diff: improve legibility of structs in several manpages

2021-11-20 Thread Ingo Schwarze
Hi Jan, sorry that i failed to look at this earlier. Even with your diff, the style is still not completely consistent. I think that inside .Bd -literal, the best style is exactly the same as in source code: structname{ typename; type*name; }; where * can be more than one tab if some of

diff: improve legibility of structs in several manpages

2021-10-26 Thread Jan Klemkow
Hello, This diff harmonises the indentation of struct members and comments in several manpages. Also fixes line wraps of comments on 80 column terminals. General uses tabs for general indentation and 4 spaces on tight spots. Also uses extra space to align pointers and non-pointers as we do this