Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/gcore Remove berkeley copyright. There is no similar...
details: https://anonhg.NetBSD.org/src/rev/f6262f8f4127
branches: trunk
changeset: 542199:f6262f8f4127
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 23 18:21:24 2003 +0000
description:
Remove berkeley copyright. There is no similarity to the original anymore.
Reword certain contorted sentences.
diffstat:
usr.bin/gcore/gcore.1 | 56 ++++++++++++++++++++++++++------------------------
1 files changed, 29 insertions(+), 27 deletions(-)
diffs (84 lines):
diff -r 31b6a1d4eb99 -r f6262f8f4127 usr.bin/gcore/gcore.1
--- a/usr.bin/gcore/gcore.1 Thu Jan 23 18:18:49 2003 +0000
+++ b/usr.bin/gcore/gcore.1 Thu Jan 23 18:21:24 2003 +0000
@@ -1,7 +1,10 @@
-.\" $NetBSD: gcore.1,v 1.5 2003/01/23 17:52:14 jdolecek Exp $
+.\" $NetBSD: gcore.1,v 1.6 2003/01/23 18:21:24 christos Exp $
.\"
-.\" Copyright (c) 1983, 1990, 1992, 1993
-.\" The Regents of the University of California. All rights reserved.
+.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Christos Zoulas.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -13,25 +16,24 @@
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
-.\" This product includes software developed by the University of
-.\" California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
-.\" may be used to endorse or promote products derived from this software
-.\" without specific prior written permission.
+.\" This product includes software developed by the NetBSD
+.\" Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\" contributors may be used to endorse or promote products derived
+.\" from this software without specific prior written permission.
.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-.\" SUCH DAMAGE.
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" @(#)gcore.1 8.2 (Berkeley) 4/18/94
.\"
.Dd "January 23, 2003"
.Dt GCORE 1
@@ -49,17 +51,17 @@
suitable for use with
.Xr gdb 1 .
By default, the core is written to the file
-.Dq Pa progname.<core>
-(where
-.Dq Pa progname
+.Dq Pa <progname>.core ,
+where
+.Dq Pa <progname>
is the program name of the process corresponding to the pid that is given on
-the command line) or to what the
-.Xr sysctl 8
+the command line. This filename can by changed by setting
.Dq Pa proc.<pid>.corename
-argument is set to.
+with
+.Xr sysctl 8 .
.Sh FILES
.Bl -tag -width /var/log/messages -compact
-.It Pa progname.<core>
+.It Pa <progname>.core
The core image.
.El
.Dp
Home |
Main Index |
Thread Index |
Old Index