From e94cb46c2219da504a559d49eeda3e4134b96453 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 18:36:50 +0000 Subject: *** empty log message *** --- runtime/docs/html/probes_2shellsnoop_2README-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/docs/html/probes_2shellsnoop_2README-source.html') diff --git a/runtime/docs/html/probes_2shellsnoop_2README-source.html b/runtime/docs/html/probes_2shellsnoop_2README-source.html index 2a2ac71d..25dfde60 100644 --- a/runtime/docs/html/probes_2shellsnoop_2README-source.html +++ b/runtime/docs/html/probes_2shellsnoop_2README-source.html @@ -34,7 +34,7 @@ 00025 if (!strcmp(current->comm,"bash") || !strcmp(current->comm,"sh") || !strcmp(current->comm, "zsh") 00026 || !strcmp(current->comm, "tcsh") || !strcmp(current->comm, "pdksh")) 00027 { -00028 dlog ("%d\t%d\t%d\t%s ", current->uid, current->pid, current->parent->pid, filename); +00028 dlog ("%d\t%d\t%d\t%s ", current->uid, current->pid, current->parent->pid, filename); 00029 @pids[current->pid] = 1; 00030 00031 /* print out argv, ignoring argv[0] */ @@ -74,12 +74,12 @@ 00065 else len = 64; 00066 if (len = dtr_strncpy_from_user(str, buf, len)) { 00067 str[len] = 0; -00068 dlog ("%d\t%d\t%s\tW %s\n", current->pid, current->parent->pid, current->comm, str); +00068 dlog ("%d\t%d\t%s\tW %s\n", current->pid, current->parent->pid, current->comm, str); 00069 } 00070 } 00071 } 00072 \endverbatim 00073 */
-Generated on Tue Mar 22 00:32:02 2005 for SystemTap. +Generated on Tue Mar 22 10:27:36 2005 for SystemTap. -- cgit