From 1852998a68299fa245293a72ebdb8284fde5aa99 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Apr 2021 13:58:26 +0200 Subject: [PATCH] dup.2: SYNOPSIS: Use consistent comments through pages [mtk: Alex's change switches the comment to the more generally used form "Definition of..."] Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/dup.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/dup.2 b/man2/dup.2 index f90c7561b..6dc8058cd 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -45,7 +45,7 @@ dup, dup2, dup3 \- duplicate a file descriptor .BI "int dup2(int " oldfd ", int " newfd ); .PP .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR "#include " " /* Obtain O_* constant definitions */" +.BR "#include " " /* Definition of " O_* " constants */" .B #include .PP .BI "int dup3(int " oldfd ", int " newfd ", int " flags );