summaryrefslogtreecommitdiffstats
path: root/man8
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-10-22 14:57:46 +0200
committerAlejandro Colomar <alx@kernel.org>2023-10-23 22:13:39 +0200
commit6fdb1c03075b31364968bcccf472a4d4a86952a6 (patch)
treed68dd6326fb842f90e18b84401789af20aee67e6 /man8
parent59804ef61b00a6b463434a949c80f264f4ff0516 (diff)
man*/: ffix (Use '.TQ' where appropriate)
When there are multiple tags for a paragraph, using a single TP and separating the tags with commas makes the man(7) source more complex. It also has a disadvantage: when searching through a manual page, heuristics such as " --option" don't work so well. By using GNU's TQ, we simplify the source of the pages, and improve the ability to search them. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man8')
-rw-r--r--man8/iconvconfig.814
1 files changed, 10 insertions, 4 deletions
diff --git a/man8/iconvconfig.8 b/man8/iconvconfig.8
index 83cdfb253..95cfcdb03 100644
--- a/man8/iconvconfig.8
+++ b/man8/iconvconfig.8
@@ -40,7 +40,9 @@ is not set.
Do not search the system default gconv directory,
only the directories provided on the command line.
.TP
-.BI \-o " outputfile" ", \-\-output=" outputfile
+.BI \-o\~ outputfile
+.TQ
+.BI \-\-output= outputfile
Use
.I outputfile
for output instead of the system default cache location.
@@ -56,13 +58,17 @@ the gconv module configuration would be read from
and the cache would be written to
.IR foo/usr/lib/gconv/gconv\-modules.cache .
.TP
-.BR \-? ", " \-\-help
+.B \-?
+.TQ
+.B \-\-help
Print a usage summary and exit.
.TP
-.B "\-\-usage"
+.B \-\-usage
Print a short usage summary and exit.
.TP
-.BR \-V ", " \-\-version
+.B \-V
+.TQ
+.B \-\-version
Print the version number, license, and disclaimer of warranty for
.BR iconv .
.SH EXIT STATUS