From f72a2ee295806f34cf50a5064aa749c5d2d9098c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 12 Dec 2019 23:50:34 -0700 Subject: [PATCH] Wordsmith description of --band option. Drop "returning" a "full pathname". Leave more room for the default. --- src/microcode/option.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/microcode/option.c b/src/microcode/option.c index 25d013b5c..1d3056754 100644 --- a/src/microcode/option.c +++ b/src/microcode/option.c @@ -157,13 +157,11 @@ for the band.\n\ defined, \"%s\" is used.\n\ \n\ --band FILENAME\n\ - Specifies the initial band to be loaded. Searches for FILENAME in\n\ - the working directory and the library directories, returning the\n\ - full pathname of the first readable file of that name. If this\n\ - option isn't given, the filename is the value of the environment\n\ - variable MITSCHEME_BAND, or if that isn't defined, \"%s\"; in\n\ - these cases the library directories are searched, but not the\n\ - working directory.\n\ + Specifies the initial band to be loaded. Scheme searches for\n\ + FILENAME in the working directory and the library directories. If\n\ + this option is not given, the environment variable MITSCHEME_BAND\n\ + is used, or if that is not defined, \"%s\".\n\ + If this option is not given, the working directory is not searched.\n\ \n\ --fasl FILENAME\n\ Specifies that a cold load should be performed, using FILENAME as\n\ -- 2.25.1