summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--login-utils/vipw.81
-rw-r--r--misc-utils/mcookie.c2
-rw-r--r--mount/mount.c3
-rw-r--r--mount/sundries.c1
-rw-r--r--sys-utils/flock.11
-rw-r--r--sys-utils/flock.c1
-rw-r--r--sys-utils/tunelp.c2
-rw-r--r--text-utils/rev.11
8 files changed, 2 insertions, 10 deletions
diff --git a/login-utils/vipw.8 b/login-utils/vipw.8
index 9cb560359..aa22d744e 100644
--- a/login-utils/vipw.8
+++ b/login-utils/vipw.8
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)vipw.8 6.7 (Berkeley) 3/16/91
-.\" $Id: vipw.8,v 1.3 1996/07/02 16:57:55 janl Exp $
.\"
.Dd 7 July 1996
.Dt VIPW 8
diff --git a/misc-utils/mcookie.c b/misc-utils/mcookie.c
index 4f1417402..ecb8dc2a6 100644
--- a/misc-utils/mcookie.c
+++ b/misc-utils/mcookie.c
@@ -4,8 +4,6 @@
* Public Domain 1995, 1999 Rickard E. Faith (faith@acm.org)
* This program comes with ABSOLUTELY NO WARRANTY.
*
- * $Id: mcookie.c,v 1.5 1997/07/06 00:13:06 aebr Exp $
- *
* This program gathers some random bits of data and used the MD5
* message-digest algorithm to generate a 128-bit hexadecimal number for
* use with xauth(1).
diff --git a/mount/mount.c b/mount/mount.c
index 8527b4480..8bf6154c5 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1,6 +1,5 @@
/*
- * A mount(8) for Linux 0.99.
- * mount.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
+ * A mount(8) for Linux.
*
* Modifications by many people. Distributed under GPL.
*/
diff --git a/mount/sundries.c b/mount/sundries.c
index ba99e3532..fad8eaec6 100644
--- a/mount/sundries.c
+++ b/mount/sundries.c
@@ -1,6 +1,5 @@
/*
* Support functions. Exported functions are prototyped in sundries.h.
- * sundries.c,v 1.1.1.1 1993/11/18 08:40:51 jrs Exp
*
* added fcntl locking by Kjetil T. (kjetilho@math.uio.no) - aeb, 950927
*
diff --git a/sys-utils/flock.1 b/sys-utils/flock.1
index 237e44cab..6965ba72e 100644
--- a/sys-utils/flock.1
+++ b/sys-utils/flock.1
@@ -1,4 +1,3 @@
-.\" $Id: flock.1,v 1.3 2006/02/04 20:41:57 hpa Exp $
.\" -----------------------------------------------------------------------
.\"
.\" Copyright 2003-2006 H. Peter Anvin - All Rights Reserved
diff --git a/sys-utils/flock.c b/sys-utils/flock.c
index f270adab6..6c1acc32f 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -1,4 +1,3 @@
-/* $Id: flock.c,v 1.13 2005/07/11 05:32:56 hpa Exp $ */
/* ----------------------------------------------------------------------- *
*
* Copyright 2003-2005 H. Peter Anvin - All Rights Reserved
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index d98c521ef..619cf422e 100644
--- a/sys-utils/tunelp.c
+++ b/sys-utils/tunelp.c
@@ -6,7 +6,7 @@
* for information on distribution conditions. *
\****************************************************************************/
-/* $Id: tunelp.c,v 1.9 1998/06/08 19:37:11 janl Exp $
+/*
* $Log: tunelp.c,v $
* Revision 1.9 1998/06/08 19:37:11 janl
* Thus compiles tunelp with 2.1.103 kernels
diff --git a/text-utils/rev.1 b/text-utils/rev.1
index e04e2ef6e..6288616a3 100644
--- a/text-utils/rev.1
+++ b/text-utils/rev.1
@@ -32,7 +32,6 @@
.\" from: @(#)rev.1 6.3 (Berkeley) 3/21/92
.\" Modified for Linux by Charles Hannum (mycroft@gnu.ai.mit.edu)
.\" and Brian Koehmstedt (bpk@gnu.ai.mit.edu)
-.\" $Id: rev.1,v 1.2 1995/03/12 01:33:24 faith Exp $
.\"
.Dd March 21, 1992
.Dt REV 1