Browse Source

Add missing documentation for --list-moutputs parameter.

Georgi Chorbadzhiyski 9 years ago
parent
commit
6af996c9c6
3 changed files with 11 additions and 2 deletions
  1. 3
    0
      ChangeLog
  2. 1
    0
      README
  3. 7
    2
      videohubctrl.1

+ 3
- 0
ChangeLog View File

@@ -1,4 +1,7 @@
1 1
 |-----------------------------------------------------------------------|
2
+xxxx-xx-xx : Version 0.5-dev
3
+ * Add missing documentation for --list-moutputs parameter.
4
+
2 5
 2014-11-30 : Version 0.4
3 6
  * Add videohubctrl(1) man page.
4 7
  * Add all, install, uninstall and help Makefile targets.

+ 1
- 0
README View File

@@ -51,6 +51,7 @@ Commands:
51 51
  --list-device              | Display device info.
52 52
  --list-vinputs             | List device video inputs.
53 53
  --list-voutputs            | List device video outputs.
54
+ --list-moutputs            | List device monitoring outputs.
54 55
 
55 56
 Video inputs configuration:
56 57
  --vi-name <in_X> <name>    | Set video input port X name.

+ 7
- 2
videohubctrl.1 View File

@@ -45,7 +45,7 @@ Show the command line that will restore the device to it's configuration.
45 45
 Display main device info including model, number of ports, etc.
46 46
 .TP
47 47
 \fB\-\-list\-vinputs\fR
48
-Display device video inputs, port numbers, names, how many outputs an
48
+Display device video inputs. Port numbers, names, how many outputs an
49 49
 input is being routed to, the list of the outputs and the port status
50 50
 (type).
51 51
 
@@ -60,7 +60,7 @@ these:
60 60
 .fi
61 61
 .TP
62 62
 \fB\-\-list\-voutputs\fR
63
-Display device video outputs, port numbers, names, locking status, which
63
+Display device video outputs. Port numbers, names, locking status, which
64 64
 input is routed to a given output and the port status (type).
65 65
 
66 66
 There are two locking statuses:
@@ -71,6 +71,11 @@ There are two locking statuses:
71 71
 
72 72
 The port status field (s) have the same format as input ports (described
73 73
 in \fB\-\-list\-vinputs\fR option).
74
+.TP
75
+\fB\-\-list\-moutputs\fR
76
+Display device monitoring outputs. Port numbers, names, locking status and
77
+which input is routed to a given output. The locking statuses are the
78
+same as video input and output ports.
74 79
 .SH CONFIGURATION COMMANDS
75 80
 .PP
76 81
 Everywhere where port needs to be set, you can use the port number or the

Loading…
Cancel
Save