add examples to the command line options for remsim-bankd and remsim-client

Change-Id: Idfa6352ce90dd36dd27306d6c8a2023935ed822d
diff --git a/doc/manuals/chapters/remsim-bankd.adoc b/doc/manuals/chapters/remsim-bankd.adoc
index be9b2c0..d35056b 100644
--- a/doc/manuals/chapters/remsim-bankd.adoc
+++ b/doc/manuals/chapters/remsim-bankd.adoc
@@ -85,6 +85,16 @@
   Specify the local TCP port to whicc the socket for incoming connections
   from `osmo-remsim-client`s is bound to.
 
+==== Examples
+.remsim-server is on 10.2.3.4, cardreader has 5 slots:
+----
+osmo-remsim-bankd -i 10.2.3.4 -n 5
+----
+.remsim-server is on 10.2.3.4, cardreader has 4 slots, local ip is 10.5.4.3
+----
+osmo-remsim-bankd -i 10.2.3.4 -n 4 -I 10.5.4.3
+----
+
 === Logging
 
 `osmo-remsim-bankd` currently logs to stdout only, and the logging
diff --git a/doc/manuals/chapters/remsim-client.adoc b/doc/manuals/chapters/remsim-client.adoc
index 0526dbb..8f90a1a 100644
--- a/doc/manuals/chapters/remsim-client.adoc
+++ b/doc/manuals/chapters/remsim-client.adoc
@@ -83,6 +83,15 @@
   and will later be overridden by the ATR as specified by
   `osmo-remsim-bankd` once a card has been mapped to this client.
 
+==== Examples
+.remsim-server is on 10.2.3.4, sysmoQMOD on usb bus, all 4 modems:
+----
+osmo-remsim-client-st2 -s 10.2.3.4 -V 1d50 -P 4004 -C 1 -I 0 -H 2-1.1 -c 0 -n 0
+osmo-remsim-client-st2 -s 10.2.3.4 -V 1d50 -P 4004 -C 1 -I 1 -H 2-1.1 -c 0 -n 1
+osmo-remsim-client-st2 -s 10.2.3.4 -V 1d50 -P 4004 -C 1 -I 0 -H 2-1.4 -c 0 -n 2
+osmo-remsim-client-st2 -s 10.2.3.4 -V 1d50 -P 4004 -C 1 -I 1 -H 2-1.4 -c 0 -n 3
+----
+
 === Logging
 
 `osmo-remsim-client` currently logs to stdout only, and the logging