diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
| commit | 75b94dc35ca88fc72d0381c72c535180851bf08f (patch) | |
| tree | 107dfea45855463eaa970ccff1b6074c305ac09a /man3/strftime.3 | |
| parent | ca7b3c180c14583f36bf24c7f31cc8ba342e23d8 (diff) | |
| download | man-pages-75b94dc35ca88fc72d0381c72c535180851bf08f.tar.gz | |
Change "e.g. " to "e.g., ", or in some cases, "for example, ".
Change "i.e. " to i.e.., ", or in some cases, "that is, ".
Diffstat (limited to 'man3/strftime.3')
| -rw-r--r-- | man3/strftime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3 index 688b2cc4f8..a77bab4432 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -103,7 +103,7 @@ ISO week number belongs to the previous or next year, that year is used instead. (TZ) .TP .B %g -Like %G, but without century, i.e., with a 2-digit year (00-99). (TZ) +Like %G, but without century, that is, with a 2-digit year (00-99). (TZ) .TP .B %h Equivalent to %b. (SU) @@ -155,7 +155,7 @@ The time in 24-hour notation (%H:%M). (SU) For a version including the seconds, see %T below. .TP .B %s -The number of seconds since the Epoch, i.e., since 1970-01-01 +The number of seconds since the Epoch, that is, since 1970-01-01 00:00:00 UTC. (TZ) .TP .B %S |
