1msgid "%s: fork failed: %s\n" 2msgstr 3msgid "%s: %s: %s\n" 4msgstr 5msgid "%s: waitpid failed: %s\n" 6msgstr 7msgid "%s: " 8 "waitpid returned %ld when child pid was %ld\n" 9msgstr 10msgid "\n%s: %s: %s" 11msgstr 12msgid "(Core dump)" 13msgstr 14msgid "%s: malloc failed\n" 15msgstr 16msgid "%s: allocation failed: %s\n" 17msgstr 18msgid "Usage: %s [-f][-F [!]tracefromlist]" 19 "[-T [!]tracetolist][-o outputfile]\n" 20 " [-t calls][-v calls] prog [prog arguments]\n" 21 " -F <bindfromlist>\n" 22 " A comma separated list of libraries that are to be\n" 23 " traced. Only calls from these libraries will be\n" 24 " traced. The default is to trace calls from the\n" 25 " main executable.\n" 26 " If <bindfromlist> begins with a ! then it defines\n" 27 " a list of libraries to exclude from the trace.\n" 28 " -T <bindtolist>\n" 29 " A comma separated list of libraries that are to be\n" 30 " traced. Only calls to these libraries will be\n" 31 " traced. The default is to trace all calls.\n" 32 " If <bindtolist> begins with a ! then it defines\n" 33 " a list of libraries to exclude from the trace.\n" 34 " -o <outputfile>\n" 35 " %s output will be directed to 'outputfile'.\n" 36 " by default it is placed on stderr\n" 37 " -f\n" 38 " Follow all children created by fork() and also\n" 39 " print apptrace output for the children. This also\n" 40 " causes a 'pid' to be added to each output line\n" 41 " -t <tracelist>\n" 42 " A comma separated list of interfaces to trace.\n" 43 " A list preceded by ! is an exlusion list.\n" 44 " -v <verboselist>\n" 45 " A comma separated list of interfaces to trace\n" 46 " verbosely.\n" 47 " A list preceded by ! is an exclusion list.\n" 48 " Interfaces matched in -v do not also need to be\n" 49 " named by -t\n" 50 " All lists may use shell style wild cards.\n" 51 " Leading path components or suffixes are not required when\n" 52 " listing libraries (ie. libc will match /usr/lib/libc.so.1).\n" 53msgstr 54