Update rigctl/rigctld man pages.

Document maximum pathname length for -r, -p, and -d options.
Note that -r and -m options are not optional.
Bump copyright date to 2012.
Hamlib-1.2.15
Nate Bargmann 2012-01-06 23:21:31 -06:00
rodzic b54932ec96
commit f409370200
2 zmienionych plików z 18 dodań i 18 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH RIGCTL "1" "June 21, 2011" "Hamlib" "Radio Control Program" .TH RIGCTL "1" "January 6, 2012" "Hamlib" "Radio Control Program"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -38,8 +38,9 @@ Please report bugs and provide feedback at the e-mail address given in the
REPORTING BUGS section. Patches and code enhancements are also welcome. REPORTING BUGS section. Patches and code enhancements are also welcome.
.SH OPTIONS .SH OPTIONS
This program follows the usual GNU command line syntax, with long This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-'). options starting with two dashes (`-'). At a minimum the -m and -r options
are required (not optional).
.PP
Here is a summary of the supported options: Here is a summary of the supported options:
.TP .TP
.B \-m, --model=id .B \-m, --model=id
@ -52,17 +53,15 @@ when using \fBrpc.rigd\fP or rig model 2 for NET rigctl (rigctld).
Use \fIdevice\fP as the file name of the port the radio is connected. Use \fIdevice\fP as the file name of the port the radio is connected.
Often a serial port, but could be a USB to serial adapter. Typically Often a serial port, but could be a USB to serial adapter. Typically
/dev/ttyS0, /dev/ttyS1, /dev/ttyUSB0, etc. on Linux or COM1, COM2, etc. /dev/ttyS0, /dev/ttyS1, /dev/ttyUSB0, etc. on Linux or COM1, COM2, etc.
on Win32. on Win32. Maximum length of 99 characters
.sp
Default is \fB/dev/rig\fP (may be a symbolic link to the actual device).
.TP .TP
.B \-p, --ptt-file=device .B \-p, --ptt-file=device
Use \fIdevice\fP as the file name of the Push-To-Talk device using a Use \fIdevice\fP as the file name of the Push-To-Talk device using a
device file as described above. device file as described above. Maximum length of 99 characters
.TP .TP
.B \-d, --dcd-file=device .B \-d, --dcd-file=device
Use \fIdevice\fP as the file name of the Data Carrier Detect device using a Use \fIdevice\fP as the file name of the Data Carrier Detect device using a
device file as described above. device file as described above. Maximum length of 99 characters
.TP .TP
.B \-P, --ptt-type=type .B \-P, --ptt-type=type
Use \fItype\fP of Push-To-Talk device. Use \fItype\fP of Push-To-Talk device.
@ -430,7 +429,7 @@ The command terminator, set by the \fIsend-cmd-term\fP option above, will
terminate each command string sent to the radio. This character should not be terminate each command string sent to the radio. This character should not be
a part of the input string. a part of the input string.
.SH EXAMPLES .SH EXAMPLES
Start \fBrigctl\fP for a Yaesu FT-920 using a USB to serial adapter in Start \fBrigctl\fP for a Yaesu FT-920 using a USB to serial adapter on Linux in
interactive mode: interactive mode:
.sp .sp
$ rigctl -m 114 -r /dev/ttyUSB1 $ rigctl -m 114 -r /dev/ttyUSB1
@ -490,9 +489,9 @@ Written by Stephane Fillod, Nate Bargmann, and the Hamlib Group
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2000-2010 Stephane Fillod Copyright \(co 2000-2010 Stephane Fillod
.br .br
Copyright \(co 2010 Nate Bargmann Copyright \(co 2010-2012 Nate Bargmann
.br .br
Copyright \(co 2000-2010 the Hamlib Group. Copyright \(co 2000-2012 the Hamlib Group.
.sp .sp
This is free software; see the source for copying conditions. This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY There is NO warranty; not even for MERCHANTABILITY

Wyświetl plik

@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH RIGCTLD "8" "June 21, 2011" "Hamlib" "Rig Control Daemon" .TH RIGCTLD "8" "January 6, 2012" "Hamlib" "Rig Control Daemon"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -58,7 +58,8 @@ Please report bugs and provide feedback at the e-mail address given in the
\fIREPORTING BUGS\fP section. Patches and code enhancements are also welcome. \fIREPORTING BUGS\fP section. Patches and code enhancements are also welcome.
.SH OPTIONS .SH OPTIONS
This program follows the usual GNU command line syntax, with long This program follows the usual GNU command line syntax, with long
options starting with two dashes ('-'). options starting with two dashes ('-'). At a minimum the -m and -r options
are required (not optional).
.PP .PP
Here is a summary of the supported options: Here is a summary of the supported options:
.TP .TP
@ -69,15 +70,15 @@ Select radio model number. See the -l, --list option below.
Use \fIdevice\fP as the file name of the port the radio is connected. Use \fIdevice\fP as the file name of the port the radio is connected.
Often a serial port, but could be a USB to serial adapter or USB port device. Often a serial port, but could be a USB to serial adapter or USB port device.
Typically /dev/ttyS0, /dev/ttyS1, /dev/ttyUSB0, etc. on Linux or COM1, COM2, Typically /dev/ttyS0, /dev/ttyS1, /dev/ttyUSB0, etc. on Linux or COM1, COM2,
etc. on Win32. etc. on Win32. Maximum length of 99 characters
.TP .TP
.B \-p, --ptt-file=device .B \-p, --ptt-file=device
Use \fIdevice\fP as the file name of the Push-To-Talk device using a Use \fIdevice\fP as the file name of the Push-To-Talk device using a
device file as described above. device file as described above. Maximum length of 99 characters
.TP .TP
.B \-d, --dcd-file=device .B \-d, --dcd-file=device
Use \fIdevice\fP as the file name of the Data Carrier Detect device using a Use \fIdevice\fP as the file name of the Data Carrier Detect device using a
device file as described above. device file as described above. Maximum length of 99 characters
.TP .TP
.B \-P, --ptt-type=type .B \-P, --ptt-type=type
Use \fItype\fP of Push-To-Talk device. Use \fItype\fP of Push-To-Talk device.
@ -657,9 +658,9 @@ Written by Stephane Fillod, Nate Bargmann, and the Hamlib Group
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2000-2010 Stephane Fillod Copyright \(co 2000-2010 Stephane Fillod
.br .br
Copyright \(co 2011 Nate Bargmann Copyright \(co 2011-2012 Nate Bargmann
.br .br
Copyright \(co 2000-2010 the Hamlib Group. Copyright \(co 2000-2012 the Hamlib Group.
.PP .PP
This is free software; see the source for copying conditions. This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY There is NO warranty; not even for MERCHANTABILITY