blob: 21278b9bda26c31349fa69437af6febc742bb152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- a/ptracemodule.c 2001-11-26 04:24:30.000000000 +0000
+++ b/ptracemodule.c 2003-10-02 15:28:17.173323016 +0100
@@ -292,9 +292,10 @@
#ifdef PTRACE_SETOPTIONS
static char ptrace_settracesysgood__doc__[] =
-"settracesysgood(pid) -> None\n\
-Set the TRACESYSGOOD flag for this child. This causes the high (0x80) bit to
- be set on system call stops.";
+"settracesysgood(pid) -> None\n" \
+"Set the TRACESYSGOOD flag for this child." \
+"This causes the high (0x80) bit to" \
+" be set on system call stops.";
static PyObject *
ptrace_settracesysgood(PyObject *self, PyObject *args)
|