Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/gcore couple nits:



details:   https://anonhg.NetBSD.org/src/rev/59152b9e163d
branches:  trunk
changeset: 542197:59152b9e163d
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Jan 23 17:52:14 2003 +0000

description:
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

diffstat:

 usr.bin/gcore/gcore.1 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r ea67c4577f03 -r 59152b9e163d usr.bin/gcore/gcore.1
--- a/usr.bin/gcore/gcore.1     Thu Jan 23 17:41:17 2003 +0000
+++ b/usr.bin/gcore/gcore.1     Thu Jan 23 17:52:14 2003 +0000
@@ -1,3 +1,5 @@
+.\"     $NetBSD: gcore.1,v 1.5 2003/01/23 17:52:14 jdolecek Exp $
+.\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -30,9 +32,8 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    @(#)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
 .Os
 .Sh NAME
@@ -40,7 +41,8 @@
 .Nd get core images of running process
 .Sh SYNOPSIS
 .Nm
-.Ar pid Op ...pid
+.Ar pid
+.Op Ar pid ...
 .Sh DESCRIPTION
 .Nm 
 creates a core image of the specified processes
@@ -59,7 +61,7 @@
 .Bl -tag -width /var/log/messages -compact
 .It Pa progname.<core>
 The core image.
-.EL
+.El
 .Dp
 .Sh HISTORY
 .Nm



Home | Main Index | Thread Index | Old Index