Browse Source

Documentation/parport.txt: fix table to show on LaTeX

Sphinx doesn't like nested tables on the LaTex output.

So, change the table there to be displayed properly at
the PDF output.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Mauro Carvalho Chehab 9 năm trước cách đây
mục cha
commit
35a1beb9c4
1 tập tin đã thay đổi với 22 bổ sung11 xóa
  1. 22 11
      Documentation/parport.txt

+ 22 - 11
Documentation/parport.txt

@@ -132,6 +132,8 @@ The ``/proc/sys/dev/parport`` directory tree looks like::
 	|-- modes
 	|-- modes
 	`-- spintime
 	`-- spintime
 
 
+.. tabularcolumns:: |p{4.0cm}|p{13.5cm}|
+
 =======================	=======================================================
 =======================	=======================================================
 File			Contents
 File			Contents
 =======================	=======================================================
 =======================	=======================================================
@@ -154,17 +156,26 @@ File			Contents
 ``modes``		Parallel port's hardware modes, comma-separated,
 ``modes``		Parallel port's hardware modes, comma-separated,
 			meaning:
 			meaning:
 
 
-			=============== =======================================
-			PCSPP		PC-style SPP registers are available.
-			TRISTATE	Port is bidirectional.
-			COMPAT		Hardware acceleration for printers is
-					available and will be used.
-			EPP		Hardware acceleration for EPP protocol
-					is available and will be used.
-			ECP		Hardware acceleration for ECP protocol
-					is available and will be used.
-			DMA		DMA is available and will be used.
-			=============== =======================================
+			- PCSPP
+				PC-style SPP registers are available.
+
+			- TRISTATE
+				Port is bidirectional.
+
+			- COMPAT
+				Hardware acceleration for printers is
+				available and will be used.
+
+			- EPP
+				Hardware acceleration for EPP protocol
+				is available and will be used.
+
+			- ECP
+				Hardware acceleration for ECP protocol
+				is available and will be used.
+
+			- DMA
+				DMA is available and will be used.
 
 
 			Note that the current implementation will only take
 			Note that the current implementation will only take
 			advantage of COMPAT and ECP modes if it has an IRQ
 			advantage of COMPAT and ECP modes if it has an IRQ