fix typo
This commit is contained in:
parent
d5e514cc89
commit
ac0929d7f5
|
|
@ -307,7 +307,7 @@ EtherCAT functionality (see \autoref{chap:api}).
|
|||
|
||||
\item Accessing IDNs via the command-line tool.
|
||||
|
||||
\item Accessing IDNs at runtime via the the user-space library.
|
||||
\item Accessing IDNs at runtime via the user-space library.
|
||||
|
||||
\end{itemize}
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ string CommandDomains::helpString(const string &binaryBaseName) const
|
|||
<< endl
|
||||
<< "Command-specific options:" << endl
|
||||
<< " --domain -d <index> Positive numerical domain index." << endl
|
||||
<< " If ommitted, all domains are" << endl
|
||||
<< " If omitted, all domains are" << endl
|
||||
<< " displayed." << endl
|
||||
<< endl
|
||||
<< " --verbose -v Show FMMUs and process data" << endl
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ string CommandPdos::helpString(const string &binaryBaseName) const
|
|||
<< "Enable 1" << endl
|
||||
<< endl
|
||||
<< "2) Assigned PDOs - PDO direction, hexadecimal index and" << endl
|
||||
<< " the PDO name, if avaliable. Note that a 'Tx' and 'Rx'" << endl
|
||||
<< " the PDO name, if available. Note that a 'Tx' and 'Rx'" << endl
|
||||
<< " are seen from the slave's point of view. Example:" << endl
|
||||
<< endl
|
||||
<< " TxPDO 0x1a00 \"Channel1\"" << endl
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ string CommandSlaves::helpString(const string &binaryBaseName) const
|
|||
<< endl
|
||||
<< "1 5555:0 PREOP + EL3162 2C. Ana. Input 0-10V" << endl
|
||||
<< "| | | | | |" << endl
|
||||
<< "| | | | | \\- Name from the SII if avaliable," << endl
|
||||
<< "| | | | | \\- Name from the SII if available," << endl
|
||||
<< "| | | | | otherwise vendor ID and product" << endl
|
||||
<< "| | | | | code (both hexadecimal)." << endl
|
||||
<< "| | | | \\- Error flag. '+' means no error," << endl
|
||||
|
|
|
|||
Loading…
Reference in New Issue