Commit 60adc0506666d19f9d8bd37bde8d8a728124047f
1 parent
5ccb51d5
Fix typo in modbus_strerror documentation
Thanks to Mirko Rajkovaca
Showing
1 changed file
with
1 additions
and
1 deletions
doc/modbus_strerror.txt
| @@ -9,7 +9,7 @@ modbus_strerror - return the error message | @@ -9,7 +9,7 @@ modbus_strerror - return the error message | ||
| 9 | 9 | ||
| 10 | SYNOPSIS | 10 | SYNOPSIS |
| 11 | -------- | 11 | -------- |
| 12 | -*const char *modbus_strerror(*int 'errnum');* | 12 | +*const char *modbus_strerror(int 'errnum');* |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | DESCRIPTION | 15 | DESCRIPTION |