diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /contrib/tcl/doc | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes
Notes:
svn path=/head/; revision=21673
Diffstat (limited to 'contrib/tcl/doc')
-rw-r--r-- | contrib/tcl/doc/FindExec.3 | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/break.n | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/continue.n | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/expr.n | 2 | ||||
-rw-r--r-- | contrib/tcl/doc/unknown.n | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/tcl/doc/FindExec.3 b/contrib/tcl/doc/FindExec.3 index be6e1f3cc3a0..19866181516f 100644 --- a/contrib/tcl/doc/FindExec.3 +++ b/contrib/tcl/doc/FindExec.3 @@ -5,7 +5,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) FindExec.3 1.3 96/03/25 20:03:17 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH Tcl_FindExecutable 3 7.5 Tcl "Tcl Library Procedures" diff --git a/contrib/tcl/doc/break.n b/contrib/tcl/doc/break.n index a1640a862b44..42f67e8aeb06 100644 --- a/contrib/tcl/doc/break.n +++ b/contrib/tcl/doc/break.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) break.n 1.6 96/03/25 20:10:27 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH break n "" Tcl "Tcl Built-In Commands" diff --git a/contrib/tcl/doc/continue.n b/contrib/tcl/doc/continue.n index b5dc7af2cc2a..6e5671ef7095 100644 --- a/contrib/tcl/doc/continue.n +++ b/contrib/tcl/doc/continue.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) continue.n 1.6 96/03/25 20:12:09 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH continue n "" Tcl "Tcl Built-In Commands" diff --git a/contrib/tcl/doc/expr.n b/contrib/tcl/doc/expr.n index 9b7b60fadf6f..a1051ed70e5b 100644 --- a/contrib/tcl/doc/expr.n +++ b/contrib/tcl/doc/expr.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) expr.n 1.17 96/03/14 10:54:40 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH expr n 7.4 Tcl "Tcl Built-In Commands" diff --git a/contrib/tcl/doc/unknown.n b/contrib/tcl/doc/unknown.n index 2f4ba74c7dba..b3b26fea7a71 100644 --- a/contrib/tcl/doc/unknown.n +++ b/contrib/tcl/doc/unknown.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SCCS: @(#) unknown.n 1.7 96/03/25 20:26:05 -'\" $Id$ +'\" $FreeBSD$ '\" .so man.macros .TH unknown n "" Tcl "Tcl Built-In Commands" |