summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-03-07 03:28:23 +0000
committerjmg <jmg@FreeBSD.org>1997-03-07 03:28:23 +0000
commitbfd1ca354f35071bda0cf8c200e7faf9f771fc03 (patch)
treed650bda44e4580fbea1a36083e254a72c6ea98cf /share/man
parent1bebfc82c716e5122fc4092eefbb1014f8892019 (diff)
downloadFreeBSD-src-bfd1ca354f35071bda0cf8c200e7faf9f771fc03.zip
FreeBSD-src-bfd1ca354f35071bda0cf8c200e7faf9f771fc03.tar.gz
add missing cvs Id lines.
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 558bf2e..65468a0 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 8f5f5f8..ea0e640 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 09e12a3..e20768a 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 0e344df..c806d86 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 15042d2..8f7f909 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 3f1afa6..a2ab4c0 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 b3c83ee..35e2f07 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 5e2e24c..579eaa8 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 8dc0d2a..dda795b 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 16876a1..897d471 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 d6eccf4..5bd09e3 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 9daacbe..bb2cf1d 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 ae4d05b..a6bc83b 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 638dc79..f786f6a 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 10b24cd..d552500 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 10b24cd..d552500 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 4d3e680..95cb762 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 79a3546..3c6879c 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 4aa829c..f6f0020 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 95f03a7..8c3c71f 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 0d60046..680e64d 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 8cddc33..2e9fc8d 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 0e51671..ec6e174 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 9c54f09..0c80030 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 53705df..f0362e4 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 8b31c8a..2c11722 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 1a0a33e..bd99f06 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 573db5d..0fe0a83 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 db033f9..8ec751b 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 649b8a3..b5d0f54 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 f7cc443..864de7e 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 4e73c38..e4e07dc 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 4a085c4..1eb051a 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 b876a53..a1e8030 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 80f5851..d1c7497 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 49678d1..4978881 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 8ce4c45..8f26eca 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 50bd6d8..0b74d46 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 5ce5739..f22662f 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 64954f5..8aaacfc 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 4a7a3af..6369893 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 2edaec9..6711f1a 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 5ec3d0e..85000d4 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 45a5dd2..cf82da9 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 45a5dd2..cf82da9 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 162aa3c..f670b1a 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 546c6c0..ce06da0 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
OpenPOWER on IntegriCloud