Преглед изворни кода

Fix few missing bold on error codes of the documentation

Stéphane Raimbault пре 11 година
родитељ
комит
4fb681f6d9

+ 1 - 1
doc/modbus_mapping_new.txt

@@ -32,7 +32,7 @@ successful. Otherwise it shall return NULL and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-ENOMEM::
+*ENOMEM*::
 Not enough memory
 Not enough memory
 
 
 
 

+ 1 - 1
doc/modbus_read_bits.txt

@@ -32,7 +32,7 @@ successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Too many bits requested
 Too many bits requested
 
 
 
 

+ 1 - 1
doc/modbus_read_input_bits.txt

@@ -32,7 +32,7 @@ input status if successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Too many discrete inputs requested
 Too many discrete inputs requested
 
 
 
 

+ 1 - 1
doc/modbus_read_input_registers.txt

@@ -34,7 +34,7 @@ input registers if successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Too many bits requested
 Too many bits requested
 
 
 
 

+ 1 - 1
doc/modbus_read_registers.txt

@@ -32,7 +32,7 @@ if successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Too many registers requested
 Too many registers requested
 
 
 
 

+ 1 - 1
doc/modbus_reply.txt

@@ -33,7 +33,7 @@ successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Sending has failed
 Sending has failed
 
 
 See also the errors returned by the syscall used to send the response (eg. send
 See also the errors returned by the syscall used to send the response (eg. send

+ 1 - 1
doc/modbus_write_and_read_registers.txt

@@ -34,7 +34,7 @@ registers if successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Too many registers requested, Too many registers to write
 Too many registers requested, Too many registers to write
 
 
 
 

+ 1 - 1
doc/modbus_write_bits.txt

@@ -29,7 +29,7 @@ successful. Otherwise it shall return -1 and set errno.
 
 
 ERRORS
 ERRORS
 ------
 ------
-EMBMDATA::
+*EMBMDATA*::
 Writing too many bits
 Writing too many bits