]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: appease syntax-check failures due to recent updates
authorAssaf Gordon <assafgordon@gmail.com>
Sat, 21 Jan 2017 15:04:43 +0000 (15:04 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 21 Jan 2017 15:04:43 +0000 (15:04 +0000)
* bootstrap: s/time stamp/timestamp/.
* old/fileutils/NEWS: Likewise.
* src/tail.c: Avoided a long line.

bootstrap
old/fileutils/NEWS
src/tail.c

index 26066b2ab0d3c175998e829bd9a21d062a0e7edd..6a21392d44e99d6fd409d39c8c84050ef0c4a6ab 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -790,7 +790,7 @@ symlink_to_dir()
       # Leave any existing symlink alone, if it already points to the source,
       # so that broken build tools that care about symlink times
       # aren't confused into doing unnecessary builds.  Conversely, if the
-      # existing symlink's time stamp is older than the source, make it afresh,
+      # existing symlink's timestamp is older than the source, make it afresh,
       # so that broken tools aren't confused into skipping needed builds.  See
       # <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
       test -h "$dst" &&
index 4cdbf66ac3707c787f53474ef5710bf69440a6db..bc7a1f3eeda89bd783c41f7c5a175b58a8be9cf4 100644 (file)
 * ls -n now implies -l, as per POSIX.
 * ls can now display dates and times in one of four time styles:
 
-  - The `full-iso' time style gives full ISO-style time stamps like
+  - The `full-iso' time style gives full ISO-style timestamps like
     `2001-05-14 23:45:56.477817180 -0700'.
-  - The 'iso' time style gives ISO-style time stamps like '2001-05-14 '
+  - The 'iso' time style gives ISO-style timestamps like '2001-05-14 '
     and '05-14 23:45'.
-  - The 'locale' time style gives locale-dependent time stamps like
+  - The 'locale' time style gives locale-dependent timestamps like
     'touko  14  2001' and 'touko  14 23:45' (in a Finnish locale).
   - The 'posix-iso' time style gives traditional POSIX-locale
-    time stamps like 'May 14  2001' and 'May 14 23:45' unless the user
+    timestamps like 'May 14  2001' and 'May 14 23:45' unless the user
     specifies a non-POSIX locale, in which case it uses ISO-style dates.
     This is the default.
 
@@ -136,7 +136,7 @@ Changes in release 4.1:
     directory, don't treat it as if it were the only argument.  Before,
     `mkdir d; ls no-dir d 2>/dev/null' would act like `ls d' and produce
     no output.  Now, it prints `d:'.
-* touch -d 'last friday' would use a time stamp that was one hour off
+* touch -d 'last friday' would use a timestamp that was one hour off
     (e.g., 23:00 on *thursday* rather than 00:00 of the preceding friday)
     when run such that the current time and the target date/time fall on
     opposite sides of a daylight savings time transition.
@@ -167,7 +167,7 @@ Changes in release 4.1:
     a diagnostic
 * The manual now warns that ls's --full-time format string is planned
     to change in a future release.
-* ls -l's time stamp format now depends on LC_TIME, not LC_MESSAGES,
+* ls -l's timestamp format now depends on LC_TIME, not LC_MESSAGES,
     as POSIX requires.
 * ls -l now reports the year for files even slightly in the future, as
     POSIX requires.  This helps warn users about clock skew problems.
@@ -458,7 +458,7 @@ Changes in release 4.0:
 * `cp -a --one-file-system' now copies any mount point directories it
   encounters on the selected file system.
 [3.16t]
-* cp (with --update) and ls compare time stamps with subsecond resolution when
+* cp (with --update) and ls compare timestamps with subsecond resolution when
   available (e.g., on systems with recent Linux kernels and on Solaris 2.6).
 * install once again does the -m-specified chmod *after* running strip
   (this fixes another bug introduced in 3.16o)
index 9c31962d1ddd84dee87803f91f2fd1fe3d93b202..3023dd4df1bc8decea7e133de5d509665770cb8a 100644 (file)
@@ -1956,7 +1956,7 @@ tail_file (struct File_spec *f, uintmax_t n_units)
             {
               /* Note: we must use read_pos here, not stats.st_size,
                  to avoid a race condition described by Ken Raeburn:
-         http://lists.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html */
+        http://lists.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html */
               record_open_fd (f, fd, read_pos, &stats, (is_stdin ? -1 : 1));
               f->remote = fremote (fd, pretty_name (f));
             }