Mail Archives: djgpp-workers/1998/11/03/09:03:26
On Mon, 2 Nov 1998, Nate Eldredge wrote:
> I've done one better, and actually implemented the @multitable format.
> I was too lazy to do the column width prototypes, so the columns are
> fixed width, but it looks a lot nicer. Patch attached.
Tried it. It works. It even revealed a bug in one of the .txh files,
whereby the Portability section was plugged into a middle of an @example.
Patch below.
> It probably comes out as something real pretty in TeX, too.
Yes, it does. I printed several pages, just to look ;-).
*** src/libc/dos/compat/d_getftm.t~0 Mon Nov 2 17:23:36 1998
--- src/libc/dos/compat/d_getftm.txh Tue Nov 3 13:34:52 1998
***************
*** 16,25 ****
@smallexample
F E D C B A 9 8 7 6 5 4 3 2 1 0 (bits)
X X X X X X X X X X X X X X X X
- @subheading Portability
-
- @portability !ansi, !posix
-
*-----------------------* *-----------* *---------------*
year month day
--- 16,21 ----
***************
*** 52,57 ****
--- 48,57 ----
Returns 0 if successful and return DOS error on error (and sets
@var{errno}=EBADF).
+
+ @subheading Portability
+
+ @portability !ansi, !posix
@subheading Example
- Raw text -