diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-07 04:18:30 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-07 04:18:30 +0000 |
commit | e3a1b47d049232867a3ec69ce6340f8538d7da22 (patch) | |
tree | ee2007d9b4ad9edb4f7e609f5a0d19cc20d63561 | |
parent | 0f1b409dfbf5c3cf7d4f2e5a2a952a1b4b428a2f (diff) |
Notes
45 files changed, 57 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 558bf2ef4c706..260c6ff8ed11d 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $Id: Makefile,v 1.3 1997/03/07 03:27:49 jmg Exp $ MAN1= cd.1 intro.1 wait.1 diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1 index 8f5f5f87ea201..b6fa3d15bf6dd 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: cd.1,v 1.2 1997/03/07 03:27:49 jmg Exp $ .\" .Dd June 5, 1993 .Dt CD 1 diff --git a/share/man/man1/wait.1 b/share/man/man1/wait.1 index 09e12a34eaf07..2ba460dd0c37d 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: wait.1,v 1.2 1997/03/07 03:27:50 jmg Exp $ .\" .Dd June 5, 1993 .Dt WAIT 1 diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index 0e344df1bd6fa..f97561f55e52b 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: assert.3,v 1.3 1997/03/07 03:27:51 jmg Exp $ .\" .Dd June 9, 1993 .Dt ASSERT 3 diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index 15042d2bfcaee..3d01de9e6b2f3 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: bitstring.3,v 1.3 1997/03/07 03:27:52 jmg Exp $ .\" .Dd July 19, 1993 .Dt BITSTRING 3 diff --git a/share/man/man3/end.3 b/share/man/man3/end.3 index 3f1afa6ad6d3e..0b139a7277ce7 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: end.3,v 1.2 1997/03/07 03:27:52 jmg Exp $ .\" .Dd January 24, 1994 .Dt END 3 diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3 index b3c83eefff16c..384e19788fc15 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: fpgetround.3,v 1.3 1997/03/07 03:27:53 jmg Exp $ .\" .Dd August 23, 1993 .Dt FPGETROUND 3 diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 5e2e24c44adc8..c44993612d746 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: pthread.3,v 1.2 1997/03/07 03:27:53 jmg Exp $ +.\" .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 69cf644837a05..2131a187cbda0 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 16876a1696ccc..5789b3b58e4ba 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: stdarg.3,v 1.3 1997/03/07 03:27:55 jmg Exp $ .\" .Dd June 5, 1993 .Dt STDARG 3 diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5 index d6eccf40641e4..17b6f78c7edff 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: acct.5,v 1.3 1997/03/07 03:27:57 jmg Exp $ .\" .Dd June 5, 1993 .Dt ACCT 5 diff --git a/share/man/man5/devfs.5 b/share/man/man5/devfs.5 index 9daacbe42db9a..ee9480979c9e9 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: devfs.5,v 1.3 1997/03/07 03:27:58 jmg Exp $ +.\" .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 ae4d05b46ef50..0c60a64cd1fd5 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: disktab.5,v 1.3 1997/03/07 03:27:58 jmg Exp $ .\" .Dd June 5, 1993 .Dt DISKTAB 5 diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5 index 638dc791a97f3..6ac73fe71ccae 100644 --- a/share/man/man5/fbtab.5 +++ b/share/man/man5/fbtab.5 @@ -1,4 +1,6 @@ -.\" this is comment +.\" +.\" $Id: fbtab.5,v 1.3 1997/03/07 03:27:59 jmg Exp $ +.\" .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 10b24cd217c23..55d76b7feedb4 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: fdesc.5,v 1.3 1997/03/07 03:27:59 jmg Exp $ +.\" .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 4d3e680dfbc7f..423db9e3308a4 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: forward.5,v 1.2 1997/03/07 03:28:00 jmg Exp $ +.\" .Dd July 2, 1996 .Dt FORWARD 5 .Os diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index 42252a0543a13..7785ae975ce36 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 4aa829c90ce41..f5c8c1b2f73d3 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: fstab.5,v 1.7 1997/03/07 03:28:01 jmg Exp $ .\" .Dd June 5, 1993 .Dt FSTAB 5 diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5 index 95f03a76b0139..a36ad80d7b770 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: hosts.5,v 1.3 1997/03/07 03:28:02 jmg Exp $ .\" .Dd December 11, 1993 .Dt HOSTS 5 diff --git a/share/man/man5/hosts.lpd.5 b/share/man/man5/hosts.lpd.5 index 0d600464ad77f..73e00be5e18f1 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: hosts.lpd.5,v 1.3 1997/03/07 03:28:02 jmg Exp $ +.\" .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 8cddc33b88a5b..59781b8ef9b13 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: kernfs.5,v 1.3 1997/03/07 03:28:02 jmg Exp $ +.\" .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 0e51671076800..78d2afe21ec26 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: networks.5,v 1.3 1997/03/07 03:28:03 jmg Exp $ .\" .Dd June 5, 1993 .Dt NETWORKS 5 diff --git a/share/man/man5/pbm.5 b/share/man/man5/pbm.5 index 9c54f09a6b004..1efaae401633c 100644 --- a/share/man/man5/pbm.5 +++ b/share/man/man5/pbm.5 @@ -1,3 +1,6 @@ +.\" +.\" $Id: pbm.5,v 1.3 1997/03/07 03:28:03 jmg Exp $ +.\" .Dd "September 27, 1991" .Dt PBM 5 .Sh NAME diff --git a/share/man/man5/phones.5 b/share/man/man5/phones.5 index 53705dfba28c3..c6b5529e9b6af 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: phones.5,v 1.2 1997/03/07 03:28:04 jmg Exp $ .\" .Dd June 5, 1993 .Dt PHONES 5 diff --git a/share/man/man5/protocols.5 b/share/man/man5/protocols.5 index 8b31c8af2821c..803e416b9d8c9 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: protocols.5,v 1.2 1997/03/07 03:28:05 jmg Exp $ .\" .Dd June 5, 1993 .Dt PROTOCOLS 5 diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5 index 1a0a33e56ba5c..c4a7d70d998d1 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: remote.5,v 1.3 1997/03/07 03:28:05 jmg Exp $ .\" .Dd June 5, 1993 .Dt REMOTE 5 diff --git a/share/man/man5/resolver.5 b/share/man/man5/resolver.5 index 573db5df65f01..3150204fd075e 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: resolver.5,v 1.3 1997/03/07 03:28:05 jmg Exp $ .\" .Dd June 5, 1993 .Dt RESOLVER 5 diff --git a/share/man/man5/services.5 b/share/man/man5/services.5 index db033f9a6fc9f..e89a622be2598 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: services.5,v 1.4 1997/03/07 03:28:06 jmg Exp $ .\" .Dd June 5, 1993 .Dt SERVICES 5 diff --git a/share/man/man5/shells.5 b/share/man/man5/shells.5 index 649b8a33f04d0..4d962307ed965 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: shells.5,v 1.2 1997/03/07 03:28:08 jmg Exp $ .\" .Dd June 5, 1993 .Dt SHELLS 5 diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5 index f7cc443f4939d..5e6d0aed9cafd 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: stab.5,v 1.3 1997/03/07 03:28:08 jmg Exp $ .\" .Dd June 5, 1993 .Dt STAB 5 diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 508975621ad0d..865d1a8a7e370 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 4a085c485c707..f3c3a9dd5f1dc 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $Id: Makefile,v 1.6 1997/03/07 03:28:12 jmg Exp $ #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 b876a53af3085..64da63507ac15 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: ascii.7,v 1.2 1997/03/07 03:28:13 jmg Exp $ .\" .Dd June 5, 1993 .Dt ASCII 7 diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index 80f58510a86e3..b039847efe12b 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: environ.7,v 1.9 1997/03/07 03:28:14 jmg Exp $ .\" .Dd April 19, 1994 .Dt ENVIRON 7 diff --git a/share/man/man7/hostname.7 b/share/man/man7/hostname.7 index 49678d1d18569..b157580f4f967 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: hostname.7,v 1.4 1997/03/07 03:28:14 jmg Exp $ .\" .Dd December 30, 1993 .Dt HOSTNAME 7 diff --git a/share/man/man7/intro.7 b/share/man/man7/intro.7 index 8ce4c456a8d18..991ae7a19e662 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: intro.7,v 1.4 1997/03/07 03:28:15 jmg Exp $ .\" .Dd June 5, 1993 .Dt INTRO 7 diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 50bd6d84522a1..f72d167513405 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: mdoc.7,v 1.4 1997/03/07 03:28:15 jmg Exp $ .\" .Dd December 30, 1993 .Os diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 5ce5739b7eeb9..129e2089d4d7b 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: mdoc.samples.7,v 1.10 1997/03/07 03:28:16 jmg Exp $ .\" .\" 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 64954f53dcc21..73a862a6ac077 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: operator.7,v 1.2 1997/03/07 03:28:17 jmg Exp $ .\" .Dd June 9, 1993 .Dt OPERATOR 7 diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 4a7a3af780702..636d0ef92776e 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $Id: Makefile,v 1.8 1997/03/07 03:28:19 jmg Exp $ 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 2edaec996200b..552621f264aef 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: adding_user.8,v 1.2 1997/03/07 03:28:19 jmg Exp $ .\" .Dd June 5, 1993 .Dt ADDING_USER 8 diff --git a/share/man/man8/intro.8 b/share/man/man8/intro.8 index 5ec3d0e917bfd..efab6bd516bd1 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: intro.8,v 1.2 1997/03/07 03:28:20 jmg Exp $ .\" .Dd December 11, 1993 .Dt INTRO 8 diff --git a/share/man/man8/man8.i386/Makefile b/share/man/man8/man8.i386/Makefile index 45a5dd20c6c5e..43b2b0fe77d5d 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: Makefile,v 1.5 1997/03/07 03:28:23 jmg Exp $ MAN8= MAKEDEV.8 crash.8 MANSUBDIR=/i386 diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 162aa3c765c37..a5930b1935a50 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: rc.8,v 1.3 1997/03/07 03:28:21 jmg Exp $ .\" .Dd December 11, 1993 .Dt RC 8 diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8 index 546c6c08413f9..198c82169fd86 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: sticky.8,v 1.2 1997/03/07 03:28:21 jmg Exp $ .\" .Dd June 5, 1993 .Dt STICKY 8 |