diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
| commit | fbe312c9f723b704a542825383058d1a2eb63f94 (patch) | |
| tree | 75a1eed171f3429a80cbd90080a43f6c28efc318 /bin/ps | |
| parent | 6231be0ccfe7ad37d0831269e4499b6be61ea6ba (diff) | |
Diffstat (limited to 'bin/ps')
| -rw-r--r-- | bin/ps/Makefile | 2 | ||||
| -rw-r--r-- | bin/ps/devname.c | 2 | ||||
| -rw-r--r-- | bin/ps/extern.h | 2 | ||||
| -rw-r--r-- | bin/ps/fmt.c | 2 | ||||
| -rw-r--r-- | bin/ps/keyword.c | 2 | ||||
| -rw-r--r-- | bin/ps/nlist.c | 2 | ||||
| -rw-r--r-- | bin/ps/print.c | 2 | ||||
| -rw-r--r-- | bin/ps/ps.1 | 2 | ||||
| -rw-r--r-- | bin/ps/ps.c | 2 | ||||
| -rw-r--r-- | bin/ps/ps.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index e8885f24d177..3860185e1386 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id: Makefile,v 1.4 1995/04/15 03:23:36 davidg Exp $ +# Makefile,v 1.5 1995/04/15 03:31:19 davidg Exp PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c diff --git a/bin/ps/devname.c b/bin/ps/devname.c index 0aedb2b293be..e7b5253e0913 100644 --- a/bin/ps/devname.c +++ b/bin/ps/devname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * devname.c,v 1.2 1994/09/24 02:56:41 davidg Exp */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 173ddf33c3ac..99dc3e1299b0 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $Id$ + * extern.h,v 1.2 1994/09/24 02:56:42 davidg Exp */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index ce8efe902fab..11958ef41e29 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fmt.c,v 1.4 1994/11/10 23:25:12 ats Exp $ + * fmt.c,v 1.5 1995/03/09 20:40:17 davidg Exp */ #ifndef lint diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 1c79e0762aa4..cf4db854a6b3 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: keyword.c,v 1.4 1994/10/02 08:19:10 davidg Exp $ + * keyword.c,v 1.5 1994/10/02 08:33:28 davidg Exp */ #ifndef lint diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index 293a6273aaf0..0c4859c8d60d 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: nlist.c,v 1.4 1994/10/02 08:33:29 davidg Exp $ + * nlist.c,v 1.5 1994/11/24 13:13:55 davidg Exp */ #ifndef lint diff --git a/bin/ps/print.c b/bin/ps/print.c index 8085f4865333..ffd16e4428c6 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: print.c,v 1.6 1995/03/19 13:29:01 joerg Exp $ + * print.c,v 1.7 1995/05/30 00:07:04 rgrimes Exp */ #ifndef lint diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 0c73e1768365..25fd202a0584 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $Id$ +.\" ps.1,v 1.4 1994/09/24 02:56:46 davidg Exp .\" .Dd April 18, 1994 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index b6347d524c26..4399c6d2e84e 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ps.c,v 1.6 1995/03/19 13:29:06 joerg Exp $ + * ps.c,v 1.7 1995/05/30 00:07:05 rgrimes Exp */ #ifndef lint diff --git a/bin/ps/ps.h b/bin/ps/ps.h index d1b84333ec01..8854ad09a693 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ps.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * ps.h,v 1.2 1994/09/24 02:56:48 davidg Exp */ #define UNLIMITED 0 /* unlimited terminal width */ |
