diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-20 21:52:42 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-20 21:52:42 +0100 |
| commit | adce9485ce5d825cd0f0f94af76d33d9d6fea42c (patch) | |
| tree | 5d41ce0c083069ad07f0e631fe837833cb574861 | |
| parent | 08811c1418e4fce2b8e9693916e9ed10339ea897 (diff) | |
| download | man-pages-adce9485ce5d825cd0f0f94af76d33d9d6fea42c.tar.gz | |
cacheflush.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -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 |
