Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main/man
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2008-01-28 15:20:15 +0300
committerAnkit Jain <radical@corewars.org>2008-01-28 15:20:15 +0300
commite7f860c178deb935bca90d5d105530fd04ba70fe (patch)
tree194c86796f00366529fb0518c724929f760dee6d /main/man
parent411a4e5c7b9e03296542b841332429f2abe9c295 (diff)
* monodevelop.1: Add man page.
svn path=/trunk/monodevelop/; revision=94119
Diffstat (limited to 'main/man')
-rw-r--r--main/man/ChangeLog4
-rw-r--r--main/man/Makefile.am2
-rw-r--r--main/man/monodevelop.147
3 files changed, 52 insertions, 1 deletions
diff --git a/main/man/ChangeLog b/main/man/ChangeLog
index 9ef4ffbcba..566b6920d1 100644
--- a/main/man/ChangeLog
+++ b/main/man/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-28 Ankit Jain <jankit@novell.com>
+
+ * monodevelop.1: Add man page.
+
2007-08-21 Ankit Jain <jankit@novell.com>
* mdtool.1: "-s" added for --simple-makefiles.
diff --git a/main/man/Makefile.am b/main/man/Makefile.am
index 1f00178a9c..2cf6c4f3c2 100644
--- a/main/man/Makefile.am
+++ b/main/man/Makefile.am
@@ -1,3 +1,3 @@
-man_MANS = mdtool.1
+man_MANS = mdtool.1 monodevelop.1
EXTRA_DIST = $(man_MANS)
diff --git a/main/man/monodevelop.1 b/main/man/monodevelop.1
new file mode 100644
index 0000000000..e09d8dd199
--- /dev/null
+++ b/main/man/monodevelop.1
@@ -0,0 +1,47 @@
+.TH "monodevelop" 1
+.SH NAME
+monodevelop \- Free GNOME Development Environment
+.SH SYNOPSIS
+.B monodevelop
+[options] [projectfile]
+.SH DESCRIPTION
+.B monodevelop
+Free GNOME Development Environment
+.SH Options
+.PP
+.TP
+.B --debug
+Run mono in debug mode
+.TP
+.B --trace
+Run mono in trace mode
+.TP
+.B --profile
+Run mono in profile mode
+.TP
+.B --new-window
+force MD to open a new instance instead of passing to a running one. This option is forced if opening a combine.
+.SH ENVIRONMENT VARIABLES
+.PP
+.TP
+.B MONODEVELOP_CONSOLE_LOG_LEVEL
+The logging level, possible values are `fatal', `error', `warn', `info' and `debug'. The default is to log fatal, error and warn.
+.TP
+.B MONODEVELOP_CONSOLE_LOG_USE_COLOUR
+Use colour in log - true or false. The default is false.
+.TP
+.B MONODEVELOP_LOG_FILE
+If set, log is written to the specified file.
+.TP
+.B MONODEVELOP_FILE_LOG_LEVEL
+The logging level, possible values are `fatal', `error', `warn', `info' and `debug'. Valid only if MONODEVELOP_LOG_FILE is specified. The default is to log fata, error, warn and info.
+
+.SH SEE ALSO
+mdtool(1), mono(1), mcs(1)
+.BR
+.SH COPYRIGHT
+Copyright (C) 2008 Novell, Inc (http://www.novell.com)
+.SH MAILING LISTS
+Visit http://lists.ximian.com/mailman/listinfo/monodevelop-list for details.
+.SH WEB SITE
+Visit http://www.monodevelop.com for details