couple nits:

* RCS Id on top
* set date to today
* split the optional arguments ([pid ...]) on separate line in the source
* replace .EL with .El
This commit is contained in:
jdolecek 2003-01-23 17:52:14 +00:00
parent 5a95c2232e
commit d1020feee3
1 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
.\" $NetBSD: gcore.1,v 1.5 2003/01/23 17:52:14 jdolecek Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993 .\" Copyright (c) 1983, 1990, 1992, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
.\" .\"
@ -30,9 +32,8 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)gcore.1 8.2 (Berkeley) 4/18/94 .\" @(#)gcore.1 8.2 (Berkeley) 4/18/94
.\" $NetBSD: gcore.1,v 1.4 2003/01/23 17:34:50 christos Exp $
.\" .\"
.Dd "April 18, 1994" .Dd "January 23, 2003"
.Dt GCORE 1 .Dt GCORE 1
.Os .Os
.Sh NAME .Sh NAME
@ -40,7 +41,8 @@
.Nd get core images of running process .Nd get core images of running process
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Ar pid Op ...pid .Ar pid
.Op Ar pid ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
creates a core image of the specified processes creates a core image of the specified processes
@ -59,7 +61,7 @@ argument is set to.
.Bl -tag -width /var/log/messages -compact .Bl -tag -width /var/log/messages -compact
.It Pa progname.<core> .It Pa progname.<core>
The core image. The core image.
.EL .El
.Dp .Dp
.Sh HISTORY .Sh HISTORY
.Nm .Nm