[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using tbl(1) for structure definitions
From: |
Ralph Corderoy |
Subject: |
Re: Using tbl(1) for structure definitions |
Date: |
Wed, 27 Jul 2022 07:41:05 +0100 |
Hi Alex,
> +.TS
> +l lB lB l1 lX.
> +\& u64 flags; /* T{
> +.BR O_ *
> +flags */
> +T}
> +\& u64 mode; /* T{
> +Mode for
> +.BR O_ { CREAT , TMPFILE }
> +*/
> +T}
The inline font escapes, \fB...\fP, were much more readable because I
could still see, and check, the structure of the C source code.
tbl(1) could well be overkill here; tabs may do.
--
Cheers, Ralph.
- Using tbl(1) for structure definitions, Alejandro Colomar, 2022/07/26
- Re: Using tbl(1) for structure definitions, Alejandro Colomar, 2022/07/26
- Re: Using tbl(1) for structure definitions, G. Branden Robinson, 2022/07/26
- Re: Using tbl(1) for structure definitions, Alejandro Colomar (man-pages), 2022/07/27
- Re: Using tbl(1) for structure definitions, Ralph Corderoy, 2022/07/27
- Re: Using tbl(1) for structure definitions, G. Branden Robinson, 2022/07/29
- Re: Using tbl(1) for structure definitions, Alejandro Colomar, 2022/07/29
- Re: Using tbl(1) for structure definitions, G. Branden Robinson, 2022/07/29
- Re: Using tbl(1) for structure definitions, Alejandro Colomar, 2022/07/29
- Re: Using tbl(1) for structure definitions, G. Branden Robinson, 2022/07/29