From: Alejandro Colomar Date: Sun, 9 May 2021 20:19:44 +0000 (+0200) Subject: getopt.3: Minor tweaks to James' patch X-Git-Tag: man-pages-5.12~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b2fa370a66e3cd27f8e6c8dd89e3fc526304bb;p=thirdparty%2Fman-pages.git getopt.3: Minor tweaks to James' patch The rest of the page writes the characters without naming them. Follow that convention. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man3/getopt.3 b/man3/getopt.3 index e88321ed03..0d6ad1c541 100644 --- a/man3/getopt.3 +++ b/man3/getopt.3 @@ -130,7 +130,7 @@ A legitimate option character is any visible one byte .BR ascii (7) character (for which .BR isgraph (3) -would return nonzero) that is not dash (\(aq\-\(aq) or colon (\(aq:\(aq). +would return nonzero) that is not \(aq\-\(aq or \(aq:\(aq. If such a character is followed by a colon, the option requires an argument, so .BR getopt ()