From 2de895ce467d2facc4913a2616a411210b72a089 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 1 Feb 2011 07:52:19 -0700 Subject: [PATCH] minor man-page corrections Merge to 5.1 (cherry picked from commit 0011b386ba5e80dd33ce69ba0f1b05ce0d3284cd) --- man/man1/gracket.1 | 4 ++-- man/man1/racket.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/man1/gracket.1 b/man/man1/gracket.1 index d07e1a8b9d..9f89b570bd 100644 --- a/man/man1/gracket.1 +++ b/man/man1/gracket.1 @@ -30,11 +30,11 @@ is the same as supplying the option for interactive evaluation. .PP -Supplying a single non-switch argument to +Supplying non-switch, non-configuration arguments to .B gracket is the same as putting .B -u -before the argument to run it as a module-based script. +before the arguments to run the first one as a module-based script. .SH MORE INFORMATION For further information, run diff --git a/man/man1/racket.1 b/man/man1/racket.1 index 23b399ba0a..5e3d980670 100644 --- a/man/man1/racket.1 +++ b/man/man1/racket.1 @@ -25,11 +25,11 @@ is the same as supplying the option for interactive evaluation. .PP -Supplying a single non-switch argument to +Supplying non-switch, non-configuration arguments to .B racket is the same as putting .B -u -before the argument to run it as a module-based script. +before the arguments to run the first one as a module-based script. .SH MORE INFORMATION For further information, run