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@xxxxxxxx> --- man2/pipe.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/pipe.2 b/man2/pipe.2 index 3634a8c277dd..c05d1bf623a5 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 --- base-commit: 50301358206cfd866d0bcad7627e83a23c6af064 change-id: 20230730-pipe-ref-326453a58bb5 Best regards, -- Thomas Weißschuh <thomas@xxxxxxxx>