diff --git a/doc/Section_commands.html b/doc/Section_commands.html
index 17be7419e2..3f364a22b9 100644
--- a/doc/Section_commands.html
+++ b/doc/Section_commands.html
@@ -338,15 +338,15 @@ of each style or click on the style itself for a full description:
These are fix styles contributed by users, which can be used if
diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt
index 2637513cc1..05885633e3 100644
--- a/doc/Section_commands.txt
+++ b/doc/Section_commands.txt
@@ -418,6 +418,7 @@ of each style or click on the style itself for a full description:
"evaporate"_fix_evaporate.html,
"external"_fix_external.html,
"freeze"_fix_freeze.html,
+"gcmc"_fix_gcmc.html,
"gravity"_fix_gravity.html,
"heat"_fix_heat.html,
"indent"_fix_indent.html,
diff --git a/doc/fix.html b/doc/fix.html
index bd47e95a4d..7819565f99 100644
--- a/doc/fix.html
+++ b/doc/fix.html
@@ -181,6 +181,7 @@ list of fix styles available in LAMMPS:
external - callback to an external driver program
freeze - freeze atoms in a granular simulation
gravity - add gravity to atoms in a granular simulation
+gcmc - grand canonical insertions/deletions
heat - add/subtract momentum-conserving heat
indent - impose force due to an indenter
langevin - Langevin temperature control
diff --git a/doc/fix.txt b/doc/fix.txt
index 749bef0353..7ffba56316 100644
--- a/doc/fix.txt
+++ b/doc/fix.txt
@@ -176,6 +176,7 @@ list of fix styles available in LAMMPS:
"external"_fix_external.html - callback to an external driver program
"freeze"_fix_freeze.html - freeze atoms in a granular simulation
"gravity"_fix_gravity.html - add gravity to atoms in a granular simulation
+"gcmc"_fix_gcmc.html - grand canonical insertions/deletions
"heat"_fix_heat.html - add/subtract momentum-conserving heat
"indent"_fix_indent.html - impose force due to an indenter
"langevin"_fix_langevin.html - Langevin temperature control