fix javadoc

This commit is contained in:
Doug MacEachern 2007-04-14 14:31:20 +00:00
parent 7dde393538
commit af28b1e2d9
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public class Sigar implements SigarProxy {
* Send a signal to a process.
*
* @param pid The process id.
* @param signum The signal name.
* @param signame The signal name.
* @exception SigarException on failure.
*/
public void kill(long pid, String signame) throws SigarException {