4.2BSD/usr/man/man1/gcore.1

Compare this file to the similar file:
Show the results in this format:

.TH GCORE 1 "18 January 1983"
.UC 4
.SH NAME
gcore \- get core images of running processes
.SH SYNOPSIS
.B gcore
process-id ...
.SH DESCRIPTION
.I Gcore
creates a core image of each specified process,
suitable for use with
.IR adb (1)
or
.IR dbx (1).
.SH FILES
core.<process-id>	core images
.SH BUGS
Paging activity that occurs while
.I gcore
is running may cause the program
to become confused.
For best results,
the desired processes should be stopped.