From bd9beb510225a05fdfc581627df03e5a08ec408f Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Sat, 21 Jan 2017 15:04:43 +0000 Subject: maint: appease syntax-check failures due to recent updates * bootstrap: s/time stamp/timestamp/. * old/fileutils/NEWS: Likewise. * src/tail.c: Avoided a long line. --- bootstrap | 2 +- old/fileutils/NEWS | 14 +++++++------- src/tail.c | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bootstrap b/bootstrap index 26066b2ab..6a21392d4 100755 --- 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 # . test -h "$dst" && diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 4cdbf66ac..bc7a1f3ee 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -105,14 +105,14 @@ * 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) diff --git a/src/tail.c b/src/tail.c index 9c31962d1..3023dd4df 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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)); } -- cgit v1.2.3-54-g00ecf