diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index d6ed0ce7a68..7a44a03fb63 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17519,7 +17519,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
pg_replication_origin_xact_reset
- pg_replication_origin_xact_reset()
+ pg_replication_origin_xact_reset(origin_lsn pg_lsn, origin_timestamp timestamptz)
void
@@ -17527,6 +17527,12 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
Cancel the effects of
pg_replication_origin_xact_setup().
+ Note that two arguments were introduced by mistake>
+ during the PostgreSQL> 9.5 development cycle while
+ pg_replication_origin_xact_reset() actually
+ doesn't use them at all. Therefore, any dummy values except
+ NULL> can be safely specified as the arguments.
+ This mistake will be fixed in a future release.