diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-12-25 17:38:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-12-25 17:38:49 +0100 |
commit | 9a510ee0e34eebe79c5626b66e7493191b555cef (patch) | |
tree | 6324abda0c39fd3dad42b22e1ebb7dfbc7905d20 /doc/example.mux | |
parent | 86a0a6d93e336655b5419b233a374a5fe7161e1f (diff) | |
download | dabmux-9a510ee0e34eebe79c5626b66e7493191b555cef.tar.gz dabmux-9a510ee0e34eebe79c5626b66e7493191b555cef.tar.bz2 dabmux-9a510ee0e34eebe79c5626b66e7493191b555cef.zip |
Add datagroup option to config file
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/example.mux b/doc/example.mux index 2b0134e..e64636c 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -220,9 +220,12 @@ components { ; for packet components, the fields ; "user application type in FIG 0/13 for packet mode" ;figtype - ; and "packet address (default: 0x200 + <n> (512))" + ; "packet address (default: 0x200 + <n> (512))" ;address - ; are supported, with the same syntax as in the manpage + ; are supported, with the same syntax as in the manpage. + ; The -d option on the command line is: + ;datagroup (true|false) + ; and defaults to false. } comp-lu { |