From d7978e1f39aa91c4c99cab4f13372050afad2438 Mon Sep 17 00:00:00 2001 From: "Leon M. Busch-George" Date: Tue, 27 Jun 2023 16:01:09 +0200 Subject: [PATCH] base-files: ipcalc.sh clarify range parameters in comment To avoid confusion when working with ipcalc.sh, clarify that the last two parameters belong to the range calculation and rename 'num' to the slightly less ambiguous 'size'. Signed-off-by: Leon M. Busch-George --- package/base-files/files/bin/ipcalc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh index ffcdfc02d8..0132e8d9bf 100755 --- a/package/base-files/files/bin/ipcalc.sh +++ b/package/base-files/files/bin/ipcalc.sh @@ -61,7 +61,7 @@ BEGIN { print "PREFIX="prefix # range calculations: - # ipcalc + # ipcalc if (ARGC <= 3) exit(0) -- 2.30.2