summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMathis Beer <Mathis.Beer@funkwerk-itk.com>2019-02-05 07:43:40 +0100
committerMathis Beer <Mathis.Beer@funkwerk-itk.com>2019-02-05 07:45:31 +0100
commit5c4fdb5173fa46341be42493f7954435afdc31b2 (patch)
treead8a88d67878830d7388a9c4584a6d475e0a5098 /README
parent5c6518c597160109fbe599fb4db9ca91e4a6769c (diff)
downloadlibfaketime-5c4fdb5173fa46341be42493f7954435afdc31b2.tar.gz
Rename DONT_FAKE_MONOTONIC to FAKETIME_DONT_FAKE_MONOTONIC for consistency.
The old variable still works.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 248bc92..36e507d 100644
--- a/README
+++ b/README
@@ -71,8 +71,8 @@ documentation whether it can be achieved by using libfaketime directly.
rebuilding libfaketimeMT.so.1
* Java-/JVM-based applications work but you need to pass in an extra argument
- (DONT_FAKE_MONOTONIC). See usage basics below for details. Without this
- argument the java command usually hangs.
+ (FAKETIME_DONT_FAKE_MONOTONIC). See usage basics below for details. Without
+ this argument the java command usually hangs.
* libfaketime will eventually be bypassed by applications that dynamically load
system libraries, such as librt, explicitly themselves instead of relying on
@@ -141,7 +141,7 @@ user@host> LD_PRELOAD=/usr/local/lib/libfaketime.so.1 FAKETIME="-15d" date
Mon Nov 8 12:01:12 CEST 2016
user@host> LD_PRELOAD=/usr/local/lib/libfaketime.so.1 FAKETIME="-15d"
-DONT_FAKE_MONOTONIC=1 java -version
+FAKETIME_DONT_FAKE_MONOTONIC=1 java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)