cacheflush.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2021-01-18 10:08:10 +01:00 committed by Michael Kerrisk
parent 22206f7dac
commit cf14bdbde1
1 changed files with 1 additions and 1 deletions

View File

@ -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