From 16a8520f6a22fc681215949f11de95b90ac70e12 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Feb 1999 07:40:09 +0000 Subject: (General Time String Parsing): Fix typos. Fix column widths of table. --- manual/time.texi | 6 +++--- 1 file 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 -- cgit v1.2.3