From d60b2922ffb30d15e81b0019025b8e62af070a6e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 28 Jul 2021 12:22:11 -0700 Subject: =?UTF-8?q?doc:=20modernize=20usage=20of=20=E2=80=9Cdisk=E2=80=9D?= =?UTF-8?q?=20and=20=E2=80=9Ccore=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In documentation and comments, don’t assume that secondary storage devices are disk devices. Similarly, don’t assume that main memory uses magnetic cores, which became obsolete in the 1970s. * src/du.c (usage): * src/ls.c (usage): * src/shred.c (usage): Reword to avoid “disk” in usage messages. --- src/factor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/factor.c') diff --git a/src/factor.c b/src/factor.c index 62a269fcf..c2bf05526 100644 --- a/src/factor.c +++ b/src/factor.c @@ -65,7 +65,8 @@ from a prime. We might instead compute the inverse on-the-fly. * Tune trial division table size (not forgetting that this is a standalone - program where the table will be read from disk for each invocation). + program where the table will be read from secondary storage for + each invocation). * Implement less naive powm, using k-ary exponentiation for k = 3 or perhaps k = 4. -- cgit v1.2.1