~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man5/core.5

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
.\" Formatted or processed versions of this manual, if unaccompanied by
21
21
.\" the source, must acknowledge the copyright and authors of this work.
22
22
.\"
23
 
.TH CORE 5 2010-02-27 "Linux" "Linux Programmer's Manual"
 
23
.TH CORE 5 2010-11-15 "Linux" "Linux Programmer's Manual"
24
24
.SH NAME
25
25
core \- core dump file
26
26
.SH DESCRIPTION
308
308
.RB "$" " cc \-o core_pattern_pipe_test core_pattern_pipe_test.c"
309
309
.RB "$" " su"
310
310
Password:
311
 
.RB "#" " echo \(aq|$PWD/core_pattern_pipe_test %p \
312
 
UID=%u GID=%g sig=%s\(aq > \e"
 
311
.RB "#" " echo \(dq|$PWD/core_pattern_pipe_test %p \
 
312
UID=%u GID=%g sig=%s\(dq > \e"
313
313
.B "    /proc/sys/kernel/core_pattern"
314
314
.RB "#" " exit"
315
315
.RB "$" " sleep 100"
390
390
.BR pthreads (7),
391
391
.BR signal (7)
392
392
.SH COLOPHON
393
 
This page is part of release 3.27 of the Linux
 
393
This page is part of release 3.32 of the Linux
394
394
.I man-pages
395
395
project.
396
396
A description of the project,