diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml
index 7b36190145a..560e95caec4 100644
--- a/doc/src/sgml/system-views.sgml
+++ b/doc/src/sgml/system-views.sgml
@@ -2482,20 +2482,18 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
unreserved means that the slot no longer
retains the required WAL files and some of them are to be removed at
- the next checkpoint. This state can return
+ the next checkpoint. This typically occurs when
+ is set to
+ a non-negative value. This state can return
to reserved or extended.
- lost means that some required WAL files have
- been removed and this slot is no longer usable.
+ lost means that this slot is no longer usable.
- The last two states are seen only when
- is
- non-negative.