Fix typo
This commit is contained in:
parent
58b905a8c3
commit
f35979e90f
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -1,6 +1,6 @@
|
|||
|
||||
COMEDILIB
|
||||
The Linux Control and Measurement Interface Library
|
||||
The Linux Control and Measurement Device Interface Library
|
||||
David Schleef <ds@schleef.org>
|
||||
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ void do_help(int i)
|
|||
" --write-buffer <size>\n"
|
||||
" set buffer size in kilobytes used for writing\n"
|
||||
"\n"
|
||||
" <optN> are integers whose interpretation is driver dependent."
|
||||
" <optN> are integers whose interpretation is driver dependent.\n"
|
||||
" In general, for PCI boards, <opt1> and <opt2> refer to the bus/slot\n"
|
||||
" indices of the board. If not specified, a board will automatically\n"
|
||||
" be chosen. For non-PCI boards, <opt1> specifies the I/O port base\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue