From: Alejandro Colomar Date: Sun, 4 Apr 2021 11:58:26 +0000 (+0200) Subject: dup.2: SYNOPSIS: Use consistent comments through pages X-Git-Tag: man-pages-5.12~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1852998a68299fa245293a72ebdb8284fde5aa99;p=thirdparty%2Fman-pages.git 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 --- diff --git a/man2/dup.2 b/man2/dup.2 index f90c7561bf..6dc8058cdc 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 );