]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (File Descriptors): Use a clearer layout for the
authorKevin Ryde <user42@zip.com.au>
Wed, 12 Dec 2001 00:01:36 +0000 (00:01 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 12 Dec 2001 00:01:36 +0000 (00:01 +0000)
forbidden file descriptors table.

doc/autoconf.texi

index c946a7df7cdc8d21f33ce241e1c58399aca05d85..eb2275613f68c7431491034f7633aa8a6c4dfd89 100644 (file)
@@ -7638,13 +7638,10 @@ executing the macro at all.
 Some file descriptors shall not be used, since some systems, admittedly
 arcane, use them for special purpose:
 
-@table @asis
-@item 3
-some systems may open it to @samp{/dev/tty}.
-
-@item 4
-used on the Kubota Titan.
-@end table
+@display
+3 --- some systems may open it to @samp{/dev/tty}.
+4 --- used on the Kubota Titan.
+@end display
 
 Don't redirect several times the same file descriptor, as you are doomed
 to failure under Ultrix.