From e6af0066c8c2a3273e184f51375d368344f83f66 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 5 Apr 2017 14:45:36 +0200 Subject: [PATCH] bzero.3: wfix 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 72ec0f248..9b6302563 100644 --- a/man3/bzero.3 +++ b/man3/bzero.3 @@ -49,7 +49,7 @@ function performs the same task as It differs from .BR bzero () in that it guarantees that compiler optimizations will not remove the -erase option if the compiler deduces that the operation is "unnecessary". +erase operation if the compiler deduces that the operation is "unnecessary". .SH RETURN VALUE None. .SH VERSIONS