Deleted Added
full compact
gcore.1 (68383) gcore.1 (70197)
1.\" Copyright (c) 1983, 1990, 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)gcore.1 8.2 (Berkeley) 4/18/94
1.\" Copyright (c) 1983, 1990, 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)gcore.1 8.2 (Berkeley) 4/18/94
33.\" $FreeBSD: head/usr.bin/gcore/gcore.1 68383 2000-11-06 09:20:09Z ru $
33.\" $FreeBSD: head/usr.bin/gcore/gcore.1 70197 2000-12-19 16:00:12Z ru $
34.\"
35.Dd April 18, 1994
36.Dt GCORE 1
37.Os BSD 4.2
38.Sh NAME
39.Nm gcore
40.Nd get core images of running process
41.Sh SYNOPSIS

--- 33 unchanged lines hidden (view full) ---

75.El
76.Sh FILES
77.Bl -tag -width /var/log/messages -compact
78.It Pa core.<pid>
79The core image.
80.It Pa /proc/<pid>/file
81The executable image.
82.El
34.\"
35.Dd April 18, 1994
36.Dt GCORE 1
37.Os BSD 4.2
38.Sh NAME
39.Nm gcore
40.Nd get core images of running process
41.Sh SYNOPSIS

--- 33 unchanged lines hidden (view full) ---

75.El
76.Sh FILES
77.Bl -tag -width /var/log/messages -compact
78.It Pa core.<pid>
79The core image.
80.It Pa /proc/<pid>/file
81The executable image.
82.El
83.Dp
84.Sh HISTORY
85.Nm Gcore
86appeared in
87.Bx 4.2 .
88.Sh BUGS
89Context switches or paging activity that occur while
90.Nm
91is running may cause the program to become confused.
92For best results, use
93.Fl s
94to temporarily stop the target process.
95.Pp
96.Nm Gcore
97is not compatible with the original
98.Bx 4.2
99version.
83.Sh HISTORY
84.Nm Gcore
85appeared in
86.Bx 4.2 .
87.Sh BUGS
88Context switches or paging activity that occur while
89.Nm
90is running may cause the program to become confused.
91For best results, use
92.Fl s
93to temporarily stop the target process.
94.Pp
95.Nm Gcore
96is not compatible with the original
97.Bx 4.2
98version.