diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-14 14:46:13 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-14 14:46:13 +0100 |
commit | cb495ca5dd7773dc07cbc44cfa72067abd59b9dc (patch) | |
tree | a0564e9743d416c6446a23224dcb120bf0860622 /doc/example.mux | |
parent | 921027d1024fc017a81fc81c89a1275405f15751 (diff) | |
download | dabmux-cb495ca5dd7773dc07cbc44cfa72067abd59b9dc.tar.gz dabmux-cb495ca5dd7773dc07cbc44cfa72067abd59b9dc.tar.bz2 dabmux-cb495ca5dd7773dc07cbc44cfa72067abd59b9dc.zip |
Add double quotes to all labels in example.mux
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/example.mux b/doc/example.mux index efe9504..3a6f28f 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -212,8 +212,8 @@ components { ; data: unspecified=0, TMC=1, EWS=2, ITTS=3, paging=4, TDC=5, IP=59, MOT=60, proprietary=61 type 0 - label funk - shortlabel fu + label "funk" + shortlabel "fu" service srv-fu subchannel sub-fu @@ -227,11 +227,11 @@ components { comp-lu { ; labels are maximum 16 characters in length - label luschtig + label "luschtig" ; a shortlabel is created by dropping some letters from the ; label, max length 8 - shortlabel lu + shortlabel "lu" service srv-lu subchannel sub-lu } |