diff options
Diffstat (limited to 'instrumentation/README.persistent_mode.md')
-rw-r--r-- | instrumentation/README.persistent_mode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.persistent_mode.md b/instrumentation/README.persistent_mode.md index e9d2a523..d0ccba8c 100644 --- a/instrumentation/README.persistent_mode.md +++ b/instrumentation/README.persistent_mode.md @@ -132,7 +132,7 @@ and you should be all set! Some libraries provide APIs that are stateless, or whose state can be reset in between processing different input files. When such a reset is performed, a single long-lived process can be reused to try out multiple test cases, -eliminating the need for repeated fork() calls and the associated OS overhead. +eliminating the need for repeated `fork()` calls and the associated OS overhead. The basic structure of the program that does this would be: |