.B
Error attaching to pid ...
.RS
-An unknown error occured while attempted to attach to a process.. you may need to be root.
+An unknown error occurred while attempted to attach to a process.. you may need to be root.
.SH BUGS
Probably lots. Don't be surprised if the process you are monitoring dies.
.SH AUTHOR
}
#ifdef DEBUG
-/* often not used, doesnt need translation */
+/* often not used, doesn't need translation */
static void
debug_match_lists(struct names *names_head, struct inode_list *ino_head,
struct device_list *dev_head)
}
/* returns requested time interval in seconds,
- negative indicates error has occured
+ negative indicates error has occurred
*/
static long
parse_time_units(const char* age)
* gcc -I/usr/src/linux/include -D__KERNEL__ -x c -E -P - | \
* sed -rn '/void[[:blank:]]+prefetch[[:blank:]]*\(/,/^}/p'
*
- * on the appropiate architecture (here on i686 for i586).
+ * on the appropriate architecture (here on i686 for i586).
*/
extern inline void attribute((used,__gnu_inline__,always_inline,__artificial__)) prefetch(const void *restrict x)
{