diff options
| -rw-r--r-- | man2/cacheflush.2 | 21 |
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 |
