Commit 0b62fdd6c617f7817fa35ddc080b8db623c035ba
1 parent
16d909ab
Updated RPM spec file with new man pages
Showing
2 changed files
with
17 additions
and
10 deletions
doc/Makefile.am
| @@ -3,13 +3,12 @@ MAN3 = \ | @@ -3,13 +3,12 @@ MAN3 = \ | ||
| 3 | modbus_connect.3 \ | 3 | modbus_connect.3 \ |
| 4 | modbus_flush.3 \ | 4 | modbus_flush.3 \ |
| 5 | modbus_free.3 \ | 5 | modbus_free.3 \ |
| 6 | - modbus_get_byte_timeout.3 \ | ||
| 7 | modbus_get_byte_from_bits.3 \ | 6 | modbus_get_byte_from_bits.3 \ |
| 7 | + modbus_get_byte_timeout.3 \ | ||
| 8 | modbus_get_float.3 \ | 8 | modbus_get_float.3 \ |
| 9 | - modbus_set_float.3 \ | ||
| 10 | modbus_get_header_length.3 \ | 9 | modbus_get_header_length.3 \ |
| 11 | - modbus_get_socket.3 \ | ||
| 12 | modbus_get_response_timeout.3 \ | 10 | modbus_get_response_timeout.3 \ |
| 11 | + modbus_get_socket.3 \ | ||
| 13 | modbus_mapping_free.3 \ | 12 | modbus_mapping_free.3 \ |
| 14 | modbus_mapping_new.3 \ | 13 | modbus_mapping_new.3 \ |
| 15 | modbus_new_rtu.3 \ | 14 | modbus_new_rtu.3 \ |
| @@ -19,27 +18,28 @@ MAN3 = \ | @@ -19,27 +18,28 @@ MAN3 = \ | ||
| 19 | modbus_read_input_bits.3 \ | 18 | modbus_read_input_bits.3 \ |
| 20 | modbus_read_input_registers.3 \ | 19 | modbus_read_input_registers.3 \ |
| 21 | modbus_read_registers.3 \ | 20 | modbus_read_registers.3 \ |
| 22 | - modbus_receive.3 \ | ||
| 23 | modbus_receive_confirmation.3 \ | 21 | modbus_receive_confirmation.3 \ |
| 24 | modbus_receive_from.3 \ | 22 | modbus_receive_from.3 \ |
| 25 | - modbus_report_slave_id.3 \ | ||
| 26 | - modbus_reply.3 \ | 23 | + modbus_receive.3 \ |
| 27 | modbus_reply_exception.3 \ | 24 | modbus_reply_exception.3 \ |
| 25 | + modbus_reply.3 \ | ||
| 26 | + modbus_report_slave_id.3 \ | ||
| 28 | modbus_rtu_get_serial_mode.3 \ | 27 | modbus_rtu_get_serial_mode.3 \ |
| 29 | modbus_rtu_set_serial_mode.3 \ | 28 | modbus_rtu_set_serial_mode.3 \ |
| 30 | modbus_send_raw_request.3 \ | 29 | modbus_send_raw_request.3 \ |
| 31 | - modbus_set_byte_timeout.3 \ | ||
| 32 | - modbus_set_bits_from_byte.3 \ | ||
| 33 | modbus_set_bits_from_bytes.3 \ | 30 | modbus_set_bits_from_bytes.3 \ |
| 31 | + modbus_set_bits_from_byte.3 \ | ||
| 32 | + modbus_set_byte_timeout.3 \ | ||
| 34 | modbus_set_debug.3 \ | 33 | modbus_set_debug.3 \ |
| 35 | modbus_set_error_recovery.3 \ | 34 | modbus_set_error_recovery.3 \ |
| 35 | + modbus_set_float.3 \ | ||
| 36 | + modbus_set_response_timeout.3 \ | ||
| 36 | modbus_set_slave.3 \ | 37 | modbus_set_slave.3 \ |
| 37 | modbus_set_socket.3 \ | 38 | modbus_set_socket.3 \ |
| 38 | - modbus_set_response_timeout.3 \ | ||
| 39 | modbus_strerror.3 \ | 39 | modbus_strerror.3 \ |
| 40 | + modbus_write_and_read_registers.3 \ | ||
| 40 | modbus_write_bits.3 \ | 41 | modbus_write_bits.3 \ |
| 41 | modbus_write_bit.3 \ | 42 | modbus_write_bit.3 \ |
| 42 | - modbus_write_and_read_registers.3 \ | ||
| 43 | modbus_write_registers.3 \ | 43 | modbus_write_registers.3 \ |
| 44 | modbus_write_register.3 | 44 | modbus_write_register.3 |
| 45 | MAN7 = libmodbus.7 | 45 | MAN7 = libmodbus.7 |
libmodbus.spec.in
| @@ -78,7 +78,9 @@ make %{?_smp_mflags} | @@ -78,7 +78,9 @@ make %{?_smp_mflags} | ||
| 78 | %{_mandir}/man3/modbus_connect.3.gz | 78 | %{_mandir}/man3/modbus_connect.3.gz |
| 79 | %{_mandir}/man3/modbus_flush.3.gz | 79 | %{_mandir}/man3/modbus_flush.3.gz |
| 80 | %{_mandir}/man3/modbus_free.3.gz | 80 | %{_mandir}/man3/modbus_free.3.gz |
| 81 | +%{_mandir}/man3/modbus_get_byte_from_bits.3.gz | ||
| 81 | %{_mandir}/man3/modbus_get_byte_timeout.3.gz | 82 | %{_mandir}/man3/modbus_get_byte_timeout.3.gz |
| 83 | +%{_mandir}/man3/modbus_get_float.3.gz | ||
| 82 | %{_mandir}/man3/modbus_get_header_length.3.gz | 84 | %{_mandir}/man3/modbus_get_header_length.3.gz |
| 83 | %{_mandir}/man3/modbus_get_response_timeout.3.gz | 85 | %{_mandir}/man3/modbus_get_response_timeout.3.gz |
| 84 | %{_mandir}/man3/modbus_get_socket.3.gz | 86 | %{_mandir}/man3/modbus_get_socket.3.gz |
| @@ -94,13 +96,18 @@ make %{?_smp_mflags} | @@ -94,13 +96,18 @@ make %{?_smp_mflags} | ||
| 94 | %{_mandir}/man3/modbus_receive_confirmation.3.gz | 96 | %{_mandir}/man3/modbus_receive_confirmation.3.gz |
| 95 | %{_mandir}/man3/modbus_receive_from.3.gz | 97 | %{_mandir}/man3/modbus_receive_from.3.gz |
| 96 | %{_mandir}/man3/modbus_receive.3.gz | 98 | %{_mandir}/man3/modbus_receive.3.gz |
| 99 | +%{_mandir}/man3/modbus_reply_exception.3.gz | ||
| 100 | +%{_mandir}/man3/modbus_reply.3.gz | ||
| 97 | %{_mandir}/man3/modbus_report_slave_id.3.gz | 101 | %{_mandir}/man3/modbus_report_slave_id.3.gz |
| 98 | %{_mandir}/man3/modbus_rtu_get_serial_mode.3.gz | 102 | %{_mandir}/man3/modbus_rtu_get_serial_mode.3.gz |
| 99 | %{_mandir}/man3/modbus_rtu_set_serial_mode.3.gz | 103 | %{_mandir}/man3/modbus_rtu_set_serial_mode.3.gz |
| 100 | %{_mandir}/man3/modbus_send_raw_request.3.gz | 104 | %{_mandir}/man3/modbus_send_raw_request.3.gz |
| 105 | +%{_mandir}/man3/modbus_set_bits_from_bytes.3.gz | ||
| 106 | +%{_mandir}/man3/modbus_set_bits_from_byte.3.gz | ||
| 101 | %{_mandir}/man3/modbus_set_byte_timeout.3.gz | 107 | %{_mandir}/man3/modbus_set_byte_timeout.3.gz |
| 102 | %{_mandir}/man3/modbus_set_debug.3.gz | 108 | %{_mandir}/man3/modbus_set_debug.3.gz |
| 103 | %{_mandir}/man3/modbus_set_error_recovery.3.gz | 109 | %{_mandir}/man3/modbus_set_error_recovery.3.gz |
| 110 | +%{_mandir}/man3/modbus_set_float.3.gz | ||
| 104 | %{_mandir}/man3/modbus_set_response_timeout.3.gz | 111 | %{_mandir}/man3/modbus_set_response_timeout.3.gz |
| 105 | %{_mandir}/man3/modbus_set_slave.3.gz | 112 | %{_mandir}/man3/modbus_set_slave.3.gz |
| 106 | %{_mandir}/man3/modbus_set_socket.3.gz | 113 | %{_mandir}/man3/modbus_set_socket.3.gz |