about summary refs log tree commit diff
path: root/manual/time.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-03 07:40:09 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-03 07:40:09 +0000
commit16a8520f6a22fc681215949f11de95b90ac70e12 (patch)
tree060fe99479fbc607822fe18c438c9dab63ca61be /manual/time.texi
parentb5bc342b74ba5c352bc51296cc665de6ba76d57c (diff)
downloadglibc-16a8520f6a22fc681215949f11de95b90ac70e12.tar.gz
glibc-16a8520f6a22fc681215949f11de95b90ac70e12.tar.xz
glibc-16a8520f6a22fc681215949f11de95b90ac70e12.zip
(General Time String Parsing): Fix typos. Fix column widths of table.
Diffstat (limited to 'manual/time.texi')
-rw-r--r--manual/time.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/time.texi b/manual/time.texi
index ea2b0a2f9c..57fbdf2ced 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -1511,9 +1511,9 @@ run job at %I %p,%B %dnd
 As one can see the template list can contain very specific strings like
 @code{run job at %I %p,%B %dnd}.  Using the above list of templates and
 assuming the current time is Mon Sep 22 12:19:47 EDT 1986 we can get the
-The results for the given input.
+following results for the given input.
 
-@multitable {xxxxxxxxxxxx} {xxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
+@multitable {xxxxxxxxxxxx} {xxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
 @item        Mon @tab       %a @tab    Mon Sep 22 12:19:47 EDT 1986
 @item        Sun @tab       %a @tab    Sun Sep 28 12:19:47 EDT 1986
 @item        Fri @tab       %a @tab    Fri Sep 26 12:19:47 EDT 1986
@@ -1543,7 +1543,7 @@ description above for a list of the possible error values.
 @emph{Warning:} The @code{getdate} function should @emph{never} be
 used in SUID-programs.  The reason is obvious: using the
 @code{DATEMSK} environment variable one can get the function to open
-any arbitrary file and changes are high that with some bogus input
+any arbitrary file and chances are high that with some bogus input
 (such as a binary file) the program will crash.
 @end deftypefun