diff --git a/docs/manual/OptionalTasks/dotnet.html b/docs/manual/OptionalTasks/dotnet.html
index 2443ecf2a..3d549f3af 100644
--- a/docs/manual/OptionalTasks/dotnet.html
+++ b/docs/manual/OptionalTasks/dotnet.html
@@ -78,7 +78,7 @@ can, however, be done if absolutely necessary.
- jsharp |
+ jsharpc |
Compiles J# files |
@@ -115,7 +115,7 @@ it should not work on other versions.
- vbc task
-- jsharp task
+- jsharpc task
- mono support
- ilasm
- tlbimport
@@ -125,7 +125,7 @@ it should not work on other versions.
implicit fileset is disabled
-The compile tasks: vbc, jsharp, and csc, all contain lots of common code
+The compile tasks: vbc, jsharpc, and csc, all contain lots of common code
in a shared base class: if you can use one you should be able to use
another.
@@ -187,7 +187,7 @@ it should not work on other versions.
- vbc task
-- jsharp task
+- jsharpc task
- mono support
- ilasm
- tlbimport
@@ -197,7 +197,7 @@ it should not work on other versions.
implicit fileset is disabled
-The compile tasks: vbc, jsharp, and csc, all contain lots of common code
+The compile tasks: vbc, jsharpc, and csc, all contain lots of common code
in a shared base class: if you can use one you should be able to use
another.
diff --git a/docs/manual/OptionalTasks/jsharp.html b/docs/manual/OptionalTasks/jsharpc.html
similarity index 99%
rename from docs/manual/OptionalTasks/jsharp.html
rename to docs/manual/OptionalTasks/jsharpc.html
index 2542f82e8..dc3c1a822 100644
--- a/docs/manual/OptionalTasks/jsharp.html
+++ b/docs/manual/OptionalTasks/jsharpc.html
@@ -2,7 +2,7 @@
- Jsharp
+ Jsharpc
Task
@@ -16,7 +16,7 @@
- Jsharp
+ Jsharpc
Task
Compile J# source down to a managed .NET application.
|
|