summaryrefslogtreecommitdiffstats
path: root/misc-utils/getopt.1
diff options
context:
space:
mode:
authorBenno Schulenberg2014-12-14 20:45:29 +0100
committerKarel Zak2014-12-19 09:57:23 +0100
commitf49ccec2123f15ce25a2e9d7d83d219c237e755a (patch)
treeaa9a161b36061c433e0832d9e5739f56c546c857 /misc-utils/getopt.1
parentdocs: improve the sorting of the options in the man page of getopt (diff)
downloadkernel-qcow2-util-linux-f49ccec2123f15ce25a2e9d7d83d219c237e755a.tar.gz
kernel-qcow2-util-linux-f49ccec2123f15ce25a2e9d7d83d219c237e755a.tar.xz
kernel-qcow2-util-linux-f49ccec2123f15ce25a2e9d7d83d219c237e755a.zip
docs: don't use bold or italics for "[option]" in synopsis of man pages
As per the convention shown in Documentation/howto-man-page.txt. Also make a few other tiny adjustments along the way. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/getopt.1')
-rw-r--r--misc-utils/getopt.16
1 files changed, 3 insertions, 3 deletions
diff --git a/misc-utils/getopt.1 b/misc-utils/getopt.1
index 6758d2796..da7207f0a 100644
--- a/misc-utils/getopt.1
+++ b/misc-utils/getopt.1
@@ -6,15 +6,15 @@ getopt \- parse command options (enhanced)
.I optstring parameters
.br
.B getopt
-.RI [ options ]
+[options]
.RB [ \-\- ]
.I optstring parameters
.br
.B getopt
-.RI [ options ]
+[options]
.BR \-o | \-\-options
.I optstring
-.RI [ options ]
+[options]
.RB [ \-\- ]
.I parameters
.SH DESCRIPTION