aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-03 02:29:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-03 02:29:50 +1000
commitdf59b8498ffcc4738b60bd9112fbe2f22b103504 (patch)
tree532403392b2aca52a48ac7d65fbb096a540b0ce5 /proc.h
parent92fde30c0c4ac336aff8eda08f9e164b0f5761d9 (diff)
Minor edits of function descriptions, includes, etc.
darcs-hash:20060502162950-ac50b-c2fcfc957d55f292744bcb4b33b4d66fc42087ed.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 94d027e0..feff585c 100644
--- a/proc.h
+++ b/proc.h
@@ -328,7 +328,8 @@ void proc_update_jiffies();
void proc_sanity_check();
/**
- Send of an process/job exit event notification. This function is a conveniance wrapper around event_fire().
+ Send a process/job exit event notification. This function is a
+ conveniance wrapper around event_fire().
*/
void proc_fire_event( const wchar_t *msg, int type, pid_t pid, int status );