--- texlive-extra-2024.20241102.orig/texmf-dist/doc/man/man1/arara.1	2024-11-30 02:15:21.760176862 +0000
+++ texlive-extra-2024.20241102/texmf-dist/doc/man/man1/arara.1	2024-11-30 02:39:29.782119021 +0000
@@ -6,44 +6,48 @@ arara \- a TeX automation tool based on
 .RI [ options ]
 .IR documents ...
 .SH DESCRIPTION
-\fBarara\fP is a TeX automation tool based on rules and directives. It gives
-you a way to enhance your TeX experience. The tool is an effort to provide a
-concise way to automate the daily TeX workflow for users and also package
-writers. Users might write their own rules when the provided ones do not suffice.
+\fBarara\fP is a TeX automation tool based on rules and directives.
+It gives you a way to enhance your TeX experience.
+The tool is an effort to provide a concise way to automate the daily TeX
+workflow for users and also package writers.
+Users might write their own rules
+when the provided ones do not suffice.
 .PP
-arara takes a list of documents as input. They will be processed according
-to their directives. Options apply to the execution of all documents.
+arara takes a list of documents as input.
+They will be processed according to their directives.
+Options apply to the execution of all documents.
 .SH OPTIONS
-.IP \fB--log\fP
+.IP \fB\-\-log\fP
 Generate a log output.
-.IP \fB--verbose\fP / \fB--silent\fP
+.IP "\fB\-\-verbose\fP / \fB\-\-silent\fP
 Print or suppress command output.
-.IP \fB--dry-run\fP
-Go through all the motions of running a command but with no actual calls.
-.IP \fB--safe-run\fP
+.IP \fB\-\-dry-run\fP
+Go through all the motions of running a command
+but with no actual calls.
+.IP \fB\-\-safe-run\fP
 Run in safe mode and disable potentially harmful features.
-.IP \fB--whole-file\fP
+.IP \fB\-\-whole-file\fP
 Extract directives in the file, not only in the header.
-.IP \fB--preamble\fP name
+.IP "\fB\-\-preamble\fP name
 Set the file preamble as named based on the configuration file.
-.IP \fB--timeout\fP milliseconds
+.IP "\fB\-\-timeout\fP milliseconds
 Sets an execution timeout for spawned processes.
-.IP \fB--language\fP code
+.IP "\fB\-\-language\fP code
 Set the localization to the language specified by code.
-.IP \fB--max-loops\fP number
+.IP "\fB\-\-max-loops\fP number
 Set the number > 0 of loops for looping directives.
-.IP \fB--working-directory\fP path
+.IP "\fB\-\-working-directory\fP path
 Set the working directory for the whole execution.
-.IP \fB--call-property\fP value
-Pass a property as \fCkey=value\fP parameter into the application
+.IP "\fB\-\-call-property\fP value
+Pass a property as \f(CRkey=value\fP parameter into the application
 to be used within the session.
-.IP \fB--generate-completion\fP shell
+.IP "\fB\-\-generate-completion\fP shell
 Generate a completion script for arara.
-.IP \fB--version\fP
+.IP \fB\-\-version\fP
 Show the version and exit.
-.IP \fB--help\fP
+.IP \fB\-\-help\fP
 Show a help message and exit.
 .SH BUGS
 Issue tracker at
-.UR https://gitlab.com/islandoftex/arara/-/issues
+.UR https://gitlab.com/islandoftex/arara/\-/issues
 .UE .

