diff options
Diffstat (limited to 'libar2_init.3')
| -rw-r--r-- | libar2_init.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libar2_init.3 b/libar2_init.3 index d14b31f..655d938 100644 --- a/libar2_init.3 +++ b/libar2_init.3 @@ -15,19 +15,20 @@ Link with .SH DESCRIPTION The .BR libar2_init () -function initialises the library, specifically +function initialises the library. Specifically it selects which versions of different functions the library shall use, based on the capabilities -of the machine that runs the function. +of the machine that executes the function. .PP The .BR libar2_init () function is called automatically by the .BR libar2_hash (3) function, but it is desirable, but not necessary, -for multi-threaded applications to call it manually, -also depending on the capabilities of the compiler -and linker that was used to create the library, the +for multi-threaded applications to call it manually. +Additionally, depending on the capabilities of the +compiler and linker that was used to create the +library, the .BR libar2_init () function may be called automatically at load-time. |
