Re: [PATCH 1/2] cacheflush.2: tfix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-01-18 15:58:09
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-01-18 15:58:09
On 1/18/21 10:08 AM, Jakub Wilk wrote:
Signed-off-by: Jakub Wilk <redacted>
Alex, you grabbed the 2/2. What about this 1/2? Thanks, Michael
--- man2/cacheflush.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man2/cacheflush.2 b/man2/cacheflush.2 index 12be4c94a..44fc064a8 100644 --- a/man2/cacheflush.2 +++ b/man2/cacheflush.2@@ -27,7 +27,7 @@ cacheflush \- flush contents of instruction and/or data cache .SH SYNOPSIS .nf -.B #inlcude <sys/cachectl.h> +.B #include <sys/cachectl.h> .PP .BI "int cacheflush(void *" addr ", int "nbytes ", int "cache ); .fi
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/