gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5582-g79ba6691


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5582-g79ba6691
Date: Wed, 13 Nov 2024 12:28:51 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.3-stable has been updated
       via  79ba669167ac5017f0e04a2ba3cae7bca925e025 (commit)
      from  fd42f9b92a03e2de414504ff5a49448cb831252b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=79ba669167ac5017f0e04a2ba3cae7bca925e025

commit 79ba669167ac5017f0e04a2ba3cae7bca925e025
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Nov 13 19:28:21 2024 +0200

    Fix typo in time.3am man page.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 1b61fd13..cadd8bef 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * time.3am: Fix spelling of "strptime()". Thanks to
+       James Ghofulpo <james@ghofulpo.com> for the report.
+
 2024-09-17         Arnold D. Robbins     <arnold@skeeve.com>
 
        * 5.3.1: Release tar made.
diff --git a/extension/time.3am b/extension/time.3am
index d60cb743..46b18587 100644
--- a/extension/time.3am
+++ b/extension/time.3am
@@ -1,4 +1,4 @@
-.TH TIME 3am "Jan 16 2023" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH TIME 3am "Nov 13 2024" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 time \- time functions for gawk
 .SH SYNOPSIS
@@ -18,7 +18,7 @@ extension adds three functions named
 .B gettimeofday()
 .BR sleep() ,
 and
-.BR stptrime() , 
+.BR strptime() , 
 as follows.
 .TP
 .B gettimeofday()
@@ -106,7 +106,7 @@ and
 Arnold Robbins,
 .BR arnold@skeeve.com .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013, 2018, 2022, 2023,
+Copyright \(co 2012, 2013, 2018, 2022, 2023, 2024,
 Free Software Foundation, Inc.
 .br
 Copyright \(co 2019,

-----------------------------------------------------------------------

Summary of changes:
 extension/ChangeLog | 5 +++++
 extension/time.3am  | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]