Use <kbd> tag for keyboard shortcuts

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/15af9f02
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/15af9f02
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/15af9f02

Branch: refs/heads/master
Commit: 15af9f02db369b46b66f98f37ebf4c6ec78a85d6
Parents: f52a464
Author: Antonin Stefanutti <anto...@stefanutti.fr>
Authored: Thu Jan 28 15:50:35 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Jan 28 18:56:20 2016 +0100

----------------------------------------------------------------------
 examples/camel-example-aggregate/README.md              |  4 ++--
 examples/camel-example-bam/README.md                    |  2 +-
 examples/camel-example-cafe/README.md                   |  2 +-
 examples/camel-example-cdi-metrics/README.md            |  2 +-
 examples/camel-example-cdi-properties/README.md         |  2 +-
 examples/camel-example-cdi/README.md                    |  2 +-
 examples/camel-example-console/README.md                |  2 +-
 examples/camel-example-cxf-proxy/README.md              |  2 +-
 examples/camel-example-etl/README.md                    | 10 +++++-----
 examples/camel-example-guice-jms/README.md              |  2 +-
 examples/camel-example-jdbc/README.md                   |  2 +-
 examples/camel-example-jmx/README.md                    |  2 +-
 examples/camel-example-loan-broker/README.md            |  2 +-
 examples/camel-example-management/README.md             |  2 +-
 examples/camel-example-mybatis/README.md                |  2 +-
 examples/camel-example-osgi-rmi/README.md               |  2 +-
 examples/camel-example-osgi/README.md                   |  4 ++--
 examples/camel-example-pojo-messaging/README.md         |  2 +-
 examples/camel-example-reportincident/README.md         |  2 +-
 examples/camel-example-route-throttling/README.md       |  2 +-
 examples/camel-example-servlet-rest-blueprint/README.md |  2 +-
 examples/camel-example-simplejirabot/README.md          |  2 +-
 examples/camel-example-spring-boot/README.md            |  2 +-
 examples/camel-example-spring-javaconfig/README.md      |  2 +-
 examples/camel-example-spring-jms/README.md             |  2 +-
 examples/camel-example-spring-security/README.md        |  2 +-
 examples/camel-example-spring-ws/README.md              |  2 +-
 examples/camel-example-spring-xquery/README.md          |  2 +-
 examples/camel-example-spring/README.md                 |  2 +-
 examples/camel-example-sql-blueprint/README.md          |  4 ++--
 examples/camel-example-sql/README.md                    |  4 ++--
 examples/camel-example-ssh-security/README.md           |  2 +-
 examples/camel-example-ssh/README.md                    |  2 +-
 examples/camel-example-swagger-cdi/README.md            |  2 +-
 examples/camel-example-swagger-java/README.md           |  2 +-
 examples/camel-example-tracer/README.md                 |  2 +-
 examples/camel-example-twitter-websocket/README.md      |  2 +-
 examples/camel-example-widget-gadget-cdi/README.md      |  5 +++--
 examples/camel-example-widget-gadget-java/README.md     |  5 +++--
 examples/camel-example-widget-gadget-xml/README.md      |  5 +++--
 40 files changed, 54 insertions(+), 51 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-aggregate/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-aggregate/README.md 
b/examples/camel-example-aggregate/README.md
index 10a3a5e..67b5a98 100644
--- a/examples/camel-example-aggregate/README.md
+++ b/examples/camel-example-aggregate/README.md
@@ -30,8 +30,8 @@ To run the example type:
 
        mvn camel:run
 
-To stop the example hit `Ctrl-C`.  If you restart it and resume entering 
numbers
-you should see that it remembered previously entered values, as it
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>.  If you restart it and 
resume
+entering numbers you should see that it remembered previously entered values, 
as it
 uses a persistent store.
 
 ### Documentation

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-bam/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-bam/README.md 
b/examples/camel-example-bam/README.md
index b031568..912feee 100644
--- a/examples/camel-example-bam/README.md
+++ b/examples/camel-example-bam/README.md
@@ -26,7 +26,7 @@ To run the example with Maven, type
 You can see the BAM activies defined in
   `src/main/java/org/apache/camel/example/bam/MyActivites.java`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-cafe/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cafe/README.md 
