diff options
author | Jason Evans <je@facebook.com> | 2010-02-12 00:46:42 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-02-12 00:46:42 (GMT) |
commit | 65aae2cf57cb8ca93562abcc93e89625f6a14c4d (patch) | |
tree | 55a59f01bd28981570335fda291297cad0f85601 | |
parent | 3b5ee5e8574e0599a5bdcd05e3b72160b8379355 (diff) | |
download | jemalloc-65aae2cf57cb8ca93562abcc93e89625f6a14c4d.zip jemalloc-65aae2cf57cb8ca93562abcc93e89625f6a14c4d.tar.gz jemalloc-65aae2cf57cb8ca93562abcc93e89625f6a14c4d.tar.bz2 |
Fix a man page typo.
-rw-r--r-- | jemalloc/doc/jemalloc.3.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in index 5c66458..718ad84 100644 --- a/jemalloc/doc/jemalloc.3.in +++ b/jemalloc/doc/jemalloc.3.in @@ -1412,7 +1412,8 @@ allocation functions. @roff_prof@.It Ev JEMALLOC_PROF_PREFIX @roff_prof@If the environment variable @roff_prof@.Ev JEMALLOC_PROF_PREFIX -@roff_prof@is set, use itas the filename prefix for profile dumps; otherwise use +@roff_prof@is set, use it as the filename prefix for profile dumps; otherwise +@roff_prof@use @roff_prof@.Pa jeprof @roff_prof@as the prefix. .El |