diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml
index 40d07d21..76ec2cd7 100644
--- a/doc/pgprobackup.xml
+++ b/doc/pgprobackup.xml
@@ -5368,9 +5368,9 @@ pg_probackup catchup -b catchup_mode
Provides the path to the WAL file in
archive_command and
restore_command. Use the %p
- variable as the value for this option or skip it for setting it according to
- value from pg_probackup.conf.
- Or explicitly specify the path to a file outside the PGDATA.
+ variable as the value for this option or explicitly specify the path to a file
+ outside of the data directory. If you skip this option, the path
+ specified in pg_probackup.conf will be used.
@@ -5383,8 +5383,8 @@ pg_probackup catchup -b catchup_modearchive_command and
restore_command. Use the %f
variable as the value for this option for correct processing.
- Or explicitly specify the filename if given a is a path
+ outside of the data directory, explicitly specify the filename.