b/examples/camel-example-cafe/README.md
index 65cc4cb..6ff1777 100644
--- a/examples/camel-example-cafe/README.md
+++ b/examples/camel-example-cafe/README.md
@@ -21,7 +21,7 @@ You can see the routing rules by looking at the java code in 
the
 `src/main/java directory` and the Spring XML configuration lives in
 `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-cdi-metrics/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi-metrics/README.md 
b/examples/camel-example-cdi-metrics/README.md
index ee5dd43..bf161d1 100644
--- a/examples/camel-example-cdi-metrics/README.md
+++ b/examples/camel-example-cdi-metrics/README.md
@@ -59,7 +59,7 @@ And every 10 seconds, the metrics report, e.g.:
 2016-01-18 15:19:14,361 [rter-1-thread-1] INFO  metrics - type=METER, 
name=success, count=12, mean_rate=0.5768131773739456, m1=0.6012785791263936, 
m5=0.6000546385677541, m15=0.6000061386568257, rate_unit=events/second
 ```
 
-The Camel application can be stopped pressing `ctrl + c` in the shell.
+The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in 
the shell.
 
 ### Forum, Help, etc
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-cdi-properties/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi-properties/README.md 
b/examples/camel-example-cdi-properties/README.md
index fe7b498..8099292 100644
--- a/examples/camel-example-cdi-properties/README.md
+++ b/examples/camel-example-cdi-properties/README.md
@@ -41,7 +41,7 @@ being logged to the console, e.g.:
 2016-01-28 15:02:46,661 [cdi.Main.main()] INFO  route1              - Hello 
from CamelContext (hello)
 ```
 
-The Camel application can be stopped pressing `ctrl + c` in the shell.
+The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in 
the shell.
 
 ### Forum, Help, etc
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-cdi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi/README.md 
b/examples/camel-example-cdi/README.md
index 3cdf12d..e1e0ed8 100644
--- a/examples/camel-example-cdi/README.md
+++ b/examples/camel-example-cdi/README.md
@@ -22,7 +22,7 @@ To run the example type
 You can see the routing rules by looking at the java code in the
   `src/main/java` directory
 
-  To stop the example hit `ctrl + c`
+  To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
   
 When we launch the example using the camel maven plugin, a local CDI container
 is created and started.

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-console/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-console/README.md 
b/examples/camel-example-console/README.md
index 0f7afbc..961cfb3 100644
--- a/examples/camel-example-console/README.md
+++ b/examples/camel-example-console/README.md
@@ -18,7 +18,7 @@ To run the example type
 You can see the routing rules by looking at the XML in the directory:
   `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 You can also run the example from your editor such as Eclipse, IDEA etc,
 by opening the org.apache.camel.example.console.CamelConsoleMain class

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-cxf-proxy/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-proxy/README.md 
b/examples/camel-example-cxf-proxy/README.md
index 8524fef..95bccd1 100644
--- a/examples/camel-example-cxf-proxy/README.md
+++ b/examples/camel-example-cxf-proxy/README.md
@@ -34,7 +34,7 @@ The webservice WSDL is exposed at:
 <http://localhost:9080/camel-example-cxf-proxy/webservices/incident?wsdl>
 
 Because we use dynamic port numbers, you have to check the console to get the 
used one.
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 To make a SOAP call open soapUI or another SOAP query tool and create a new
 project w/WSDL of 
