summaryrefslogtreecommitdiff
path: root/manual/time.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-19 09:23:11 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-19 09:23:11 +0000
commit973429b40c95f1edfc3a785866adcff95574f217 (patch)
treeb619b98abaeaeb1a9ebbb2945ff8750fdb60fb1e /manual/time.texi
parentc730d6780fe9ea61c225bd9f5652f2bbe636dcfb (diff)
(General Time String Parsing): Fix typos.
Diffstat (limited to 'manual/time.texi')
-rw-r--r--manual/time.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/time.texi b/manual/time.texi
index e8ae3c9585..7b6c4b3a13 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -1554,7 +1554,7 @@ to signal the error but instead the return value now is this error code.
The same error codes as described in the @code{getdate_err}
documentation above are used.
-@code{getdate_err} also does not store the broken-down time in a static
+@code{getdate_r} also does not store the broken-down time in a static
variable. Instead it takes an second argument which must be a pointer
to a variable of type @code{struct tm} where the broken-down can be
stored.
@@ -1563,7 +1563,7 @@ This function is not defined in the Unix standard. Nevertheless it is
available on some other Unix systems as well.
As for @code{getdate} the warning for using this function in
-SUID-programs applied to @code{getdate_r} as well.
+SUID-programs applies to @code{getdate_r} as well.
@end deftypefun
@node TZ Variable