From 063e6bcdc8647430e74efb4b32c83bb3dbc04d3b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 13 Aug 2024 11:06:04 -0400 Subject: [PATCH] small tweaks --- doc/src/Run_options.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/Run_options.rst b/doc/src/Run_options.rst index 53e1b661ff..ff466d3b8a 100644 --- a/doc/src/Run_options.rst +++ b/doc/src/Run_options.rst @@ -517,7 +517,7 @@ run: .. code-block:: LAMMPS read_restart restartfile - info system group compute fix + info system group computes fixes The specified restartfile name may contain the wild-card character "\*". The restartfile name may also contain the wild-card character "%". The @@ -527,9 +527,9 @@ restart file can be read. Note that a filename such as file.\* may need to be enclosed in quotes or the "\*" character prefixed with a backslash ("\") to avoid shell expansion of the "\*" character. -Optional keywords may follow the restartfile argument. Those would -have to be valid keywords for the :doc:`info command `. The most -useful ones - system, group, computes, and fixes - are already applied. +Optional keywords may follow the restartfile argument. These must be +valid keywords for the :doc:`info command `. The most useful +ones - *system*, *group*, *computes*, and *fixes* - are already applied. Appending keywords like *coeffs* or *communication* may provide additional useful information stored in the restart file.