<http://localhost:${proxy.port}/camel-example-cxf-proxy/webservices/incident?wsdl>.

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-etl/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-etl/README.md 
b/examples/camel-example-etl/README.md
index ff9d060..4e02a28 100644
--- a/examples/camel-example-etl/README.md
+++ b/examples/camel-example-etl/README.md
@@ -20,7 +20,7 @@ You can see the routing rules by looking at the java code in 
the src/main/java
 directory and the Spring XML configuration lives in
   `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Build and Run inside OSGi container
 
@@ -39,10 +39,10 @@ from the shell using this example's "features.xml" for easy 
provisioning.
        features:addUrl 
mvn:org.apache.camel/camel-example-etl/${version}/xml/features
        features:install camel-example-etl
 
-The example outputs logs into the console. When you're done just hit `ctrl + 
d` to exit the container.
-Next time you start the container again use the 'clean' option so that this 
example's bundle gets
-removed and you don't see the logs anymore written into the console, e.g. in 
case of Karaf start it
-again using:
+The example outputs logs into the console. When you're done just hit 
<kbd>ctrl</kbd>+<kbd>d</kbd>
+to exit the container. Next time you start the container again use the 'clean' 
option so that
+this example's bundle gets removed and you don't see the logs anymore written 
into the console,
+e.g. in case of Karaf start it again using:
 
        karaf clean
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-guice-jms/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-guice-jms/README.md 
b/examples/camel-example-guice-jms/README.md
index 4b12a2c..522a7c4 100644
--- a/examples/camel-example-guice-jms/README.md
+++ b/examples/camel-example-guice-jms/README.md
@@ -31,7 +31,7 @@ You can see the routing rules by looking at the java code in 
the
 `src/main/java directory` and the `guicejndi.properties` file lives in
 `src/main/resources/guicejndi.properties`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-jdbc/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-jdbc/README.md 
b/examples/camel-example-jdbc/README.md
index cae8ab1..ece3846 100644
--- a/examples/camel-example-jdbc/README.md
+++ b/examples/camel-example-jdbc/README.md
@@ -17,7 +17,7 @@ Now to run the example type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Configuration
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-jmx/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-jmx/README.md 
b/examples/camel-example-jmx/README.md
index 39bcc13..5b66d96 100644
--- a/examples/camel-example-jmx/README.md
+++ b/examples/camel-example-jmx/README.md
@@ -24,7 +24,7 @@ You can see the routing rules by looking at the java code in 
the
 `src/main/java` directory and the Spring XML configuration lives in
 `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-loan-broker/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-loan-broker/README.md 
