diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-24 18:42:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-24 18:42:12 +0200 |
commit | e5fcc4e3c33ddeea8ea251025c45f445e34da150 (patch) | |
tree | 76b212bdcb656e6614dec5d22f7cfceae163af31 /README | |
parent | Add contol messages for flood control (diff) | |
download | sbus-e5fcc4e3c33ddeea8ea251025c45f445e34da150.tar.gz sbus-e5fcc4e3c33ddeea8ea251025c45f445e34da150.tar.bz2 sbus-e5fcc4e3c33ddeea8ea251025c45f445e34da150.tar.xz |
readme: remove unneccessarily backslashes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ Secret messages: by clients with matching credentials. These routing keys must match regular expression - ^!\/cred\/\([0-9]*\)\/\([0-9]*\)\/\([0-9]*\)\/\(.*\)$ + ^!/cred/\([0-9]*\)/\([0-9]*\)/\([0-9]*\)/\(.*\)$ where \1 is the group ID, \2 is the user ID, \3 is the process ID, and \4 the rest of routing key which may also use this |