diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-31 21:10:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-31 21:10:30 +0100 |
commit | 2db79cba45042bdacb5f2478bc02c5f80f1bb74f (patch) | |
tree | 6167a6e9a047b9ffe065fd5428b08bd1575eb375 /man/libsimple_timespectostr.3 | |
parent | Add man page for timespectostr and timevaltostr (diff) | |
download | libsimple-2db79cba45042bdacb5f2478bc02c5f80f1bb74f.tar.gz libsimple-2db79cba45042bdacb5f2478bc02c5f80f1bb74f.tar.bz2 libsimple-2db79cba45042bdacb5f2478bc02c5f80f1bb74f.tar.xz |
More documentation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | man/libsimple_timespectostr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/libsimple_timespectostr.3 b/man/libsimple_timespectostr.3 index 1585603..d6e2b71 100644 --- a/man/libsimple_timespectostr.3 +++ b/man/libsimple_timespectostr.3 @@ -96,7 +96,7 @@ failed because it could not allocate enough memory. .I ts->tv_nsec is negative or greater than 999\ 999\ 999, or .I tv->tv_usec -is negative or greater than 999\ 999, or +is negative or greater than 999\ 999. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). |