diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index c9f6ce4bb33..bc7f02b8e5f 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -305,8 +305,8 @@ PostgreSQL documentation
backup will fail and be unusable.
- The write-ahead log files will be written to
- the base.tar file.
+ When tar format mode is used, the write-ahead log files will be
+ written to the base.tar file.
@@ -325,9 +325,10 @@ PostgreSQL documentation
requires no extra write-ahead logs to be saved on the master.
- The write-ahead log files are written to a separate file
- named pg_wal.tar (if the server is a version
- earlier than 10, the file will be named pg_xlog.tar).
+ When tar format mode is used, the write-ahead log files will be
+ written to a separate file named pg_wal.tar
+ (if the server is a version earlier than 10, the file will be named
+ pg_xlog.tar).
This value is the default.