aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_init.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-16 22:08:24 +0200
committerMattias Andrée <m@maandree.se>2026-05-16 22:08:24 +0200
commit9ec46ba87daa4ede804b1cb0abd91b85caf6f910 (patch)
tree6de728a336ed007b408f4d5f75a84551ac43cdbe /libar2_init.3
parentAdd sanitizer options to config.mk (diff)
downloadlibar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.gz
libar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.bz2
libar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.xz
Man page fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libar2_init.311
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.