]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getopt.3: Minor tweaks to James' patch
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 9 May 2021 20:19:44 +0000 (22:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 9 May 2021 21:09:11 +0000 (09:09 +1200)
The rest of the page writes the characters without naming them.
Follow that convention.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/getopt.3

index e88321ed033a9dfead94249eb115bfb070775bec..0d6ad1c541402dc94d93c3099961926f995dc331 100644 (file)
@@ -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 ()