b/examples/camel-example-loan-broker/README.md
index 4107d57..9be9e2f 100644
--- a/examples/camel-example-loan-broker/README.md
+++ b/examples/camel-example-loan-broker/README.md
@@ -26,7 +26,7 @@ The example of web services version
        mvn exec:java -PWS.LoanBroker
        mvn exec:java -PWS.Client
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-management/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-management/README.md 
b/examples/camel-example-management/README.md
index 226ae78..fde763c 100644
--- a/examples/camel-example-management/README.md
+++ b/examples/camel-example-management/README.md
@@ -62,7 +62,7 @@ You can see the routing rules by looking at the java code in 
the
 `src/main/java directory` and the Spring XML configuration lives in
 `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-mybatis/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-mybatis/README.md 
b/examples/camel-example-mybatis/README.md
index 8c1783c..f0c1139 100644
--- a/examples/camel-example-mybatis/README.md
+++ b/examples/camel-example-mybatis/README.md
@@ -31,7 +31,7 @@ And you can see the application running by tailing the logs
 
        log:tail
 
-And you can use `ctrl + c` to stop tailing the log.
+And you can use <kbd>ctrl</kbd>+<kbd>c</kbd> to stop tailing the log.
 
 ### Configuration
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-osgi-rmi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-osgi-rmi/README.md 
b/examples/camel-example-osgi-rmi/README.md
index 689dff4..9ae14b0 100644
--- a/examples/camel-example-osgi-rmi/README.md
+++ b/examples/camel-example-osgi-rmi/README.md
@@ -25,7 +25,7 @@ To run the client
 
        mvn exec:java -PClient
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 
 ### Run inside OSGi container

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-osgi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-osgi/README.md 
b/examples/camel-example-osgi/README.md
index 1486a43..84481ac 100644
--- a/examples/camel-example-osgi/README.md
+++ b/examples/camel-example-osgi/README.md
@@ -14,7 +14,7 @@ To run the example using Maven type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Run inside OSGi container
 You will need to compile and install this example first:
@@ -35,7 +35,7 @@ The example outputs to the log, which you can see using
 
        log:tail
 
-And use `ctrl+c` to break the tail.
+And use <kbd>ctrl</kbd>+<kbd>c</kbd> to break the tail.
 
 ### Forum, Help, etc
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-pojo-messaging/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-pojo-messaging/README.md 
b/examples/camel-example-pojo-messaging/README.md
index dd69ed8..5f49478 100644
--- a/examples/camel-example-pojo-messaging/README.md
+++ b/examples/camel-example-pojo-messaging/README.md
@@ -18,7 +18,7 @@ To run the example type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-reportincident/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident/README.md 
b/examples/camel-example-reportincident/README.md
index 9609fe0..a624c0d 100644
--- a/examples/camel-example-reportincident/README.md
+++ b/examples/camel-example-reportincident/README.md
@@ -28,7 +28,7 @@ The webservice WSDL is exposed at:
 
 <http://localhost:9080/webservices/incident?wsdl>
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-route-throttling/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-route-throttling/README.md 
b/examples/camel-example-route-throttling/README.md
index 87f39e2..dfe4fb9 100644
--- a/examples/camel-example-route-throttling/README.md
+++ b/examples/camel-example-route-throttling/README.md
@@ -33,7 +33,7 @@ The example should run if you type:
 
        mvn exec:java -PCamelFileClient
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-servlet-rest-blueprint/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-rest-blueprint/README.md 
b/examples/camel-example-servlet-rest-blueprint/README.md
index b4f9d84..0890c7c 100644
--- a/examples/camel-example-servlet-rest-blueprint/README.md
+++ b/examples/camel-example-servlet-rest-blueprint/README.md
@@ -31,7 +31,7 @@ And you can see the application running by tailing the logs
 
        log:tail
 
-And you can use `ctrl + c` to stop tailing the log.
+And you can use <kbd>ctrl</kbd>+<kbd>c</kbd> to stop tailing the log.
 
 There is a user REST service that supports the following operations
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-simplejirabot/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-simplejirabot/README.md 
b/examples/camel-example-simplejirabot/README.md
index c6aa475..a5d2c89 100644
--- a/examples/camel-example-simplejirabot/README.md
+++ b/examples/camel-example-simplejirabot/README.md
@@ -29,7 +29,7 @@ You can see the routing rules by looking at the java code in 
the
 `src/main/java` directory and the Spring XML configuration lives in
 `src/main/resources/META-INF/spring` in each module
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring-boot/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-boot/README.md 
b/examples/camel-example-spring-boot/README.md
index 333c793..69f4d1b 100644
--- a/examples/camel-example-spring-boot/README.md
+++ b/examples/camel-example-spring-boot/README.md
@@ -31,7 +31,7 @@ You can also execute the fat WAR directly:
 
 You will see the message printed to the console every second.
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring-javaconfig/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-javaconfig/README.md 
b/examples/camel-example-spring-javaconfig/README.md
index 260a489..3190426 100644
--- a/examples/camel-example-spring-javaconfig/README.md
+++ b/examples/camel-example-spring-javaconfig/README.md
@@ -18,7 +18,7 @@ To run the example type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 
 ### Configuration

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring-jms/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-jms/README.md 
b/examples/camel-example-spring-jms/README.md
index 4de029b..32fc41e 100644
--- a/examples/camel-example-spring-jms/README.md
+++ b/examples/camel-example-spring-jms/README.md
@@ -29,7 +29,7 @@ The example should run if you type:
        mvn exec:java -PCamelClientRemoting
        mvn exec:java -PCamelClientEndpoint
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring-security/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-security/README.md 
b/examples/camel-example-spring-security/README.md
index be542ce..3b15376 100644
--- a/examples/camel-example-spring-security/README.md
+++ b/examples/camel-example-spring-security/README.md
@@ -14,7 +14,7 @@ To run the example, you need to start up the server by typing
 
        mvn jetty:run
 
-To stop the server hit `ctrl + c`
+To stop the server hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 The example consumes messages from a servlet endpoint which is secured by 
Spring Security
 with http basic authentication, there are two service:

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring-ws/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-ws/README.md 
b/examples/camel-example-spring-ws/README.md
index 42d6318..44f88f4 100644
--- a/examples/camel-example-spring-ws/README.md
+++ b/examples/camel-example-spring-ws/README.md
@@ -12,7 +12,7 @@ To run the example, you need to start up the server by typing
 
        mvn jetty:run
 
-To stop the server hit `ctrl + c`
+To stop the server hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 
 The web service endpoint address is:

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring-xquery/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-xquery/README.md 
b/examples/camel-example-spring-xquery/README.md
index 4b1137e..743c39a 100644
--- a/examples/camel-example-spring-xquery/README.md
+++ b/examples/camel-example-spring-xquery/README.md
@@ -23,7 +23,7 @@ To run the example using Maven, type
 You can see the routing rules by looking at the the Spring XML configuration
 at `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 This example is documented at 
