Deleted Added
full compact
25c25
< .\" $FreeBSD: head/lib/libprocstat/libprocstat.3 235286 2012-05-11 20:06:46Z gjb $
---
> .\" $FreeBSD: head/lib/libprocstat/libprocstat.3 249666 2013-04-20 07:47:26Z trociny $
30a31
> .Nm procstat_open_core ,
107a109,110
> .Fn procstat_open_core "const char *filename"
> .Ft "struct procstat *"
119c122,126
< library backend.
---
> library backend, or from the process
> .Xr core 5
> file, searching for statistics in special
> .Xr elf 3
> note sections.
131a139,148
> .Fn procstat_open_core
> uses
> .Xr elf 3
> routines to access statistics stored as a set of notes in a process
> .Xr core 5
> file, written by the kernel at the moment of the process abnormal termination.
> The
> .Fa filename
> argument is the process core file name.
> The
148c165
< Both functions dynamically allocate and return a
---
> The functions dynamically allocate and return a
252a270
> .Xr elf 3 ,
256a275
> .Xr core 5 ,