diff --git a/doc/Section_commands.html b/doc/Section_commands.html
index a5e334f0f3..b91ad8fce7 100644
--- a/doc/Section_commands.html
+++ b/doc/Section_commands.html
@@ -326,12 +326,13 @@ of each style or click on the style itself for a full description:
| addforce | aveforce | ave/atom | ave/histo | ave/spatial | ave/time | bond/break | bond/create |
| bond/swap | box/relax | deform | deposit | drag | dt/reset | efield | enforce2d |
| evaporate | freeze | gravity | heat | indent | langevin | lineforce | momentum |
-| move | nph | nph/asphere | nph/sphere | npt | npt/asphere | npt/sphere | nve |
-| nve/asphere | nve/limit | nve/noforce | nve/sphere | nvt | nvt/asphere | nvt/sllod | nvt/sphere |
-| orient/fcc | planeforce | poems | pour | press/berendsen | print | reax/bonds | recenter |
-| rigid | rigid/nve | rigid/nvt | setforce | shake | spring | spring/rg | spring/self |
-| store/force | store/state | temp/berendsen | temp/rescale | thermal/conductivity | tmd | ttm | viscosity |
-| viscous | wall/colloid | wall/gran | wall/harmonic | wall/lj126 | wall/lj93 | wall/reflect | wall/region
+ |
| move | msst | nph | nph/asphere | nph/sphere | npt | npt/asphere | npt/sphere |
+| nve | nve/asphere | nve/limit | nve/noforce | nve/sphere | nvt | nvt/asphere | nvt/sllod |
+| nvt/sphere | orient/fcc | planeforce | poems | pour | press/berendsen | print | reax/bonds |
+| recenter | rigid | rigid/nve | rigid/nvt | setforce | shake | spring | spring/rg |
+| spring/self | store/force | store/state | temp/berendsen | temp/rescale | thermal/conductivity | tmd | ttm |
+| viscosity | viscous | wall/colloid | wall/gran | wall/harmonic | wall/lj126 | wall/lj93 | wall/reflect |
+| wall/region
|
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 dbf1d7f2e4..f31218c96e 100644
--- a/doc/Section_commands.txt
+++ b/doc/Section_commands.txt
@@ -407,6 +407,7 @@ of each style or click on the style itself for a full description:
"lineforce"_fix_lineforce.html,
"momentum"_fix_momentum.html,
"move"_fix_move.html,
+"msst"_fix_msst.html,
"nph"_fix_nh.html,
"nph/asphere"_fix_nph_asphere.html,
"nph/sphere"_fix_nph_sphere.html,
diff --git a/doc/fix.html b/doc/fix.html
index 08b6c3aa4e..71c151b381 100644
--- a/doc/fix.html
+++ b/doc/fix.html
@@ -185,6 +185,7 @@ list of fix styles available in LAMMPS:
lineforce - constrain atoms to move in a line
momentum - zero the linear and/or angular momentum of a group of atoms
move - move atoms in a prescribed fashion
+msst - multi-scale shock technique (MSST) integration
nph - constant NPH time integration via Nose/Hoover
nph/asphere - NPH for aspherical particles
nph/sphere - NPH for spherical particles
diff --git a/doc/fix.txt b/doc/fix.txt
index e6f49c1b4b..a9bbf59241 100644
--- a/doc/fix.txt
+++ b/doc/fix.txt
@@ -180,6 +180,7 @@ list of fix styles available in LAMMPS:
"lineforce"_fix_lineforce.html - constrain atoms to move in a line
"momentum"_fix_momentum.html - zero the linear and/or angular momentum of a group of atoms
"move"_fix_move.html - move atoms in a prescribed fashion
+"msst"_fix_msst.html - multi-scale shock technique (MSST) integration
"nph"_fix_nh.html - constant NPH time integration via Nose/Hoover
"nph/asphere"_fix_nph_asphere.html - NPH for aspherical particles
"nph/sphere"_fix_nph_sphere.html - NPH for spherical particles