diff --git a/doc/pam_cgfs.sgml.in b/doc/pam_cgfs.sgml.in
index 1952afcb2..c8dd942de 100644
--- a/doc/pam_cgfs.sgml.in
+++ b/doc/pam_cgfs.sgml.in
@@ -77,14 +77,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- The pam_cgfs.so module can handle both pure cgroupfs v1
- (/sys/fs/cgroup/$controller) and pure cgroupfs
- v2 (/sys/fs/cgroup), as well as mixed mounts,
+ The pam_cgfs.so module can handle pure cgroupfs v1
+ (/sys/fs/cgroup/$controller) and mixed mounts,
where some controllers are mounted in a standard cgroupfs v1 hierarchy
(/sys/fs/cgroup/$controller) and others in
cgroupfs v2 hierarchy (/sys/fs/cgroup/unified).
Writeable cgroups are either created for all controllers or, if specified,
- for only controllers listed as arguments on the command line.
+ for only controllers listed as arguments on the command line.
+ Pure cgroup v2 mount is not covered by the pam_cgfs.so module.