27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
From 2d386e4fcba3bd17af6694626e3105fadb65d85f Mon Sep 17 00:00:00 2001
|
|
From: Albert Chu <chu11@llnl.gov>
|
|
Date: Tue, 31 Jul 2018 15:59:08 -0700
|
|
Subject: [PATCH] Fix manpage SDR English typo
|
|
|
|
---
|
|
man/manpage-common-workaround-sdr-text.man | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/man/manpage-common-workaround-sdr-text.man b/man/manpage-common-workaround-sdr-text.man
|
|
index 147b37e7a..80b583ead 100644
|
|
--- a/man/manpage-common-workaround-sdr-text.man
|
|
+++ b/man/manpage-common-workaround-sdr-text.man
|
|
@@ -2,6 +2,6 @@
|
|
\fIassumemaxsdrrecordcount\fR - This workaround will inform SDR
|
|
reading to stop reading after a known maximum numer of SDR records
|
|
have been read. This will work around systems that have
|
|
-mis-implemented SDR reading functions that. Those hitting this issue
|
|
-may see "SDR record count invalid" errors. Issue observed on
|
|
-unspecified Inspur motherboard.
|
|
+mis-implemented SDR reading functions. Those hitting this issue may
|
|
+see "SDR record count invalid" errors. Issue observed on unspecified
|
|
+Inspur motherboard.
|
|
--
|
|
2.33.0
|
|
|