aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-06-21 15:30:38 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-06-21 15:30:38 +0000
commit9f7f5402d25d91c95b90e5772c7a3c0dc9e2976c (patch)
tree5c9b6308f7e36831c4177885acb0d3a2d77c1b8c /usr.bin/gcore
parentad2362586696940ccd0af017d919c9b5410cfd73 (diff)
Notes
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/gcore.115
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1
index dcc33767c646..34d04219bfa3 100644
--- a/usr.bin/gcore/gcore.1
+++ b/usr.bin/gcore/gcore.1
@@ -45,8 +45,9 @@
.Op Ar exec
.Ar pid
.Sh DESCRIPTION
-.Nm Gcore
-creates a core image of the specified process,
+The
+.Nm
+utility creates a core image of the specified process,
suitable for use with
.Xr gdb 1 .
By default, the core is written to the file
@@ -81,8 +82,9 @@ The core image.
The executable image.
.El
.Sh HISTORY
-.Nm Gcore
-appeared in
+A
+.Nm
+utility appeared in
.Bx 4.2 .
.Sh BUGS
Context switches or paging activity that occur while
@@ -92,7 +94,8 @@ For best results, use
.Fl s
to temporarily stop the target process.
.Pp
-.Nm Gcore
-is not compatible with the original
+The
+.Nm
+utility is not compatible with the original
.Bx 4.2
version.