diff options
Diffstat (limited to 'doc/src/sgml/archive-modules.sgml')
-rw-r--r-- | doc/src/sgml/archive-modules.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/archive-modules.sgml b/doc/src/sgml/archive-modules.sgml index ee70e922490..ef02051f7f0 100644 --- a/doc/src/sgml/archive-modules.sgml +++ b/doc/src/sgml/archive-modules.sgml @@ -112,9 +112,9 @@ typedef bool (*ArchiveFileCB) (const char *file, const char *path); was successfully archived, which may include recycling or removing the original WAL file. If <literal>false</literal> is returned, the server will keep the original WAL file and retry archiving later. - <literal>file</literal> will contain just the file name of the WAL file to - archive, while <literal>path</literal> contains the full path of the WAL - file (including the file name). + <replaceable>file</replaceable> will contain just the file name of the WAL + file to archive, while <replaceable>path</replaceable> contains the full + path of the WAL file (including the file name). </para> </sect2> |