linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [OVERVIEW 0/9] Cleanup Time
@ 2010-01-09 23:45 Michael Witten
       [not found] ` <1263080737-2868-1-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Michael Witten @ 2010-01-09 23:45 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

This patch series is a medley of cleanups
focused mainly on issues related to time.

Subjects:

    [PATCH 1/9] tzset.3: Cleanup grammar/clarity
    [PATCH 2/9] stime.2, strftime.3, tzset.3, zic.8: GMT -> UTC (where appropriate)
    [PATCH 3/9] strftime.3: Clarification of %z
    [PATCH 4/9] strftime.3: %z is defined by the SUSv3
    [PATCH 5/9] strftime.3: Move 822-compliant date format example to EXAMPLES section
    [PATCH 6/9] strftime.3: Expanded introduction
    [PATCH 7/9] "timezone" -> "time zone"
    [PATCH 8/9] Consistently define the Epoch
    [PATCH 9/9] "null terminated" -> "null-terminated"

Overall diffstat

    man2/gettimeofday.2  |    4 +-
    man2/stime.2         |    4 +-
    man2/time.2          |    4 +-
    man2/utimensat.2     |    6 ++--
    man3/ctime.3         |   13 +++++------
    man3/difftime.3      |    6 ++--
    man3/ftime.3         |    6 ++--
    man3/fts.3           |    8 +++---
    man3/getdate.3       |    2 +-
    man3/getnetent.3     |    2 +-
    man3/getprotoent.3   |    2 +-
    man3/getrpcent.3     |    2 +-
    man3/getservent.3    |    2 +-
    man3/getspnam.3      |    4 +-
    man3/getsubopt.3     |    2 +-
    man3/mq_receive.3    |    2 +-
    man3/mq_send.3       |    2 +-
    man3/putgrent.3      |    2 +-
    man3/rtime.3         |    4 +-
    man3/sem_wait.3      |    2 +-
    man3/strcat.3        |    4 +-
    man3/strcpy.3        |    2 +-
    man3/strftime.3      |   58 +++++++++++++++++++++++++++++++++----------------
    man3/strptime.3      |    7 ++---
    man3/sysconf.3       |    2 +-
    man3/timeradd.3      |    3 +-
    man3/tzset.3         |   44 +++++++++++++++++++-------------------
    man4/console_ioctl.4 |    2 +-
    man4/rtc.4           |    2 +-
    man5/core.5          |    2 +-
    man5/proc.5          |    2 +-
    man5/tzfile.5        |   18 +++++++-------
    man7/environ.7       |    2 +-
    man7/hier.7          |    2 +-
    man7/icmp.7          |    2 +-
    man7/time.7          |    2 +-
    man8/tzselect.8      |   10 ++++----
    man8/zdump.8         |    2 +-
    man8/zic.8           |   30 +++++++++++++-------------
    39 files changed, 146 insertions(+), 129 deletions(-)

Sincerely,
Michael Witten
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [PATCH 1/9] tzset.3: Cleanup grammar/clarity
@ 2009-12-03 22:39 Michael Witten
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Witten @ 2009-12-03 22:39 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

* A comma is added at the end of an introductory phrase.

* The preposition `to' is used to complete the idea of
  setting a variable's value.

* The conjunction `or' is introduced to separate alternative
  values for `daylight'.

Signed-off-by: Michael Witten <mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 man3/tzset.3 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man3/tzset.3 b/man3/tzset.3
index 10c6d3a..ad496f7 100644
--- a/man3/tzset.3
+++ b/man3/tzset.3
@@ -66,9 +66,9 @@ function initializes the \fItzname\fP variable from the
 environment variable.
 This function is automatically called by the
 other time conversion functions that depend on the timezone.
-In a System-V-like environment it will also set the variables \fItimezone\fP
-(seconds West of GMT) and \fIdaylight\fP (0 if this timezone does not
-have any daylight saving time rules, non-zero if there is a time during
+In a System-V-like environment, it will also set the variables \fItimezone\fP
+(to seconds West of GMT) and \fIdaylight\fP (to 0 if this timezone does not
+have any daylight saving time rules, or to non-zero if there is a time during
 the year when daylight saving time applies).
 .PP
 If the
-- 
1.6.5.2.180.gc5b3e

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2010-01-18 13:51 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 23:45 [OVERVIEW 0/9] Cleanup Time Michael Witten
     [not found] ` <1263080737-2868-1-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-09 23:45   ` [PATCH 1/9] tzset.3: Cleanup grammar/clarity Michael Witten
     [not found]     ` <1263080737-2868-2-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-16 19:08       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 2/9] stime.2, strftime.3, tzset.3, zic.8: GMT -> UTC (where appropriate) Michael Witten
     [not found]     ` <1263080737-2868-3-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-16 19:20       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 3/9] strftime.3: Clarification of %z Michael Witten
     [not found]     ` <1263080737-2868-4-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-16 19:26       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 4/9] strftime.3: %z is defined by the SUSv3 Michael Witten
2010-01-09 23:45   ` [PATCH 5/9] strftime.3: Move 822-compliant date format example to EXAMPLES section Michael Witten
     [not found]     ` <1263080737-2868-6-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-17  5:33       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 6/9] strftime.3: Expanded introduction Michael Witten
     [not found]     ` <1263080737-2868-7-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-17  5:04       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 7/9] "timezone" -> "time zone" Michael Witten
     [not found]     ` <1263080737-2868-8-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-16 18:53       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 8/9] Consistently define the Epoch Michael Witten
     [not found]     ` <1263080737-2868-9-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-17  4:58       ` Michael Kerrisk
2010-01-09 23:45   ` [PATCH 9/9] "null terminated" -> "null-terminated" Michael Witten
     [not found]     ` <1263080737-2868-10-git-send-email-mfwitten-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-01-16 19:02       ` Michael Kerrisk
2010-01-17  5:35   ` [OVERVIEW 0/9] Cleanup Time Michael Kerrisk
     [not found]     ` <cfd18e0f1001162135s7a9bf828oe08694374022199b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-18 13:51       ` Michael Witten
  -- strict thread matches above, loose matches on Subject: below --
2009-12-03 22:39 [PATCH 1/9] tzset.3: Cleanup grammar/clarity Michael Witten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).