diff --git a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd
index da4c9a6c0c2..d7c14fd5605 100644
--- a/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd
+++ b/rse/plugins/org.eclipse.rse.ui/schema/subsystemConfigurations.exsd
@@ -136,7 +136,7 @@ These appear in configuration and properties pages for subsystems.
A semicolon separated list of system type names that subsystems from this configuration support. For example, "Unix;Linux".
-If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types.
+If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.
@@ -144,7 +144,7 @@ If not specified and the "systemTypeIds" attribute is not specified, d
A semicolon separated list of system type ids that subsystems from this configuration support. For example, "org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.linux".
-If not specified and the "systemTypes" attribute is not specified, defaults to all system types.
+If not specified and the "systemTypes" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.