summaryrefslogtreecommitdiffstats
path: root/doc/networking
diff options
context:
space:
mode:
Diffstat (limited to 'doc/networking')
-rw-r--r--doc/networking/PCIreg.txt2
-rw-r--r--doc/networking/decdriver.t35
-rw-r--r--doc/networking/networkflow.txt2
-rw-r--r--doc/networking/networktasks.t14
-rw-r--r--doc/networking/recvbd.txt2
5 files changed, 16 insertions, 39 deletions
diff --git a/doc/networking/PCIreg.txt b/doc/networking/PCIreg.txt
new file mode 100644
index 0000000000..adff06479e
--- /dev/null
+++ b/doc/networking/PCIreg.txt
@@ -0,0 +1,2 @@
+Figure: PCI Device's Configuration Header Space Format
+ (Not available in ASCII version of this document.)
diff --git a/doc/networking/decdriver.t b/doc/networking/decdriver.t
index 1f567b4eac..1c6c077c54 100644
--- a/doc/networking/decdriver.t
+++ b/doc/networking/decdriver.t
@@ -72,24 +72,14 @@ on a PowerPC target.
@c PCI Device's Configuration Header Space Format
@c
-@ifset use-ascii
-@example
-@group
-There is no ASCII version of the PCI Device's Configuration Header Space Format
-@end group
-@end example
-@end ifset
-
-@ifset use-tex
-@image{PCIreg}
-@end ifset
-
-@c @image{PCIreg}
+@ifclear use-html
+@image{PCIreg,,,PCI Device's Configuration Header Space Format}
+@end ifclear
@ifset use-html
@c <IMG SRC="PCIreg.jpg" WIDTH=500 HEIGHT=600 ALT="PCI Device's Configuration Header Space Format">
@html
-<IMG SRC="PCIreg.jpg" ALT="PCI Device's Configuration Header Space Format">
+ <IMG SRC="PCIreg.jpg" ALT="PCI Device's Configuration Header Space Format">
@end html
@end ifset
@@ -160,20 +150,9 @@ please refer to the [DEC21140 Hardware Manual].
@c Buffer Descriptor
@c
-@ifset use-ascii
-@example
-@group
-XXXXX reference it in the previous paragraph
-XXXXX insert recvbd.eps
-XXXXX Caption Buffer Descriptor
-@end group
-@end example
-@end ifset
-
-@ifset use-tex
-@image{recvbd}
-@end ifset
-
+@ifclear use-html
+@image{recvbd,,,"Buffer Descriptor"}
+@end ifclear
@ifset use-html
@c <IMG SRC="recvbd.jpg" WIDTH=500 HEIGHT=600 ALT="Buffer Descriptor">
diff --git a/doc/networking/networkflow.txt b/doc/networking/networkflow.txt
new file mode 100644
index 0000000000..86d8d720fb
--- /dev/null
+++ b/doc/networking/networkflow.txt
@@ -0,0 +1,2 @@
+Figure: Network Task Structure and Data Flow
+ (Not available in ASCII version of this document.)
diff --git a/doc/networking/networktasks.t b/doc/networking/networktasks.t
index dc0faa9758..f133f58c4e 100644
--- a/doc/networking/networktasks.t
+++ b/doc/networking/networktasks.t
@@ -14,17 +14,9 @@ A schematic diagram of the tasks and message @b{mbuf} queues in a
simple RTEMS networking application is shown in the following
figure:
-@ifset use-ascii
-@example
-@group
-NO ASCII VERSION OF THE TASKING FIGURE IS AVAILABLE
-@end group
-@end example
-@end ifset
-
-@ifset use-tex
-@image{networkflow,5in,6in}
-@end ifset
+@ifclear use-html
+@image{networkflow,5in,6in,"Network Task Structure and Data Flow"}
+@end ifclear
@ifset use-html
@html
diff --git a/doc/networking/recvbd.txt b/doc/networking/recvbd.txt
new file mode 100644
index 0000000000..ca60e7e826
--- /dev/null
+++ b/doc/networking/recvbd.txt
@@ -0,0 +1,2 @@
+Figure: Buffer Descriptor
+ (Not available in ASCII version of this document.)