improve legibility of structs in several manpages
authorjan <jan@openbsd.org>
Sun, 21 Nov 2021 23:44:55 +0000 (23:44 +0000)
committerjan <jan@openbsd.org>
Sun, 21 Nov 2021 23:44:55 +0000 (23:44 +0000)
commit0215088dcfeeb0cfd8b5db1e4ee70f0905e18034
treeefeaef0cff4de47c87965546c2cd4da3f1e9e838
parentc9989a63e9e08ce5601f18723d41620630c38f71
improve legibility of structs in several manpages

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 on certain places in our
source.

with improvements from schwarze@

OK schwarze@
15 files changed:
lib/libc/sys/kbind.2
lib/libc/sys/kqueue.2
lib/libc/sys/ktrace.2
lib/libc/sys/nfssvc.2
lib/libc/sys/poll.2
lib/libc/sys/ptrace.2
lib/libc/sys/read.2
lib/libc/sys/recv.2
lib/libc/sys/semctl.2
lib/libc/sys/shmctl.2
lib/libc/sys/sigaltstack.2
lib/libc/sys/stat.2
lib/libc/sys/statfs.2
lib/libc/sys/swapctl.2
lib/libc/sys/write.2