diff --git a/NEWS b/NEWS
index 353d82caee..bf7c3db10e 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,12 @@ CHANGES WITH 255 in spe:
* The NAMING_BRIDGE_MULTIFUNCTION_SLOT naming scheme has been deprecated
and is now disabled.
+ * SuspendMode=, HibernateState= and HybridSleepState= in the [Sleep]
+ section of systemd-sleep.conf are now deprecated and have no effect.
+ They did not (and could not) take any value other than the respective
+ default. HybridSleepMode= is also deprecated, and will now always use
+ the 'suspend' disk mode.
+
Service Manager:
* The way services are spawned has been overhauled. Previously, a
diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml
index 91ea909afe..4a04263c1a 100644
--- a/man/systemd-sleep.conf.xml
+++ b/man/systemd-sleep.conf.xml
@@ -159,8 +159,7 @@
systemd-suspend-then-hibernate.service8
- uses the value of SuspendMode= when suspending and the value of
- HibernateMode= when hibernating.
+ uses the value of HibernateMode= when hibernating.