summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-07-30 00:05:14 +0200
committerAlejandro Colomar <alx@kernel.org>2023-07-30 16:09:22 +0200
commited7b74f13ad86de5a5c3006fe98a6d98ac11ee7d (patch)
tree6e69b1fe65a0b2fc716a7d532243c5c42a03c0dc
parent50301358206cfd866d0bcad7627e83a23c6af064 (diff)
pipe.2: tfix: refer to correct section
Commit 4131356cdab8 reorganized the sections a bit breaking the reference. Fix it. Fixes: 4131356cdab8 ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/pipe.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/pipe.2 b/man2/pipe.2
index 3634a8c27..c05d1bf62 100644
--- a/man2/pipe.2
+++ b/man2/pipe.2
@@ -32,7 +32,7 @@ Standard C library
.BI "int pipe2(int " pipefd "[2], int " flags );
.PP
/* On Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64, pipe() has the
- following prototype; see NOTES */
+ following prototype; see VERSIONS */
.PP
.B #include <unistd.h>
.PP