<http://camel.apache.org/spring-xquery-example.html>

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-spring/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring/README.md 
b/examples/camel-example-spring/README.md
index 1d3fe68..c3686c3 100644
--- a/examples/camel-example-spring/README.md
+++ b/examples/camel-example-spring/README.md
@@ -22,7 +22,7 @@ You can see the routing rules by looking at the java code in 
the
 `src/main/java directory` and the Spring XML configuration lives in
 `src/main/resources/META-INF/spring`
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-sql-blueprint/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-sql-blueprint/README.md 
b/examples/camel-example-sql-blueprint/README.md
index 1137f4f..6227eb0 100644
--- a/examples/camel-example-sql-blueprint/README.md
+++ b/examples/camel-example-sql-blueprint/README.md
@@ -20,7 +20,7 @@ To run the example type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 This example uses Blueprint to setup and configure the database,
 as well the CamelContext. You can see this in the following file:
@@ -55,7 +55,7 @@ And you can see the application running by tailing the logs
 
        log:tail
 
-And you can use `ctrl + c` to stop tailing the log.
+And you can use <kbd>ctrl</kbd>+<kbd>c</kbd> to stop tailing the log.
 
 ### Documentation
 This example is documented at 
<http://camel.apache.org/sql-example-blueprint.html>

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-sql/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-sql/README.md 
b/examples/camel-example-sql/README.md
index fbd01e8..62b575a 100644
--- a/examples/camel-example-sql/README.md
+++ b/examples/camel-example-sql/README.md
@@ -22,7 +22,7 @@ To run the example type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 This example uses Spring to setup and configure the database,
 as well the CamelContext. You can see this in the following file:
@@ -54,7 +54,7 @@ And you can see the application running by tailing the logs
 
        log:tail
 
-And you can use `ctrl + c` to stop tailing the log.
+And you can use <kbd>ctrl</kbd>+<kbd>c</kbd> to stop tailing the log.
 
 ### Documentation
 This example is documented at <http://camel.apache.org/sql-example.html>

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-ssh-security/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-ssh-security/README.md 
b/examples/camel-example-ssh-security/README.md
index a0bb1e8..df8c7a8 100644
--- a/examples/camel-example-ssh-security/README.md
+++ b/examples/camel-example-ssh-security/README.md
@@ -65,7 +65,7 @@ To test locally, assuming you have Setup Karaf and have it 
running, run the foll
 
     mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Run with Karaf
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-ssh/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-ssh/README.md 
b/examples/camel-example-ssh/README.md
index d52112f..b04cecb 100644
--- a/examples/camel-example-ssh/README.md
+++ b/examples/camel-example-ssh/README.md
@@ -16,7 +16,7 @@ To run the example using Maven type
 
        mvn camel:run
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Run with Karaf
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-swagger-cdi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-swagger-cdi/README.md 
b/examples/camel-example-swagger-cdi/README.md
index ae75974..dde2e01 100644
--- a/examples/camel-example-swagger-cdi/README.md
+++ b/examples/camel-example-swagger-cdi/README.md
@@ -35,7 +35,7 @@ The rest services provides Swagger API which can be accessed 
from the following
 
 <http://localhost:8080/api-doc>
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Forum, Help, etc
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-swagger-java/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-swagger-java/README.md 
b/examples/camel-example-swagger-java/README.md
index cf68b81..a8a7767 100644
--- a/examples/camel-example-swagger-java/README.md
+++ b/examples/camel-example-swagger-java/README.md
@@ -30,7 +30,7 @@ The example has documentation in the home.html page which you 
can access using t
 This example implements the rest-dsl in XML in the camel-config.xml file. For 
