From 38d0a2795d418be42ae387b9c4e38fa31798033d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 28 Feb 2007 00:18:49 +0000 Subject: [PATCH] document -singleInstance in man page svn: r5705 --- man/man1/drscheme.1 | 11 ++++++++++- man/man1/mred.1 | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/man/man1/drscheme.1 b/man/man1/drscheme.1 index bf87391c41..ccc06def85 100644 --- a/man/man1/drscheme.1 +++ b/man/man1/drscheme.1 @@ -1,5 +1,5 @@ .\" dummy line -.TH DRSCHEME 1 "May 2006" +.TH DRSCHEME 1 "February 2007" .UC 4 .SH NAME drscheme \- The PLT Scheme programming environment @@ -61,6 +61,15 @@ When running in X11, DrScheme accepts the following standard .B -xrm .IR file . .PP +In addition, the option +.B -singleInstance +is treated like an X option (it must appear before all other +options), and it runs MrEd in single-instance mode. +In single-instance mode, when an existing instance +is running with the same executable name, all non-option +arguments are treated as file names and sent to the +existing instance. +.PP .SH FILES .I DrScheme diff --git a/man/man1/mred.1 b/man/man1/mred.1 index ff482f8978..68c8d2de5c 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -66,6 +66,15 @@ When running in X11, MrEd accepts the following standard .IR file . These options must appear before all other options. .PP +In addition, the option +.B -singleInstance +is treated like an X option (it must appear before all other +options), and it runs MrEd in single-instance mode. +In single-instance mode, when an existing instance +is running with the same executable name, all non-option +arguments are treated as file names and sent to the +existing instance. +.PP .SH STARTUP FILE AND EXPRESSION OPTIONS