summaryrefslogtreecommitdiff
path: root/contrib/nvi
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nvi')
-rw-r--r--contrib/nvi/cl/cl_screen.c2
-rw-r--r--contrib/nvi/common/exf.c2
-rw-r--r--contrib/nvi/docs/USD.doc/vi.man/vi.12
-rw-r--r--contrib/nvi/docs/USD.doc/vi.ref/vi.ref2
-rw-r--r--contrib/nvi/ex/ex.c2
-rw-r--r--contrib/nvi/perl_api/perl.xs2
-rw-r--r--contrib/nvi/vi/vs_line.c2
-rw-r--r--contrib/nvi/vi/vs_refresh.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/contrib/nvi/cl/cl_screen.c b/contrib/nvi/cl/cl_screen.c
index 7f28aaaf66703..293f0e8605f54 100644
--- a/contrib/nvi/cl/cl_screen.c
+++ b/contrib/nvi/cl/cl_screen.c
@@ -6,7 +6,7 @@
*
* See the LICENSE file for redistribution information.
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/nvi/cl/cl_screen.c,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "config.h"
diff --git a/contrib/nvi/common/exf.c b/contrib/nvi/common/exf.c
index e332f4700e718..9bf257a491529 100644
--- a/contrib/nvi/common/exf.c
+++ b/contrib/nvi/common/exf.c
@@ -15,7 +15,7 @@
static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/contrib/nvi/common/exf.c,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/contrib/nvi/docs/USD.doc/vi.man/vi.1 b/contrib/nvi/docs/USD.doc/vi.man/vi.1
index 4d8c08db54ff7..03c28b8237c74 100644
--- a/contrib/nvi/docs/USD.doc/vi.man/vi.1
+++ b/contrib/nvi/docs/USD.doc/vi.man/vi.1
@@ -9,7 +9,7 @@
.\" See the LICENSE file for redistribution information.
.\"
.\" @(#)vi.1 8.51 (Berkeley) 10/10/96
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/nvi/docs/USD.doc/vi.man/vi.1,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.TH VI 1 "October 10, 1996"
.UC
diff --git a/contrib/nvi/docs/USD.doc/vi.ref/vi.ref b/contrib/nvi/docs/USD.doc/vi.ref/vi.ref
index 12a483f1edb1f..8d70799de20b9 100644
--- a/contrib/nvi/docs/USD.doc/vi.ref/vi.ref
+++ b/contrib/nvi/docs/USD.doc/vi.ref/vi.ref
@@ -10,7 +10,7 @@
.\"
.\" @(#)vi.ref 8.88 (Berkeley) 10/19/96
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/nvi/docs/USD.doc/vi.ref/vi.ref,v 1.1.1.1.40.1.10.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.so ref.so
.tp
diff --git a/contrib/nvi/ex/ex.c b/contrib/nvi/ex/ex.c
index ecdae4b869343..2307854849747 100644
--- a/contrib/nvi/ex/ex.c
+++ b/contrib/nvi/ex/ex.c
@@ -7,7 +7,7 @@
* See the LICENSE file for redistribution information.
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/nvi/ex/ex.c,v 1.2.50.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "config.h"
diff --git a/contrib/nvi/perl_api/perl.xs b/contrib/nvi/perl_api/perl.xs
index 3b89ea44cc921..bc722be297a6a 100644
--- a/contrib/nvi/perl_api/perl.xs
+++ b/contrib/nvi/perl_api/perl.xs
@@ -10,7 +10,7 @@
*
* See the LICENSE file for redistribution information.
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/nvi/perl_api/perl.xs,v 1.3.30.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "config.h"
diff --git a/contrib/nvi/vi/vs_line.c b/contrib/nvi/vi/vs_line.c
index 495e75e8f1b69..a1d6d098f3f31 100644
--- a/contrib/nvi/vi/vs_line.c
+++ b/contrib/nvi/vi/vs_line.c
@@ -14,7 +14,7 @@
static const char sccsid[] = "@(#)vs_line.c 10.19 (Berkeley) 9/26/96";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/contrib/nvi/vi/vs_line.c,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/contrib/nvi/vi/vs_refresh.c b/contrib/nvi/vi/vs_refresh.c
index f69d3820db7f5..67856aa1fecbb 100644
--- a/contrib/nvi/vi/vs_refresh.c
+++ b/contrib/nvi/vi/vs_refresh.c
@@ -14,7 +14,7 @@
static const char sccsid[] = "@(#)vs_refresh.c 10.44 (Berkeley) 10/13/96";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/contrib/nvi/vi/vs_refresh.c,v 1.3.30.1 2008/10/02 02:57:24 kensmith Exp $";
#endif /* not lint */
#include <sys/types.h>