@@ -243,52 +243,52 @@ absolute paths; relative paths are not allowed.
243243The parameters whose name start are started with --recovery refer to
244244the same parameters as the ones in recovery.confin recovery.conf.
245245
246- * --recovery-target-timeline* =_ TIMELINE_ ::
246+ ** --recovery-target-timeline** =_ TIMELINE_ :
247247 Specifies recovering into a particular timeline. If not specified,
248248 the current timeline is used.
249249
250- * --recovery-target-time* = _ TIMESTAMP _ ::
250+ ** --recovery-target-time** =TIMESTAMP:
251251 This parameter specifies the timestamp up to which recovery will
252252 proceed.
253253
254- * --recovery-target-xid* = _ XID::
254+ ** --recovery-target-xid** =XID:
255255 This parameter specifies the transaction ID up to which recovery
256256 will proceed.
257257
258- * --recovery-target-inclusive* ::
258+ ** --recovery-target-inclusive** :
259259 Specifies whether server pauses when recovery target is reached.
260260
261- === CATALOG OPTIONS ===
261+ ### CATALOG OPTIONS
262262
263- * -a* / * --show-all* ::
263+ ** -a** / ** --show-all** :
264264 Show all existing backups, including the deleted ones.
265265
266266### CONNECTION OPTIONS
267267Parameters to connect PostgreSQL server.
268268
269- * -d* _ DBNAME _ / * --dbname* = _ DBNAME _ ::
269+ ** -d** DBNAME / ** --dbname** =DBNAME:
270270 The database name to execute pg_start_backup() and pg_stop_backup().
271271
272- * -h* _ HOSTNAME _ / * --host* = _ HOSTNAME _ ::
272+ ** -h** HOSTNAME / ** --host** =HOSTNAME:
273273 Specifies the host name of the machine on which the server is running.
274274 If the value begins with a slash, it is used as the directory for the
275275 Unix domain socket.
276276
277- * -p* _ PORT _ / * --port* = _ PORT _ ::
277+ ** -p** PORT / ** --port** =PORT:
278278 Specifies the TCP port or local Unix domain socket file extension on
279279 which the server is listening for connections.
280280
281- * -U* _ USERNAME _ / * --username* = _ USERNAME _ ::
281+ ** -U** USERNAME / ** --username** =USERNAME:
282282 User name to connect as.
283283
284- * -w* / * --no-password* ::
284+ ** -w** / ** --no-password** :
285285 Never issue a password prompt. If the server requires password
286286 authentication and a password is not available by other means such as
287287 a .pgpass file, the connection attempt will fail. This option can be
288288 useful in batch jobs and scripts where no user is present to enter a
289289 password.
290290
291- * -W* / * --password* ::
291+ ** -W** / ** --password** :
292292 Force pg_arman to prompt for a password before connecting to a database.
293293 This option is never essential, since pg_arman will automatically
294294 prompt for a password if the server demands password authentication.
@@ -298,13 +298,13 @@ Parameters to connect PostgreSQL server.
298298
299299### GLOBAL OPTIONS
300300
301- * --help* ::
301+ ** --help** :
302302 Print help, then exit.
303303
304- * -V* / * --version* ::
304+ ** -V** / ** --version** :
305305 Print version information, then exit.
306306
307- * -v* / * --verbose* ::
307+ ** -v** / ** --verbose** :
308308 If specified, pg_arman works in verbose mode.
309309
310310## PARAMETERS
@@ -377,11 +377,11 @@ aimed at working with PostgreSQL 9.5 and newer versions.
377377pg_arman returns exit codes for each error status.
378378
379379```
380- Code Name Description
381- 0 SUCCESS Operation succeeded.
382- 1 ERROR Generic error
383- 2 FATAL Exit because of repeated errors
384- 3 PANIC Unknown critical condition
380+ Code Name Description
381+ 0 SUCCESS Operation succeeded.
382+ 1 ERROR Generic error
383+ 2 FATAL Exit because of repeated errors
384+ 3 PANIC Unknown critical condition
385385```
386386
387387## AUTHOR ##
0 commit comments