aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-07 03:28:23 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-07 03:28:23 +0000
commitac5afce161ede663ca3febc748d73d345aac4f45 (patch)
treea67e69a8325730bab01e1095eb985d0c248ac268 /share/man
parent50e7a72d28b6ab01d016041e75bf866e92e4d875 (diff)
downloadsrc-ac5afce161ede663ca3febc748d73d345aac4f45.tar.gz
src-ac5afce161ede663ca3febc748d73d345aac4f45.zip
add missing cvs Id lines.
Notes
Notes: svn path=/head/; revision=23466
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man1/Makefile1
-rw-r--r--share/man/man1/cd.11
-rw-r--r--share/man/man1/wait.11
-rw-r--r--share/man/man3/assert.31
-rw-r--r--share/man/man3/bitstring.31
-rw-r--r--share/man/man3/end.31
-rw-r--r--share/man/man3/fpgetround.31
-rw-r--r--share/man/man3/pthread.32
-rw-r--r--share/man/man3/queue.31
-rw-r--r--share/man/man3/stdarg.31
-rw-r--r--share/man/man5/acct.51
-rw-r--r--share/man/man5/devfs.53
-rw-r--r--share/man/man5/disktab.51
-rw-r--r--share/man/man5/fbtab.54
-rw-r--r--share/man/man5/fdesc.53
-rw-r--r--share/man/man5/fdescfs.53
-rw-r--r--share/man/man5/forward.52
-rw-r--r--share/man/man5/fs.51
-rw-r--r--share/man/man5/fstab.51
-rw-r--r--share/man/man5/hosts.51
-rw-r--r--share/man/man5/hosts.lpd.52
-rw-r--r--share/man/man5/kernfs.52
-rw-r--r--share/man/man5/networks.51
-rw-r--r--share/man/man5/pbm.53
-rw-r--r--share/man/man5/phones.51
-rw-r--r--share/man/man5/protocols.51
-rw-r--r--share/man/man5/remote.51
-rw-r--r--share/man/man5/resolver.51
-rw-r--r--share/man/man5/services.51
-rw-r--r--share/man/man5/shells.51
-rw-r--r--share/man/man5/stab.51
-rw-r--r--share/man/man5/utmp.51
-rw-r--r--share/man/man7/Makefile1
-rw-r--r--share/man/man7/ascii.71
-rw-r--r--share/man/man7/environ.71
-rw-r--r--share/man/man7/hostname.71
-rw-r--r--share/man/man7/intro.71
-rw-r--r--share/man/man7/mdoc.71
-rw-r--r--share/man/man7/mdoc.samples.71
-rw-r--r--share/man/man7/operator.71
-rw-r--r--share/man/man8/Makefile1
-rw-r--r--share/man/man8/adding_user.81
-rw-r--r--share/man/man8/intro.81
-rw-r--r--share/man/man8/man8.alpha/Makefile1
-rw-r--r--share/man/man8/man8.i386/Makefile1
-rw-r--r--share/man/man8/rc.81
-rw-r--r--share/man/man8/sticky.81
47 files changed, 61 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
index 558bf2ef4c70..65468a0e4c3a 100644
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
MAN1= cd.1 intro.1 wait.1
diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1
index 8f5f5f87ea20..ea0e6409ced7 100644
--- a/share/man/man1/cd.1
+++ b/share/man/man1/cd.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cd.1 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt CD 1
diff --git a/share/man/man1/wait.1 b/share/man/man1/wait.1
index 09e12a34eaf0..e20768a09200 100644
--- a/share/man/man1/wait.1
+++ b/share/man/man1/wait.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)wait.1 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt WAIT 1
diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3
index 0e344df1bd6f..c806d8672c86 100644
--- a/share/man/man3/assert.3
+++ b/share/man/man3/assert.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)assert.3 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt ASSERT 3
diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3
index 15042d2bfcae..8f7f909e00d4 100644
--- a/share/man/man3/bitstring.3
+++ b/share/man/man3/bitstring.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93
+.\" $Id$
.\"
.Dd July 19, 1993
.Dt BITSTRING 3
diff --git a/share/man/man3/end.3 b/share/man/man3/end.3
index 3f1afa6ad6d3..a2ab4c0b1ac5 100644
--- a/share/man/man3/end.3
+++ b/share/man/man3/end.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)end.3 6.4 (Berkeley) 1/24/94
+.\" $Id$
.\"
.Dd January 24, 1994
.Dt END 3
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3
index b3c83eefff16..35e2f0741df2 100644
--- a/share/man/man3/fpgetround.3
+++ b/share/man/man3/fpgetround.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fpgetround.3 1.0 (Berkeley) 9/23/93
+.\" $Id$
.\"
.Dd August 23, 1993
.Dt FPGETROUND 3
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index 5e2e24c44adc..579eaa87b22e 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -28,6 +28,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd April 4, 1996
.Dt PTHREAD 3
.Os BSD 4
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 8dc0d2a97acc..dda795bbbdc6 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)queue.3 8.2 (Berkeley) 1/24/94
+.\" $Id$
.\"
.Dd January 24, 1994
.Dt QUEUE 3
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3
index 16876a1696cc..897d471053e5 100644
--- a/share/man/man3/stdarg.3
+++ b/share/man/man3/stdarg.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt STDARG 3
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5
index d6eccf40641e..5bd09e306f1e 100644
--- a/share/man/man5/acct.5
+++ b/share/man/man5/acct.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)acct.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt ACCT 5
diff --git a/share/man/man5/devfs.5 b/share/man/man5/devfs.5
index 9daacbe42db9..bb2cf1ddd703 100644
--- a/share/man/man5/devfs.5
+++ b/share/man/man5/devfs.5
@@ -35,6 +35,9 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
+.\"
+.\" $Id$
+.\"
.Dd December 14, 1996
.Dt devfs 5
.Os FreeBSD 2.2
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5
index ae4d05b46ef5..a6bc83bc7dd9 100644
--- a/share/man/man5/disktab.5
+++ b/share/man/man5/disktab.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)disktab.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt DISKTAB 5
diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5
index 638dc791a97f..f786f6ae6669 100644
--- a/share/man/man5/fbtab.5
+++ b/share/man/man5/fbtab.5
@@ -1,4 +1,6 @@
-.\" this is comment
+.\"
+.\" $Id$
+.\"
.Dd August 22, 1994
.Dt FBTAB 5
.Os FreeBSD 2.0
diff --git a/share/man/man5/fdesc.5 b/share/man/man5/fdesc.5
index 10b24cd217c2..d552500ccd1a 100644
--- a/share/man/man5/fdesc.5
+++ b/share/man/man5/fdesc.5
@@ -35,6 +35,9 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
+.\"
+.\" $Id$
+.\"
.Dd December 14, 1996
.Dt fdesc 5
.Os BSD 4.4
diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5
index 10b24cd217c2..d552500ccd1a 100644
--- a/share/man/man5/fdescfs.5
+++ b/share/man/man5/fdescfs.5
@@ -35,6 +35,9 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
+.\"
+.\" $Id$
+.\"
.Dd December 14, 1996
.Dt fdesc 5
.Os BSD 4.4
diff --git a/share/man/man5/forward.5 b/share/man/man5/forward.5
index 4d3e680dfbc7..95cb762aae27 100644
--- a/share/man/man5/forward.5
+++ b/share/man/man5/forward.5
@@ -29,6 +29,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd July 2, 1996
.Dt FORWARD 5
.Os
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index 79a3546bb174..3c6879cf0eef 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fs.5 8.2 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt FS 5
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index 4aa829c90ce4..f6f0020d7915 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fstab.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt FSTAB 5
diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5
index 95f03a76b013..8c3c71fb89ca 100644
--- a/share/man/man5/hosts.5
+++ b/share/man/man5/hosts.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hosts.5 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt HOSTS 5
diff --git a/share/man/man5/hosts.lpd.5 b/share/man/man5/hosts.lpd.5
index 0d600464ad77..680e64db878c 100644
--- a/share/man/man5/hosts.lpd.5
+++ b/share/man/man5/hosts.lpd.5
@@ -29,6 +29,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd June 1, 1996
.Dt HOSTS.LPD 5
.Os FreeBSD
diff --git a/share/man/man5/kernfs.5 b/share/man/man5/kernfs.5
index 8cddc33b88a5..2e9fc8d2baac 100644
--- a/share/man/man5/kernfs.5
+++ b/share/man/man5/kernfs.5
@@ -28,6 +28,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd December 14, 1996
.Dt kernfs 5
.Os BSD 4.4
diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5
index 0e5167107680..ec6e1743d6a2 100644
--- a/share/man/man5/networks.5
+++ b/share/man/man5/networks.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)networks.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt NETWORKS 5
diff --git a/share/man/man5/pbm.5 b/share/man/man5/pbm.5
index 9c54f09a6b00..0c80030b29d9 100644
--- a/share/man/man5/pbm.5
+++ b/share/man/man5/pbm.5
@@ -1,3 +1,6 @@
+.\"
+.\" $Id$
+.\"
.Dd "September 27, 1991"
.Dt PBM 5
.Sh NAME
diff --git a/share/man/man5/phones.5 b/share/man/man5/phones.5
index 53705dfba28c..f0362e407b89 100644
--- a/share/man/man5/phones.5
+++ b/share/man/man5/phones.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)phones.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt PHONES 5
diff --git a/share/man/man5/protocols.5 b/share/man/man5/protocols.5
index 8b31c8af2821..2c11722bfe20 100644
--- a/share/man/man5/protocols.5
+++ b/share/man/man5/protocols.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)protocols.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt PROTOCOLS 5
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5
index 1a0a33e56ba5..bd99f06c06db 100644
--- a/share/man/man5/remote.5
+++ b/share/man/man5/remote.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)remote.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt REMOTE 5
diff --git a/share/man/man5/resolver.5 b/share/man/man5/resolver.5
index 573db5df65f0..0fe0a8341717 100644
--- a/share/man/man5/resolver.5
+++ b/share/man/man5/resolver.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)resolver.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt RESOLVER 5
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5
index db033f9a6fc9..8ec751b6a258 100644
--- a/share/man/man5/services.5
+++ b/share/man/man5/services.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)services.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt SERVICES 5
diff --git a/share/man/man5/shells.5 b/share/man/man5/shells.5
index 649b8a33f04d..b5d0f54fea29 100644
--- a/share/man/man5/shells.5
+++ b/share/man/man5/shells.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)shells.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt SHELLS 5
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5
index f7cc443f4939..864de7eb8a59 100644
--- a/share/man/man5/stab.5
+++ b/share/man/man5/stab.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)stab.5 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt STAB 5
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index 4e73c3802218..e4e07dce7a52 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)utmp.5 8.2 (Berkeley) 3/17/94
+.\" $Id$
.\"
.Dd March 17, 1994
.Dt UTMP 5
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 4a085c485c70..1eb051a5b50a 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
#MISSING: eqnchar.7 man.7 ms.7 term.7
MAN7= ascii.7 clocks.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
diff --git a/share/man/man7/ascii.7 b/share/man/man7/ascii.7
index b876a53af308..a1e803006f0c 100644
--- a/share/man/man7/ascii.7
+++ b/share/man/man7/ascii.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ascii.7 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt ASCII 7
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7
index 80f58510a86e..d1c7497ce798 100644
--- a/share/man/man7/environ.7
+++ b/share/man/man7/environ.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)environ.7 8.3 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt ENVIRON 7
diff --git a/share/man/man7/hostname.7 b/share/man/man7/hostname.7
index 49678d1d1856..49788814a2b2 100644
--- a/share/man/man7/hostname.7
+++ b/share/man/man7/hostname.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hostname.7 8.2 (Berkeley) 12/30/93
+.\" $Id$
.\"
.Dd December 30, 1993
.Dt HOSTNAME 7
diff --git a/share/man/man7/intro.7 b/share/man/man7/intro.7
index 8ce4c456a8d1..8f26eca22bd7 100644
--- a/share/man/man7/intro.7
+++ b/share/man/man7/intro.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)intro.7 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt INTRO 7
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7
index 50bd6d84522a..0b74d46a404f 100644
--- a/share/man/man7/mdoc.7
+++ b/share/man/man7/mdoc.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93
+.\" $Id$
.\"
.Dd December 30, 1993
.Os
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index 5ce5739b7eeb..f22662fe0d7d 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mdoc.samples.7 8.2 (Berkeley) 12/30/93
+.\" $Id$
.\"
.\" This tutorial sampler invokes every macro in the package several
.\" times and is guaranteed to give a worst case performance
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index 64954f53dcc2..8aaacfc0bb4c 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)operator.7 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt OPERATOR 7
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 4a7a3af78070..636989365c31 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
MAN8= adding_user.8 intro.8 rc.8 sticky.8
diff --git a/share/man/man8/adding_user.8 b/share/man/man8/adding_user.8
index 2edaec996200..6711f1ac09b3 100644
--- a/share/man/man8/adding_user.8
+++ b/share/man/man8/adding_user.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)adduser.8 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt ADDING_USER 8
diff --git a/share/man/man8/intro.8 b/share/man/man8/intro.8
index 5ec3d0e917bf..85000d4ba74e 100644
--- a/share/man/man8/intro.8
+++ b/share/man/man8/intro.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)intro.8 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt INTRO 8
diff --git a/share/man/man8/man8.alpha/Makefile b/share/man/man8/man8.alpha/Makefile
index 45a5dd20c6c5..cf82da993078 100644
--- a/share/man/man8/man8.alpha/Makefile
+++ b/share/man/man8/man8.alpha/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
MAN8= MAKEDEV.8 crash.8
MANSUBDIR=/i386
diff --git a/share/man/man8/man8.i386/Makefile b/share/man/man8/man8.i386/Makefile
index 45a5dd20c6c5..cf82da993078 100644
--- a/share/man/man8/man8.i386/Makefile
+++ b/share/man/man8/man8.i386/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
MAN8= MAKEDEV.8 crash.8
MANSUBDIR=/i386
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 162aa3c765c3..f670b1aedf7d 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt RC 8
diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8
index 546c6c08413f..ce06da046b92 100644
--- a/share/man/man8/sticky.8
+++ b/share/man/man8/sticky.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sticky.8 8.1 (Berkeley) 6/5/93
+.\" $Id$
.\"
.Dd June 5, 1993
.Dt STICKY 8