document -singleInstance in man page

svn: r5705
This commit is contained in:
Matthew Flatt 2007-02-28 00:18:49 +00:00
parent f27a325fbc
commit 38d0a2795d
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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