diff options
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 a5bcdbf944a6..bc3776b98096 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id: Makefile,v 1.6.2.1 1997/10/16 12:44:17 mckay Exp $ +# $Id: Makefile,v 1.6.2.2 1998/02/18 22:54:57 dima 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..cce23d14ef33 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$ + * $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 f764b2374608..6b1311b6e869 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.3 1996/10/21 07:30:23 peter Exp $ + * $Id: extern.h,v 1.3.2.1 1998/06/04 22:20:29 steve Exp $ */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index 8105aaacff9c..2833904a587d 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.6.2.1 1997/03/10 19:10:52 guido Exp $ + * $Id: fmt.c,v 1.6.2.2 1998/07/16 09:35:44 jkh Exp $ */ #ifndef lint diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 8edce726e54f..56b88c51b110 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.9 1996/07/31 09:27:23 davidg Exp $ + * $Id: keyword.c,v 1.9.2.1 1998/06/04 22:20:31 steve Exp $ */ #ifndef lint diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index 293a6273aaf0..b41ecd4e4f78 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 $ + * $Id: 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 01598f45158c..811537265359 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.16.2.2 1997/08/03 08:33:17 peter Exp $ + * $Id: print.c,v 1.16.2.3 1998/06/04 22:20:33 steve Exp $ */ #ifndef lint diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 7fd1fef07ac2..e519667be8d1 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.11.2.1 1997/08/21 02:54:28 jlemon Exp $ +.\" $Id: ps.1,v 1.11.2.2 1998/02/18 22:54:59 dima Exp $ .\" .Dd April 18, 1994 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 581b9fad29c4..06564ac3d685 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.13.2.2 1997/06/06 16:09:12 charnier Exp $ + * $Id: ps.c,v 1.13.2.3 1998/02/18 22:55:00 dima Exp $ */ #ifndef lint diff --git a/bin/ps/ps.h b/bin/ps/ps.h index d1b84333ec01..3f5ed2b9aee2 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$ + * $Id: ps.h,v 1.2 1994/09/24 02:56:48 davidg Exp $ */ #define UNLIMITED 0 /* unlimited terminal width */ |