diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-04-05 14:25:03 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-04-05 14:25:03 -0700 |
commit | ffad6b12c290a6b5aa2ca70a375e28f552bbef00 (patch) | |
tree | cf9e355bd910ccf9d6a51bbd2b964baa40a49be0 /docs/doxygen | |
parent | 0341203eb772e3c23df06514fbbea6cad48395b1 (diff) | |
parent | 0759dbf6990baf1a7ace2d3c9f3df498ccad1c75 (diff) |
Merge remote-tracking branch 'tracierenea/ctrlport_doc' into maint
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/ctrlport.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/ctrlport.dox b/docs/doxygen/other/ctrlport.dox index 94a768e429..fc0ac70320 100644 --- a/docs/doxygen/other/ctrlport.dox +++ b/docs/doxygen/other/ctrlport.dox @@ -416,7 +416,7 @@ To launch the ControlPort monitor application, know the IP address and port of the ControlPort endpoint established by the flowgraph and run: <pre> -gr-ctrlport-monitor \<ip-addr\> -p \<port\> +gr-ctrlport-monitor \<ip-addr\> \<port\> </pre> @@ -436,7 +436,7 @@ displayed as a table or bar graph. To launch the Performance Monitor, run: <pre> -gr-perf-monitorx \<ip-addr\> -p \<port\> +gr-perf-monitorx \<ip-addr\> \<port\> </pre> */ |