From adce9485ce5d825cd0f0f94af76d33d9d6fea42c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Dec 2020 21:52:42 +0100 Subject: [PATCH] cacheflush.2: ffix Signed-off-by: Michael Kerrisk --- man2/cacheflush.2 | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/man2/cacheflush.2 b/man2/cacheflush.2 index 439ef92ef..712241deb 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