Skip to content

Commit

Permalink
(General Time String Parsing): Fix typos. Fix column widths of table.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 3, 1999
1 parent b5bc342 commit 16a8520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manual/time.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 16a8520

Please sign in to comment.