Closed l3u closed 6 years ago
The values for command line options are supplied as values, not as XML-ish tags. The bracket quotes / guillemets in the manual are used to denote where a value must be supplied.
Feel free to propose a better typographical way which renders well on both RST, and man (take into account that a manpage might also become displayed as plain text (no bold,underline, ...)).
According to the manpage, the device file to use can be set using the
<serial-device>
tag. I currently have:If I change it to
vcontrold crashes with a segfault. Looking into the sources, the xml config apparently does not know about a
serial-device
tag. If this is actually the case, we either should process this tag (which would be a meaningful thing imo, as the currentserial
tag is apparently always followed by atty
tag and nothing else, so exchaning this for aserial-device
tag would be less complicated), or we should change the manpage.I just didn't want to correct the manpage without asking first if I'm correct.
Cheers, Tobias