an example that
 is using Java code, see the `camel-example-swagger-cdi`.
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Forum, Help, etc
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-tracer/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-tracer/README.md 
b/examples/camel-example-tracer/README.md
index 127b819..8860ee2 100644
--- a/examples/camel-example-tracer/README.md
+++ b/examples/camel-example-tracer/README.md
@@ -23,7 +23,7 @@ In the console you can enter some words separated with space. 
Try to enter:
 This example will based on the input get some quotes from the input and select 
the best quote
 to return as response in the console.
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 ### Documentation
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-twitter-websocket/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-twitter-websocket/README.md 
b/examples/camel-example-twitter-websocket/README.md
index e14dfab..5fe7269 100644
--- a/examples/camel-example-twitter-websocket/README.md
+++ b/examples/camel-example-twitter-websocket/README.md
@@ -25,7 +25,7 @@ Then open a browser to see live twitter updates in the web 
page
        http://localhost:9090
 <http://localhost:9090>
 
-To stop the example hit `ctrl + c`
+To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 
 ### Documentation

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-widget-gadget-cdi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-widget-gadget-cdi/README.md 
b/examples/camel-example-widget-gadget-cdi/README.md
index ee5359b..0ae4bab 100644
--- a/examples/camel-example-widget-gadget-cdi/README.md
+++ b/examples/camel-example-widget-gadget-cdi/README.md
@@ -38,7 +38,8 @@ Then the broker can be started with
     cd apache-activemq-5.13.0
     bin/activemq console
 
-And then Broker is running (you can press `ctrl + c` in the shell to stop the 
broker).
+And then Broker is running (you can press <kbd>ctrl</kbd>+<kbd>c</kbd> in the 
shell
+to stop the broker).
 
 The Camel application connects to the remote broker on url: 
`tcp://localhost:61616`.
 The url can be changed in the `WidgetMain.java` source code.
@@ -60,7 +61,7 @@ and then browse the queues. You should see the three queues:
  - widget
  - gadget
 
-The Camel application can be stopped pressing `ctrl + c` in the shell.
+The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in 
the shell.
 
 ### Configuration
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-widget-gadget-java/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-widget-gadget-java/README.md 
b/examples/camel-example-widget-gadget-java/README.md
index 9f3f4dd..cd04fb9 100644
--- a/examples/camel-example-widget-gadget-java/README.md
+++ b/examples/camel-example-widget-gadget-java/README.md
@@ -36,7 +36,8 @@ Then the broker can be started with
     cd apache-activemq-5.13.0
     bin/activemq console
 
-And then Broker is running (you can press `ctrl + c` in the shell to stop the 
broker).
+And then Broker is running (you can press <kbd>ctrl</kbd>+<kbd>c</kbd> in the 
shell
+to stop the broker).
 
 The Camel application connects to the remote broker on url: 
`tcp://localhost:61616`.
 The url can be changed in the `WidgetMain.java` source code.
@@ -58,7 +59,7 @@ and then browse the queues. You should see the three queues:
  - widget
  - gadget
 
-The Camel application can be stopped pressing `ctrl + c` in the shell.
+The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in 
the shell.
 
 ### Configuration
 

http://git-wip-us.apache.org/repos/asf/camel/blob/15af9f02/examples/camel-example-widget-gadget-xml/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-widget-gadget-xml/README.md 
b/examples/camel-example-widget-gadget-xml/README.md
index 28c41af..9cbc8d8 100644
--- a/examples/camel-example-widget-gadget-xml/README.md
+++ b/examples/camel-example-widget-gadget-xml/README.md
@@ -37,7 +37,8 @@ Then the broker can be started with
     cd apache-activemq-5.13.0
     bin/activemq console
 
-And then Broker is running (you can press `ctrl + c` in the shell to stop the 
broker).
+And then Broker is running (you can press <kbd>ctrl</kbd>+<kbd>c</kbd> in the 
shell
+to stop the broker).
 
 The Camel application connects to the remote broker on url: 
`tcp://localhost:61616`.
 The url can be changed in the `widget.xml` source code.
@@ -59,7 +60,7 @@ and then browse the queues. You should see the three queues:
  - widget
  - gadget
 
-The Camel application can be stopped pressing `ctrl + c` in the shell.
+The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in 
the shell.
 
 ### Configuration
 

Reply via email to