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