tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ipcs(1) manual page
On Thu, Nov 13, 2025 at 21:06:11 -0500, Jan Schaumann wrote:
> +.Sh OUTPUT
We don't religiously stick to the list of sections in mdoc.samples,
but I think "OUTPUT" is stretching it beyound reasonable.
> +.Bl -tag -width CREATOR
> +.It T
> +The type of facility, identified as:
> +.Bl -tag -width n -offset indent
> +.It m
> +shared memory segment
Plain words as an argument to -width is almost always a bad idea.
This is bound to look wrong for PostScript output where words in
proportional fonts have different widths. Also tags should almost
always be marked up somehow (.Sy or .Li in this case, I'd guess), even
if things look the same in plain text. Please, always check how your
man pages look when formatted with groff -Tps (don't use mandoc ps
output - last time I checked it was horrible; use ps2pdf to
postprocess for comfortable viewing if necessary).
-uwe
Home |
Main Index |
Thread Index |
Old Index