diff options
author | Thomas White <taw@physics.org> | 2022-12-07 17:00:39 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-12-07 17:00:39 +0100 |
commit | 02e278c18be96736bccb8f368d25a61e52a5f12f (patch) | |
tree | 550662891bc2eabc75ab70098f79a5fe30401916 | |
parent | 6fb7025f1af1ff78d31486dfbc1a573b5220af07 (diff) |
crystfel_geometry(5): Add a missing equals sign
-rw-r--r-- | doc/man/crystfel_geometry.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5 index 2588d65c..66a3d71b 100644 --- a/doc/man/crystfel_geometry.5 +++ b/doc/man/crystfel_geometry.5 @@ -71,9 +71,9 @@ Comments start with a semicolon. They will be ignored. The parameters in this section can only appear without a panel name. .PD 0 -.IP "\fBwavelength \fInnn\fR \fB[m|A]" -.IP "\fBphoton_energy \fInnn\fR \fB[eV|keV]" -.IP "\fBelectron_voltage \fInnn\fR \fB[V|kV]" +.IP "\fBwavelength = \fInnn\fR \fB[m|A]" +.IP "\fBphoton_energy = \fInnn\fR \fB[eV|keV]" +.IP "\fBelectron_voltage = \fInnn\fR \fB[V|kV]" .PD These statements specify the incident radiation wavelength. You must include one (not more) of these statements. \fBwavelength\fR specifies the wavelength directly, \fBphoton_energy\fR specifies the energy per photon for electromagnetic radiation (e.g. X-rays), and \fBelectron_voltage\fR specifies the accelerating voltage for an electron beam. .IP |