diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 22:08:24 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 22:08:24 +0200 |
| commit | 9ec46ba87daa4ede804b1cb0abd91b85caf6f910 (patch) | |
| tree | 6de728a336ed007b408f4d5f75a84551ac43cdbe /libar2_erase.3 | |
| parent | Add sanitizer options to config.mk (diff) | |
| download | libar2-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 'libar2_erase.3')
| -rw-r--r-- | libar2_erase.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libar2_erase.3 b/libar2_erase.3 index 0d33c50..1360108 100644 --- a/libar2_erase.3 +++ b/libar2_erase.3 @@ -28,7 +28,7 @@ the compiler should not be able to optimise away a call to the .BR libar2_erase () function, even if link-time optimisation -is enabled, and is thus recommended for +is enabled, and it is thus recommended for wiping passwords from memory after they have been hashed. .PP @@ -51,7 +51,7 @@ function cannot fail. Depending on the compiler used to compile the library, the .BR libar2_erase () -may be weakly linked so that it can be +function may be weakly linked so that it can be replaced by the application. .SH SEE ALSO |
