aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-12-20 21:52:42 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-12-20 21:52:42 +0100
commitadce9485ce5d825cd0f0f94af76d33d9d6fea42c (patch)
tree5d41ce0c083069ad07f0e631fe837833cb574861
parent08811c1418e4fce2b8e9693916e9ed10339ea897 (diff)
downloadman-pages-adce9485ce5d825cd0f0f94af76d33d9d6fea42c.tar.gz
cacheflush.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/cacheflush.221
1 files changed, 6 insertions, 15 deletions
diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
index 439ef92ef1..712241debe 100644
--- a/man2/cacheflush.2
+++ b/man2/cacheflush.2
@@ -101,29 +101,20 @@ On some other architectures,
Linux provides this system call, with different arguments:
.TP
M68K:
-.PP
-.in +4n
-.EX
+.nf
.BI "int cacheflush(unsigned long " addr ", int " scope ", int " cache ,
.BI " unsigned long " len );
-.EE
-.in
+.fi
.TP
SH:
-.PP
-.in +4n
-.EX
+.nf
.BI "int cacheflush(unsigned long " addr ", unsigned long " len ", int " op );
-.EE
-.in
+.fi
.TP
NDS32:
-.PP
-.in +4n
-.EX
+.nf
.BI "int cacheflush(unsigned int " start ", unsigned int " end ", int " cache );
-.EE
-.in
+.fi
.PP
On the above architectures,
glibc does not provide a wrapper for this system call; call it using