aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-05 16:54:41 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-05 16:54:41 +0100
commit91e48682994e2c83aba2a3eb10b5f236fb09c878 (patch)
treebd67b5b89955f2a1ee77a0a2c32f05d5dfcd9983
parentm (diff)
downloadlibred-91e48682994e2c83aba2a3eb10b5f236fb09c878.tar.gz
libred-91e48682994e2c83aba2a3eb10b5f236fb09c878.tar.bz2
libred-91e48682994e2c83aba2a3eb10b5f236fb09c878.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--doc/man/libred_check_timetravel.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/libred_check_timetravel.3 b/doc/man/libred_check_timetravel.3
index adfde1d..6bb2ab6 100644
--- a/doc/man/libred_check_timetravel.3
+++ b/doc/man/libred_check_timetravel.3
@@ -21,9 +21,9 @@ and the clock is before year 2000.5 in the Julian calendar. Before
exiting, the function will print an informative error message to
standard error.
.SH "RETURN VALUE"
-Upon successful completion, without time incompatibility, the returns
-0. Upon failure, that is, it is unable to read the clock, the function
-returns -1.
+Upon successful completion, without time incompatibility, the function
+returns 0. Upon failure, that is, it is unable to read the clock, the
+function returns -1.
.SH ERRORS
The function may fail for any reason specified for
.BR clock_gettime (3),