Commit 4fb681f6d93770c41a7ffd5babdd377796488c24

Authored by Stéphane Raimbault
1 parent 76e2a3e4

Fix few missing bold on error codes of the documentation

doc/modbus_mapping_new.txt
... ... @@ -32,7 +32,7 @@ successful. Otherwise it shall return NULL and set errno.
32 32  
33 33 ERRORS
34 34 ------
35   -ENOMEM::
  35 +*ENOMEM*::
36 36 Not enough memory
37 37  
38 38  
... ...
doc/modbus_read_bits.txt
... ... @@ -32,7 +32,7 @@ successful. Otherwise it shall return -1 and set errno.
32 32  
33 33 ERRORS
34 34 ------
35   -EMBMDATA::
  35 +*EMBMDATA*::
36 36 Too many bits requested
37 37  
38 38  
... ...
doc/modbus_read_input_bits.txt
... ... @@ -32,7 +32,7 @@ input status if successful. Otherwise it shall return -1 and set errno.
32 32  
33 33 ERRORS
34 34 ------
35   -EMBMDATA::
  35 +*EMBMDATA*::
36 36 Too many discrete inputs requested
37 37  
38 38  
... ...
doc/modbus_read_input_registers.txt
... ... @@ -34,7 +34,7 @@ input registers if successful. Otherwise it shall return -1 and set errno.
34 34  
35 35 ERRORS
36 36 ------
37   -EMBMDATA::
  37 +*EMBMDATA*::
38 38 Too many bits requested
39 39  
40 40  
... ...
doc/modbus_read_registers.txt
... ... @@ -32,7 +32,7 @@ if successful. Otherwise it shall return -1 and set errno.
32 32  
33 33 ERRORS
34 34 ------
35   -EMBMDATA::
  35 +*EMBMDATA*::
36 36 Too many registers requested
37 37  
38 38  
... ...
doc/modbus_reply.txt
... ... @@ -33,7 +33,7 @@ successful. Otherwise it shall return -1 and set errno.
33 33  
34 34 ERRORS
35 35 ------
36   -EMBMDATA::
  36 +*EMBMDATA*::
37 37 Sending has failed
38 38  
39 39 See also the errors returned by the syscall used to send the response (eg. send
... ...
doc/modbus_write_and_read_registers.txt
... ... @@ -34,7 +34,7 @@ registers if successful. Otherwise it shall return -1 and set errno.
34 34  
35 35 ERRORS
36 36 ------
37   -EMBMDATA::
  37 +*EMBMDATA*::
38 38 Too many registers requested, Too many registers to write
39 39  
40 40  
... ...
doc/modbus_write_bits.txt
... ... @@ -29,7 +29,7 @@ successful. Otherwise it shall return -1 and set errno.
29 29  
30 30 ERRORS
31 31 ------
32   -EMBMDATA::
  32 +*EMBMDATA*::
33 33 Writing too many bits
34 34  
35 35  
... ...