]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
iconv.1: ffix
authorJakub Wilk <jwilk@jwilk.net>
Wed, 25 Jan 2017 15:58:46 +0000 (16:58 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 25 Jan 2017 20:10:31 +0000 (09:10 +1300)
Don't embolden commas between option names.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/iconv.1

index 8c7e2447d13333e2cbbd4f8567d0c814e3671cf0..7d9eda76cd79e88c68c9a918e4dca7d4fe2444aa 100644 (file)
@@ -55,12 +55,12 @@ from the current locale's character
 encoding.
 .SH OPTIONS
 .TP
-.BI \-f " from-encoding" "\-\-from\-code=" from-encoding
+.BI \-f " from-encoding" "\fR, \fP\-\-from\-code=" from-encoding
 Use
 .I from-encoding
 for input characters.
 .TP
-.BI \-t " to-encoding" "\-\-to\-code=" to-encoding
+.BI \-t " to-encoding" "\fR, \fP\-\-to\-code=" to-encoding
 Use
 .I to-encoding
 for output characters.
@@ -90,7 +90,7 @@ List all known character set encodings.
 Silently discard characters that cannot be converted instead of
 terminating when encountering such characters.
 .TP
-.BI \-o " outputfile" "\-\-output=" outputfile
+.BI \-o " outputfile" "\fR, \fP\-\-output=" outputfile
 Use
 .I outputfile
 for output.