From 6e356d973236b1680efed80030c491af8641b304 Mon Sep 17 00:00:00 2001 From: gfk Date: Sat, 12 Jul 2003 13:41:54 +0000 Subject: [PATCH] Changed the underscores (_) for dashes (-) in the id fields because my XML parser didn't liked them. --- docs/lcdproc-dev/make-driver.docbook | 12 ++++++------ docs/lcdproc-dev/shared-files.docbook | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/lcdproc-dev/make-driver.docbook b/docs/lcdproc-dev/make-driver.docbook index c00f81a..2017bda 100644 --- a/docs/lcdproc-dev/make-driver.docbook +++ b/docs/lcdproc-dev/make-driver.docbook @@ -36,7 +36,7 @@ Of course, these functions will only work if the computer where LCDproc runs has port.h file defines 6 static inline functions for port I/O: - + Read a byte from port @@ -48,7 +48,7 @@ Of course, these functions will only work if the computer where LCDproc runs has Returns the content of the byte. - + Write a char(byte) 'val' to port @@ -61,7 +61,7 @@ Of course, these functions will only work if the computer where LCDproc runs has Returns nothing (void). - + Get access to a specific port @@ -74,7 +74,7 @@ Of course, these functions will only work if the computer where LCDproc runs has - + Close access to a specific port @@ -87,7 +87,7 @@ Of course, these functions will only work if the computer where LCDproc runs has - + Get access to multiple sequential ports @@ -100,7 +100,7 @@ Of course, these functions will only work if the computer where LCDproc runs has Returns 0 if successful, -1 if failed. - + Close access to multiple sequential ports diff --git a/docs/lcdproc-dev/shared-files.docbook b/docs/lcdproc-dev/shared-files.docbook index 5c858df..6fbca40 100644 --- a/docs/lcdproc-dev/shared-files.docbook +++ b/docs/lcdproc-dev/shared-files.docbook @@ -82,7 +82,7 @@ compiled without debugging. This way memory and CPU cycles are saved. report.h file defines 3 functions for debugging and reporting: - + Sets reporting level and message destination