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

+ 1
- 0
README View File

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

+ 7
- 2
videohubctrl.1 View File

45
 Display main device info including model, number of ports, etc.
45
 Display main device info including model, number of ports, etc.
46
 .TP
46
 .TP
47
 \fB\-\-list\-vinputs\fR
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
 input is being routed to, the list of the outputs and the port status
49
 input is being routed to, the list of the outputs and the port status
50
 (type).
50
 (type).
51
 
51
 
60
 .fi
60
 .fi
61
 .TP
61
 .TP
62
 \fB\-\-list\-voutputs\fR
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
 input is routed to a given output and the port status (type).
64
 input is routed to a given output and the port status (type).
65
 
65
 
66
 There are two locking statuses:
66
 There are two locking statuses:
71
 
71
 
72
 The port status field (s) have the same format as input ports (described
72
 The port status field (s) have the same format as input ports (described
73
 in \fB\-\-list\-vinputs\fR option).
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
 .SH CONFIGURATION COMMANDS
79
 .SH CONFIGURATION COMMANDS
75
 .PP
80
 .PP
76
 Everywhere where port needs to be set, you can use the port number or the
81
 Everywhere where port needs to be set, you can use the port number or the

Loading…
Cancel
Save