aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
commitb205d83df7763ca1f099bce5ac12a05862a626c4 (patch)
treef30d11bce592433d73cbb079c6db2d3428a52cf5 /lib/libedit
parent54055718ff5134ddd61afc4c5f01440022040a06 (diff)
Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 7.2-RELEASE image.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile2
-rw-r--r--lib/libedit/TEST/test.c2
-rw-r--r--lib/libedit/chared.c2
-rw-r--r--lib/libedit/chared.h2
-rw-r--r--lib/libedit/common.c2
-rw-r--r--lib/libedit/editline.32
-rw-r--r--lib/libedit/editrc.52
-rw-r--r--lib/libedit/el.c2
-rw-r--r--lib/libedit/el.h2
-rw-r--r--lib/libedit/emacs.c2
-rw-r--r--lib/libedit/hist.c2
-rw-r--r--lib/libedit/hist.h2
-rw-r--r--lib/libedit/history.c2
-rw-r--r--lib/libedit/key.c2
-rw-r--r--lib/libedit/key.h2
-rw-r--r--lib/libedit/makelist2
-rw-r--r--lib/libedit/map.c2
-rw-r--r--lib/libedit/map.h2
-rw-r--r--lib/libedit/parse.c2
-rw-r--r--lib/libedit/parse.h2
-rw-r--r--lib/libedit/prompt.c2
-rw-r--r--lib/libedit/prompt.h2
-rw-r--r--lib/libedit/read.c2
-rw-r--r--lib/libedit/read.h2
-rw-r--r--lib/libedit/refresh.c2
-rw-r--r--lib/libedit/refresh.h2
-rw-r--r--lib/libedit/search.c2
-rw-r--r--lib/libedit/search.h2
-rw-r--r--lib/libedit/sig.c2
-rw-r--r--lib/libedit/sig.h2
-rw-r--r--lib/libedit/sys.h2
-rw-r--r--lib/libedit/term.c2
-rw-r--r--lib/libedit/term.h2
-rw-r--r--lib/libedit/tokenizer.c2
-rw-r--r--lib/libedit/tty.c2
-rw-r--r--lib/libedit/tty.h2
-rw-r--r--lib/libedit/vi.c2
37 files changed, 37 insertions, 37 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index c472494c6d14..4c75a05a6343 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.34 2005/05/28 12:02:53 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $FreeBSD$
+# $FreeBSD: src/lib/libedit/Makefile,v 1.31.8.1 2009/04/15 03:14:26 kensmith Exp $
LIB= edit
SHLIB_MAJOR= 6
diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c
index facbdaa7e3df..ddba83c0eace 100644
--- a/lib/libedit/TEST/test.c
+++ b/lib/libedit/TEST/test.c
@@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\
static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
__RCSID("$NetBSD: test.c,v 1.18 2005/06/01 11:37:52 lukem Exp $");
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/TEST/test.c,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* test.c: A little test program
diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c
index ffaaaa77d0ae..34063988998c 100644
--- a/lib/libedit/chared.c
+++ b/lib/libedit/chared.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/chared.c,v 1.10.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* chared.c: Character editor utilities
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h
index 6636fc7b8610..3b155b43fd32 100644
--- a/lib/libedit/chared.h
+++ b/lib/libedit/chared.h
@@ -31,7 +31,7 @@
*
* @(#)chared.h 8.1 (Berkeley) 6/4/93
* $NetBSD: chared.h,v 1.17 2006/03/06 21:11:56 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/chared.h,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/common.c b/lib/libedit/common.c
index d4a9fa302bbc..deed6dbebbc8 100644
--- a/lib/libedit/common.c
+++ b/lib/libedit/common.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/common.c,v 1.12.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* common.c: Common Editor functions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index 7ed5e383783b..7fe10dc9ef8c 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libedit/editline.3,v 1.31.8.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd January 12, 2007
.Os
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 8428fea86d14..c15c8d22342f 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libedit/editrc.5,v 1.20.8.1 2009/04/15 03:14:26 kensmith Exp $
.\"
.Dd October 18, 2003
.Os
diff --git a/lib/libedit/el.c b/lib/libedit/el.c
index 3b4036f1b5bf..a00e4bfb1fce 100644
--- a/lib/libedit/el.c
+++ b/lib/libedit/el.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/el.c,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* el.c: EditLine interface functions
diff --git a/lib/libedit/el.h b/lib/libedit/el.h
index 8d0d15289c63..167557e8b30e 100644
--- a/lib/libedit/el.h
+++ b/lib/libedit/el.h
@@ -31,7 +31,7 @@
*
* @(#)el.h 8.1 (Berkeley) 6/4/93
* $NetBSD: el.h,v 1.17 2006/12/15 22:13:33 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/el.h,v 1.7.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c
index a285b1c305ee..4fcfa046154a 100644
--- a/lib/libedit/emacs.c
+++ b/lib/libedit/emacs.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/emacs.c,v 1.11.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* emacs.c: Emacs functions
diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c
index 601e10272dce..035c6504992b 100644
--- a/lib/libedit/hist.c
+++ b/lib/libedit/hist.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/hist.c,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* hist.c: History access functions
diff --git a/lib/libedit/hist.h b/lib/libedit/hist.h
index 4f2824aff200..190e69ddff19 100644
--- a/lib/libedit/hist.h
+++ b/lib/libedit/hist.h
@@ -31,7 +31,7 @@
*
* @(#)hist.h 8.1 (Berkeley) 6/4/93
* $NetBSD: hist.h,v 1.10 2003/08/07 16:44:31 agc Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/hist.h,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/history.c b/lib/libedit/history.c
index 76b3b076d811..081db4ddef26 100644
--- a/lib/libedit/history.c
+++ b/lib/libedit/history.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/history.c,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* hist.c: History access functions
diff --git a/lib/libedit/key.c b/lib/libedit/key.c
index 0b9d05d337b3..6adaeeeca5e5 100644
--- a/lib/libedit/key.c
+++ b/lib/libedit/key.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/key.c,v 1.12.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* key.c: This module contains the procedures for maintaining
diff --git a/lib/libedit/key.h b/lib/libedit/key.h
index 3a212923b968..f4f8afd29dc9 100644
--- a/lib/libedit/key.h
+++ b/lib/libedit/key.h
@@ -31,7 +31,7 @@
*
* @(#)key.h 8.1 (Berkeley) 6/4/93
* $NetBSD: key.h,v 1.10 2006/03/23 20:22:51 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/key.h,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/makelist b/lib/libedit/makelist
index e44a0e701cba..6b1e6703cd74 100644
--- a/lib/libedit/makelist
+++ b/lib/libedit/makelist
@@ -1,6 +1,6 @@
#!/bin/sh -
# $NetBSD: makelist,v 1.10 2005/08/08 14:04:49 christos Exp $
-# $FreeBSD$
+# $FreeBSD: src/lib/libedit/makelist,v 1.10.8.1 2009/04/15 03:14:26 kensmith Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
diff --git a/lib/libedit/map.c b/lib/libedit/map.c
index 591118f2cf02..08b98b19cf15 100644
--- a/lib/libedit/map.c
+++ b/lib/libedit/map.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/map.c,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* map.c: Editor function definitions
diff --git a/lib/libedit/map.h b/lib/libedit/map.h
index a76d8727b92a..2e4e0e5a33b1 100644
--- a/lib/libedit/map.h
+++ b/lib/libedit/map.h
@@ -31,7 +31,7 @@
*
* @(#)map.h 8.1 (Berkeley) 6/4/93
* $NetBSD: map.h,v 1.8 2003/08/07 16:44:32 agc Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/map.h,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c
index 0ffe51d8ec45..5bc72a3eb3d9 100644
--- a/lib/libedit/parse.c
+++ b/lib/libedit/parse.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/parse.c,v 1.10.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* parse.c: parse an editline extended command
diff --git a/lib/libedit/parse.h b/lib/libedit/parse.h
index cca4abf1999c..4932422577d8 100644
--- a/lib/libedit/parse.h
+++ b/lib/libedit/parse.h
@@ -31,7 +31,7 @@
*
* @(#)parse.h 8.1 (Berkeley) 6/4/93
* $NetBSD: parse.h,v 1.6 2005/05/29 04:58:15 lukem Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/parse.h,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c
index 3d72da73e947..4c07803b2f2a 100644
--- a/lib/libedit/prompt.c
+++ b/lib/libedit/prompt.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/prompt.c,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* prompt.c: Prompt printing functions
diff --git a/lib/libedit/prompt.h b/lib/libedit/prompt.h
index 6523add855cd..57a1b250f16a 100644
--- a/lib/libedit/prompt.h
+++ b/lib/libedit/prompt.h
@@ -31,7 +31,7 @@
*
* @(#)prompt.h 8.1 (Berkeley) 6/4/93
* $NetBSD: prompt.h,v 1.6 2003/08/07 16:44:32 agc Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/prompt.h,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/read.c b/lib/libedit/read.c
index f774217279f5..453c95d8948c 100644
--- a/lib/libedit/read.c
+++ b/lib/libedit/read.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/read.c,v 1.13.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* read.c: Clean this junk up! This is horrible code.
diff --git a/lib/libedit/read.h b/lib/libedit/read.h
index 18de818ffbe5..1d419a9cd722 100644
--- a/lib/libedit/read.h
+++ b/lib/libedit/read.h
@@ -30,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* $NetBSD: read.h,v 1.5 2006/08/21 12:45:30 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/read.h,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c
index 22e1de419ade..6b7b2df9421c 100644
--- a/lib/libedit/refresh.c
+++ b/lib/libedit/refresh.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/refresh.c,v 1.11.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* refresh.c: Lower level screen refreshing functions
diff --git a/lib/libedit/refresh.h b/lib/libedit/refresh.h
index e44ef9c5f274..1e3ed6c88980 100644
--- a/lib/libedit/refresh.h
+++ b/lib/libedit/refresh.h
@@ -31,7 +31,7 @@
*
* @(#)refresh.h 8.1 (Berkeley) 6/4/93
* $NetBSD: refresh.h,v 1.5 2003/08/07 16:44:33 agc Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/refresh.h,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/search.c b/lib/libedit/search.c
index 991bad246141..31f2886020eb 100644
--- a/lib/libedit/search.c
+++ b/lib/libedit/search.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)search.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/search.c,v 1.10.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* search.c: History and character search functions
diff --git a/lib/libedit/search.h b/lib/libedit/search.h
index 725af7cadacd..184db8af24a1 100644
--- a/lib/libedit/search.h
+++ b/lib/libedit/search.h
@@ -31,7 +31,7 @@
*
* @(#)search.h 8.1 (Berkeley) 6/4/93
* $NetBSD: search.h,v 1.8 2003/10/18 23:27:36 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/search.h,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c
index a895aeabb158..61aa0ae16053 100644
--- a/lib/libedit/sig.c
+++ b/lib/libedit/sig.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/sig.c,v 1.7.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* sig.c: Signal handling stuff.
diff --git a/lib/libedit/sig.h b/lib/libedit/sig.h
index b1ce14b09096..9cce108310af 100644
--- a/lib/libedit/sig.h
+++ b/lib/libedit/sig.h
@@ -31,7 +31,7 @@
*
* @(#)sig.h 8.1 (Berkeley) 6/4/93
* $NetBSD: sig.h,v 1.5 2003/08/07 16:44:33 agc Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/sig.h,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/sys.h b/lib/libedit/sys.h
index 9b1f04031072..ef6e7edc0e95 100644
--- a/lib/libedit/sys.h
+++ b/lib/libedit/sys.h
@@ -31,7 +31,7 @@
*
* @(#)sys.h 8.1 (Berkeley) 6/4/93
* $NetBSD: sys.h,v 1.9 2004/01/17 17:57:40 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/sys.h,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/term.c b/lib/libedit/term.c
index cffad075608c..db4df8c51e98 100644
--- a/lib/libedit/term.c
+++ b/lib/libedit/term.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/term.c,v 1.21.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* term.c: Editor/termcap-curses interface
diff --git a/lib/libedit/term.h b/lib/libedit/term.h
index 8ded5d77e95b..21a2b5e12c5f 100644
--- a/lib/libedit/term.h
+++ b/lib/libedit/term.h
@@ -31,7 +31,7 @@
*
* @(#)term.h 8.1 (Berkeley) 6/4/93
* $NetBSD: term.h,v 1.18 2006/11/24 00:01:17 christos Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/term.h,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c
index 8e3100de586b..68146bd414fb 100644
--- a/lib/libedit/tokenizer.c
+++ b/lib/libedit/tokenizer.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/tokenizer.c,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* tokenize.c: Bourne shell like tokenizer
diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c
index fca3c2bbe1d0..c67f91e22efa 100644
--- a/lib/libedit/tty.c
+++ b/lib/libedit/tty.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/tty.c,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* tty.c: tty interface stuff
diff --git a/lib/libedit/tty.h b/lib/libedit/tty.h
index 3a4e94accf33..3437292c9358 100644
--- a/lib/libedit/tty.h
+++ b/lib/libedit/tty.h
@@ -31,7 +31,7 @@
*
* @(#)tty.h 8.1 (Berkeley) 6/4/93
* $NetBSD: tty.h,v 1.11 2005/06/01 11:37:52 lukem Exp $
- * $FreeBSD$
+ * $FreeBSD: src/lib/libedit/tty.h,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c
index ae57e07a01da..68b00ff69d04 100644
--- a/lib/libedit/vi.c
+++ b/lib/libedit/vi.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libedit/vi.c,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* vi.c: Vi mode commands.