From bffbd4d0e2936dcc8f8bed9ee8ba0ded09bdf750 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 25 Jul 2021 22:29:27 +0200 Subject: [PATCH] bzero.3: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man3/bzero.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/bzero.3 b/man3/bzero.3 index 8bc026eab..d43abe5bb 100644 --- a/man3/bzero.3 +++ b/man3/bzero.3 @@ -100,7 +100,7 @@ The function addresses a problem that security-conscious applications may run into when using .BR bzero (): -if the compiler can deduce that the location to zeroed will +if the compiler can deduce that the location to be zeroed will never again be touched by a .I correct program, then it may remove the