diff --git a/doc/Section_commands.html b/doc/Section_commands.html
index 27ba97ddaa..82252b721f 100644
--- a/doc/Section_commands.html
+++ b/doc/Section_commands.html
@@ -331,9 +331,9 @@ of each style or click on the style itself for a full description:
| 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 | qeq/comb | 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
+ |
| rigid/nvt | setforce | shake | spring | spring/rg | spring/self | srd | 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 4df7a6694a..0397f0849f 100644
--- a/doc/Section_commands.txt
+++ b/doc/Section_commands.txt
@@ -445,6 +445,7 @@ of each style or click on the style itself for a full description:
"spring"_fix_spring.html,
"spring/rg"_fix_spring_rg.html,
"spring/self"_fix_spring_self.html,
+"srd"_fix_srd.html,
"store/force"_fix_store_force.html,
"store/state"_fix_store_state.html,
"temp/berendsen"_fix_temp_berendsen.html,
diff --git a/doc/Section_start.html b/doc/Section_start.html
index 0405259add..b77f25de85 100644
--- a/doc/Section_start.html
+++ b/doc/Section_start.html
@@ -369,6 +369,7 @@ package".
| reax | ReaxFF potential |
| replica | multi-replica methods |
| shock | methods for MD simulations of shock loading |
+| srd | stochastic rotation dynamics (SRD) |
| xtc | dump atom snapshots in XTC format
|
diff --git a/doc/Section_start.txt b/doc/Section_start.txt
index 880a90025e..d40621b07a 100644
--- a/doc/Section_start.txt
+++ b/doc/Section_start.txt
@@ -363,6 +363,7 @@ poems : coupled rigid body motion
reax : ReaxFF potential
replica : multi-replica methods
shock : methods for MD simulations of shock loading
+srd : stochastic rotation dynamics (SRD)
xtc : dump atom snapshots in XTC format :tb(s=:)
There are also user-contributed packages which may be as simple as a
diff --git a/doc/fix.html b/doc/fix.html
index 2ee4a93c55..094f13ff4c 100644
--- a/doc/fix.html
+++ b/doc/fix.html
@@ -219,6 +219,7 @@ list of fix styles available in LAMMPS:
spring - apply harmonic spring force to group of atoms
spring/rg - spring on radius of gyration of group of atoms
spring/self - spring from each atom to its origin
+srd - stochastic rotation dynamics (SRD)
store/force - store force on each atom
store/state - store attributes for each atom
temp/berendsen - temperature control by Berendsen thermostat
diff --git a/doc/fix.txt b/doc/fix.txt
index 112bc0d34b..4d0f73d1f5 100644
--- a/doc/fix.txt
+++ b/doc/fix.txt
@@ -222,6 +222,7 @@ list of fix styles available in LAMMPS:
"spring/rg"_fix_spring_rg.html - spring on radius of gyration of \
group of atoms
"spring/self"_fix_spring_self.html - spring from each atom to its origin
+"srd"_fix_srd.html - stochastic rotation dynamics (SRD)
"store/force"_fix_store_force.html - store force on each atom
"store/state"_fix_store_state.html - store attributes for each atom
"temp/berendsen"_fix_temp_berendsen.html - temperature control by \