This commit is contained in:
Ondrej Vasik 2010-01-12 14:30:31 +00:00
parent 2799d996f6
commit e496961922
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
diff -urNp coreutils-7.6-orig/src/tail.c coreutils-7.6/src/tail.c
--- coreutils-7.6-orig/src/tail.c 2010-01-12 13:51:04.000000000 +0100
+++ coreutils-7.6/src/tail.c 2010-01-03 18:06:20.000000000 +0100
--- coreutils-7.6-orig/src/tail.c 2010-01-12 15:26:31.000000000 +0100
+++ coreutils-7.6/src/tail.c 2010-01-12 15:27:18.000000000 +0100
@@ -1,6 +1,5 @@
/* tail -- output the last part of file(s)
- Copyright (C) 1989, 90, 91, 1995-2006, 2008-2009 Free Software
@ -120,7 +120,7 @@ diff -urNp coreutils-7.6-orig/src/tail.c coreutils-7.6/src/tail.c
-recreated by some other program.\n\
+named file in a way that accommodates renaming, removal and creation.\n\
"), stdout);
emit_bug_reporting_address ();
emit_bug_reporting_address ();
}
@@ -865,6 +868,50 @@ start_lines (const char *pretty_filename
}