diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2017-01-25 16:58:46 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-26 09:10:31 +1300 |
| commit | 2e621720d00a9344639d8935357cafb9f14dc781 (patch) | |
| tree | e814f65e366535d2b7f51cf5228f091551c37bf3 | |
| parent | 208106081870e8f9e139be4b2023c444a58688c9 (diff) | |
| download | man-pages-2e621720d00a9344639d8935357cafb9f14dc781.tar.gz | |
iconv.1: ffix
Don't embolden commas between option names.
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man1/iconv.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man1/iconv.1 b/man1/iconv.1 index 8c7e2447d1..7d9eda76cd 100644 --- a/man1/iconv.1 +++ b/man1/iconv.1 @@ -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. |
