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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.19
1 files changed, 2 insertions, 7 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index 3dba6c5667a..5dfca3f40e9 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -10,8 +10,8 @@ Environments like MonoDevelop and "Microsoft Visual Studio .NET" use msbuild
project file format.
xbuild takes the path of the project or solution file to build, as the main argument.
-If no file is specified then it tries to build any solution file or project file in
-the current directory, that has a *proj extension.
+If no file is specified then it tries to build any project file in the current
+directory, that has a *proj extension.
.SH OPTIONS
.TP
.B \//target:T1[,TN]
@@ -43,11 +43,6 @@ Show xbuild usage
.TP
.B \//version
Display xbuild version
-.SH ENVIRONMENT VARIABLES
-.TP
-.I "XBUILD_EMIT_SOLUTION"
-If this variable is set, then the project file generated from a solution
-file is emitted.
.SH SEE ALSO
.BR mono(1), mcs(1)
.SH COPYRIGHT