diff options
| author | Kir Kolyshkin <kolyshkin@gmail.com> | 2024-06-17 16:10:13 -0700 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-06-18 15:43:41 +0200 |
| commit | 86f199c59cc2bc01c5d4997c9c651e28534dc55d (patch) | |
| tree | b3abe67ffddb984e1d79463e35b6ede6eef2b3a3 /man/man2/cacheflush.2 | |
| parent | cbc4261c937c239b02c6d26f31dda7486a0c6b38 (diff) | |
| download | man-pages-86f199c59cc2bc01c5d4997c9c651e28534dc55d.tar.gz | |
cacheflush.2: Fix section reference
There is a reference to NOTES section, which no longer exists since
the commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY:
Reorganize sections").
Fixes: 4131356cdab8 ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections")
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Message-ID: <20240617231035.1766780-2-kolyshkin@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man2/cacheflush.2')
| -rw-r--r-- | man/man2/cacheflush.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/cacheflush.2 b/man/man2/cacheflush.2 index bc38355e64..0e3b4ac628 100644 --- a/man/man2/cacheflush.2 +++ b/man/man2/cacheflush.2 @@ -18,7 +18,7 @@ Standard C library .P .IR Note : On some architectures, -there is no glibc wrapper for this system call; see NOTES. +there is no glibc wrapper for this system call; see VERSIONS. .SH DESCRIPTION .BR cacheflush () flushes the contents of the indicated cache(s) for the |
