Skip to content

Commit

Permalink
problem located - shown for "hal_set_lock"
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed Nov 1, 2024
1 parent 7291903 commit e0f3a1f
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/src/man/man3/hal_add_funct_to_thread.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

hal_add_funct_to_thread, hal_del_funct_from_thread - cause a function to be executed at regular intervals
hal_add_funct_to_thread - cause a function to be executed at regular intervals

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/hal_export_funct.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

hal_export_funct, hal_export_functf - create a realtime function callable from a thread
hal_export_funct - create a realtime function callable from a thread

== SYNTAX

Expand Down
4 changes: 3 additions & 1 deletion docs/src/man/man3/hal_param_new.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

== NAME

hal_param_new, hal_param_bit_new, hal_param_float_new, hal_param_u32_new, hal_param_s32_new, hal_param_bit_newf, hal_param_float_newf, hal_param_u32_newf, hal_param_s32_newf - creates a HAL parameter
hal_param_new - creates a HAL parameter

//hal_param_bit_new, hal_param_float_new, hal_param_u32_new, hal_param_s32_new, hal_param_bit_newf, hal_param_float_newf, hal_param_u32_newf, hal_param_s32_newf

== SYNTAX

Expand Down
5 changes: 1 addition & 4 deletions docs/src/man/man3/hal_pin_new.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

== NAME

hal_pin_new, hal_pin_bit_new, hal_pin_float_new, hal_pin_u32_new,
hal_pin_s32_new, hal_pin_port_new, hal_pin_bit_newf,
hal_pin_float_newf, hal_pin_u32_newf, hal_pin_s32_newf,
hal_pin_port_newf - creates a HAL pin
hal_pin_new - creates a HAL pin

== SYNTAX

Expand Down
7 changes: 7 additions & 0 deletions docs/src/man/man3/hal_set_lock.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@

== NAME

// hal_set_lock - Set or get the HAL lock level
hal_set_lock, hal_get_lock - Set or get the HAL lock level

// Problem: hal_get_lock.3 is generated like:
// .so hal_set_lock.3
// but need to be:
// .so man3/hal_set_lock.3


== SYNTAX

int hal_set_lock(unsigned char _lock_type_)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/hal_signal_new.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

hal_signal_new, hal_signal_delete, hal_link, hal_unlink - Manipulate HAL
hal_signal_new - Manipulate HAL
signals

== SYNTAX
Expand Down
3 changes: 2 additions & 1 deletion docs/src/man/man3/hal_type_t.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

== NAME

hal_type_t, hal_bool, hal_bit_t, hal_s32_t, hal_u32_t, hal_port_t, hal_float_t, real_t, ireal_t - typedefs for HAL datatypes
hal_type_t - typedefs for HAL datatypes
//hal_bool, hal_bit_t, hal_s32_t, hal_u32_t, hal_port_t, hal_float_t, real_t, ireal_t

== DESCRIPTION

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_delay.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_delay, rtapi_delay_max - Busy-loop for short delays
rtapi_delay - Busy-loop for short delays

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_div_u64.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_div_u64, rtapi_div_u64_rem, rtapi_div_s64, rtapi_div_s64_rem - unsigned division of a 64-bit number by a 32-bit number
rtapi_div_u64 - unsigned division of a 64-bit number by a 32-bit number

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_get_msg_level.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_get_msg_level, rtapi_set_msg_level - Get or set the logging level
rtapi_get_msg_level - Get or set the logging level

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_get_time.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_get_time, rtapi_get_clocks - get the current time
rtapi_get_time - get the current time

== SYNTAX

Expand Down
5 changes: 1 addition & 4 deletions docs/src/man/man3/rtapi_module_param.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

== NAME

rtapi_module_param, EXPORT_FUNCTION, RTAPI_MP_INT, RTAPI_MP_LONG,
RTAPI_MP_STRING, RTAPI_MP_ARRAY_INT, RTAPI_MP_ARRAY_LONG,
RTAPI_MP_ARRAY_STRING, MODULE_LICENSE, MODULE_AUTHOR,
MODULE_DESCRIPTION - Specifying module parameters
rtapi_module_param - Specifying module parameters

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_outb.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_outb, rtapi_inb - Perform hardware I/O
rtapi_outb - Perform hardware I/O

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_print.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_print, rtapi_print_msg - print diagnostic messages
rtapi_print - print diagnostic messages

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_prio.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_prio, rtapi_prio_highest, rtapi_prio_lowest, rtapi_prio_next_higher, rtapi_prio_next_lower - thread priority functions
rtapi_prio - thread priority functions

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_region.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_region, rtapi_request_region, rtapi_release_region - functions to manage I/O memory regions
rtapi_region - functions to manage I/O memory regions

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_shmem.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_shmem, rtapi_shmem_new, rtapi_shmem_delete, rtapi_shmem_getptr - Functions for managing shared memory blocks
rtapi_shmem - Functions for managing shared memory blocks

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_snprintf.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_snprintf, rtapi_vsnprintf - Perform snprintf-like string formatting
rtapi_snprintf - Perform snprintf-like string formatting

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_task_new.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_task_new, rtapi_task_delete - create a realtime task
rtapi_task_new - create a realtime task

== SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/man3/rtapi_task_pause.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

== NAME

rtapi_task_pause, rtapi_task_resume - pause and resume real-time tasks
rtapi_task_pause - pause and resume real-time tasks

== SYNTAX

Expand Down
4 changes: 3 additions & 1 deletion docs/src/man/man9/kins.9.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

== NAME

kins, genhexkins, genserkins, maxkins, pentakins, pumakins, rotatekins, scarakins, tripodkins, trivkins - kinematics definitions for LinuxCNC
kins - kinematics definitions for LinuxCNC

// genhexkins, genserkins, maxkins, pentakins, pumakins, rotatekins, scarakins, tripodkins, trivkin

== SYNOPSIS

Expand Down

0 comments on commit e0f3a1f

Please sign in to comment.