Deleted Added
full compact
25c25
< .\" $FreeBSD: head/lib/libprocstat/libprocstat.3 249679 2013-04-20 08:07:04Z trociny $
---
> .\" $FreeBSD: head/lib/libprocstat/libprocstat.3 249681 2013-04-20 08:10:47Z trociny $
35a36
> .Nm procstat_getauxv ,
44a46
> .Nm procstat_freeauxv ,
69a72,76
> .Fo procstat_freeauxv
> .Fa "struct procstat *procstat"
> .Fa "Elf_Auxinfo *auxv"
> .Fc
> .Ft void
131a139,144
> .Ft "Elf_Auxinfo *"
> .Fo procstat_getauxv
> .Fa "struct procstat *procstat"
> .Fa "struct kinfo_proc *kp"
> .Fa "unsigned int *count"
> .Fc
323a337,349
> .Fn procstat_getauxv
> function gets a pointer to the
> .Vt procstat
> structure, a pointer to
> .Vt kinfo_proc
> structure, and returns the auxiliary vector as a dynamically allocated array of
> .Vt Elf_Auxinfo
> elements.
> The caller is responsible to free the allocated memory with a subsequent
> .Fn procstat_freeauxv
> function call.
> .Pp
> The