aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/cacheflush.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/cacheflush.2')
-rw-r--r--man/man2/cacheflush.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man2/cacheflush.2 b/man/man2/cacheflush.2
index f9fb21c319..1a472d3cc1 100644
--- a/man/man2/cacheflush.2
+++ b/man/man2/cacheflush.2
@@ -13,7 +13,8 @@ Standard C library
.nf
.B #include <sys/cachectl.h>
.P
-.BI "int cacheflush(void " addr [. nbytes "], int "nbytes ", int "cache );
+.BI "int cacheflush(int " nbytes;
+.BI " void " addr [ nbytes "], int "nbytes ", int "cache );
.fi
.P
.IR Note :