diff --git a/debug/org.eclipse.cdt.debug.mi.core/schema/commandFactories.exsd b/debug/org.eclipse.cdt.debug.mi.core/schema/commandFactories.exsd
index d2c47830bbf..84a7736b1fa 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/schema/commandFactories.exsd
+++ b/debug/org.eclipse.cdt.debug.mi.core/schema/commandFactories.exsd
@@ -6,7 +6,7 @@
- Allows the contributions of modified/extended gdb/mi command sets.
+ Allows the contributions of modified gdb/mi command sets.
@@ -113,7 +113,9 @@
- <extension point="org.eclipse.cdt.debug.mi.core.commandFactories">
+ The following is an example of a command factory extension point:
+
+<extension point="org.eclipse.cdt.debug.mi.core.commandFactories">
<commandFactory
class="org.eclipse.cdt.debug.mi.core.command.factories.win32.CygwinCommandFactory"
debuggerID="org.eclipse.cdt.debug.mi.core.CDebuggerNew"
@@ -122,7 +124,6 @@
name="CygWin"
platforms="win32"/>
</extension>
-
@@ -131,7 +132,7 @@
- [Enter API information here.]
+ Value of the attribute class must be a fully qualified name of a Java class that extends the class org.eclipse.cdt.debug.mi.core.command.CommandFactory.
@@ -140,7 +141,7 @@
- [Enter information about supplied implementation of this extension point.]
+
@@ -154,7 +155,6 @@ All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-