diff options
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/libutil.h | 2 | ||||
-rw-r--r-- | lib/libutil/setproctitle.3 | 2 | ||||
-rw-r--r-- | lib/libutil/setproctitle.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 3f32d7ac0c06d..6336b7c8f4728 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id$ + * $Id: libutil.h,v 1.1 1996/01/01 08:27:37 peter Exp $ */ #ifndef _LIBUTIL_H_ diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3 index dc3a47f7643fb..14a2f5cc6e5aa 100644 --- a/lib/libutil/setproctitle.3 +++ b/lib/libutil/setproctitle.3 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: setproctitle.3,v 1.2 1996/01/01 08:27:41 peter Exp $ +.\" $Id: setproctitle.3,v 1.3 1996/01/30 18:13:11 mpp Exp $ .\" .\" The following requests are required for all man pages. .Dd December 16, 1995 diff --git a/lib/libutil/setproctitle.c b/lib/libutil/setproctitle.c index 804b7eb991b89..88a4452502179 100644 --- a/lib/libutil/setproctitle.c +++ b/lib/libutil/setproctitle.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id: setproctitle.c,v 1.1 1995/12/26 22:50:08 peter Exp $ + * $Id: setproctitle.c,v 1.1.2.2 1996/06/05 02:53:08 jkh Exp $ */ #include <sys/types.h> |