summaryrefslogtreecommitdiffstats
path: root/man1
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-10-25 16:59:18 +0200
committerAlejandro Colomar <alx@kernel.org>2023-10-25 16:59:27 +0200
commitcdbfb8b4bfcde800640ff49db63920bb471919ae (patch)
tree0d650873fee902290819e7836a47780bb2b29244 /man1
parentcae9da3fbbac173fb094acf4cfc027739d1caf9a (diff)
iconv.1: ffix (Use TQ where appropriate)
This one was missed in 6fdb1c03075b, becuase it wasn't caught by the regex I used. I found it by accident, and there may be other cases around. Fixes: 6fdb1c03075b ("man*/: ffix (Use '.TQ' where appropriate)") Acked-by: "G. Branden Robinson" <branden@debian.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man1')
-rw-r--r--man1/iconv.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man1/iconv.1 b/man1/iconv.1
index 7a44a5bf1..3319c1c03 100644
--- a/man1/iconv.1
+++ b/man1/iconv.1
@@ -34,12 +34,16 @@ from the current locale's character
encoding.
.SH OPTIONS
.TP
-.BI \-f " from-encoding" "\fR, \fP\-\-from\-code=" from-encoding
+.BI \-f\~ from-encoding
+.TQ
+.BI \-\-from\-code= from-encoding
Use
.I from-encoding
for input characters.
.TP
-.BI \-t " to-encoding" "\fR, \fP\-\-to\-code=" to-encoding
+.BI \-t\~ to-encoding
+.TQ
+.BI \-\-to\-code= to-encoding
Use
.I to-encoding
for output characters.