top: update copyright notations & fix a man page error
Beyond the copyrights, the single oops in the man page
was introduced in the commit which is referenced below
dealing with some cleanup following that Qualys audit.
Reference(s):
. man page error introduced
commit 4550e60144
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
8174a5c8b7
commit
7ef9289ae9
@ -1,7 +1,7 @@
|
|||||||
.ig
|
.ig
|
||||||
. manual page for NEW and IMPROVED linux top
|
. manual page for NEW and IMPROVED linux top
|
||||||
.
|
.
|
||||||
. Copyright (c) 2002-2018, by: James C. Warner
|
. Copyright (c) 2002-2019, by: James C. Warner
|
||||||
.
|
.
|
||||||
. This file may be copied under the terms of the GNU Public License.
|
. This file may be copied under the terms of the GNU Public License.
|
||||||
..
|
..
|
||||||
@ -62,7 +62,7 @@
|
|||||||
.
|
.
|
||||||
.\" Document /////////////////////////////////////////////////////////////
|
.\" Document /////////////////////////////////////////////////////////////
|
||||||
.\" ----------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------
|
||||||
.TH TOP 1 "June 2019" "procps-ng" "User Commands"
|
.TH TOP 1 "October 2019" "procps-ng" "User Commands"
|
||||||
.\" ----------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------
|
||||||
|
|
||||||
.\" ----------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------
|
||||||
@ -2195,7 +2195,7 @@ While not intended to be edited manually, here is the general layout:
|
|||||||
.fi
|
.fi
|
||||||
|
|
||||||
If a valid absolute path to the rcfile cannot be established, customizations
|
If a valid absolute path to the rcfile cannot be established, customizations
|
||||||
made to a running \*We will be impossible to preserve.
|
made to a running \*(We will be impossible to preserve.
|
||||||
|
|
||||||
.\" ......................................................................
|
.\" ......................................................................
|
||||||
.SS 6b. ADDING INSPECT Entries
|
.SS 6b. ADDING INSPECT Entries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top.c - Source file: show Linux processes */
|
/* top.c - Source file: show Linux processes */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2018, by: James C. Warner
|
* Copyright (c) 2002-2019, by: James C. Warner
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* top.h - Header file: show Linux processes */
|
/* top.h - Header file: show Linux processes */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2018, by: James C. Warner
|
* Copyright (c) 2002-2019, by: James C. Warner
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
|
Loading…
Reference in New Issue
Block a user