From 9f83a2b625c2c7963371fbadaf54e1e8d801d100 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Thu, 30 Jun 2005 21:12:55 +0000 Subject: [PATCH] We are DragonFly. Besides, FreeBSD doesn't include mined at all. --- bin/mined/mined2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mined/mined2.c b/bin/mined/mined2.c index 8e521c3295..1acf8b4140 100644 --- a/bin/mined/mined2.c +++ b/bin/mined/mined2.c @@ -33,7 +33,7 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * [original code from minix codebase] - * $DragonFly: src/bin/mined/mined2.c,v 1.3 2005/03/15 02:25:25 dillon Exp $* + * $DragonFly: src/bin/mined/mined2.c,v 1.4 2005/06/30 21:12:55 corecode Exp $* */ /* * Part 2 of the mined editor. @@ -61,7 +61,7 @@ void UP() } static char *help_string= -" Mined (Minix Editor), FreeBSD version.\n" +" Mined (Minix Editor), DragonFly version.\n" "------------------------+-------------------------------+---------------------\n" " CURSOR MOTION | EDITING | MISC\n" " Up | ^N Delete next word | ^L Erase & redraw\n" -- 2.41.0