diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:37:02 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:37:02 -0400 |
commit | c88730a4964286a84d094cfde6be1e6f5997e0be (patch) | |
tree | 7649c342858f80b040c89d04e83718903b9b6e3c /libraries/libfaketime | |
parent | d36f10fbb0f3500bc2cfb82485f37b77ea2d9988 (diff) |
libraries/libfaketime: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libfaketime')
-rw-r--r-- | libraries/libfaketime/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/libfaketime/README b/libraries/libfaketime/README index cec958c321cb..75c5be370501 100644 --- a/libraries/libfaketime/README +++ b/libraries/libfaketime/README @@ -1,10 +1,11 @@ libfaketime intercepts various system calls which programs use to -retrieve the current date and time. It can then report faked dates and times -(as specified by you, the user) to these programs. This means you can modify -the system time a program sees without having to change the time system-wide. +retrieve the current date and time. It can then report faked dates and +times (as specified by you, the user) to these programs. This means +you can modify the system time a program sees without having to change +the time system-wide. -libfaketime allows you to specify both absolute dates (e.g., 01/01/2004) and -relative dates (e.g., 10 days ago). +libfaketime allows you to specify both absolute dates (e.g., +01/01/2004) and relative dates (e.g., 10 days ago). libfaketime might be used for various purposes, for example |