diff options
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/inetd.c | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/pathnames.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 272db9472bf0..c9505b8b7e4f 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 -.\" $Id: inetd.8,v 1.21 1998/05/15 19:16:35 pb Exp $ +.\" $Id: inetd.8,v 1.22 1998/06/10 12:34:25 phk Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index 5d55861ac063..13430292b0c1 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94"; #endif static const char rcsid[] = - "$Id: inetd.c,v 1.39 1998/08/17 06:16:59 jb Exp $"; + "$Id: inetd.c,v 1.40 1998/08/18 02:10:05 jb Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index 503cd212a2c5..7fb1db12be04 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: pathnames.h,v 1.5 1997/02/22 16:05:53 peter Exp $ */ #include <paths.h> |