diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-11 00:24:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-11 00:24:41 +0000 |
commit | 86c3718cddd6f1bf30a239129ad08c1a22f167d4 (patch) | |
tree | a91203acbfa4b01fb03c599afc9f8332d625bdd3 | |
parent | 473c71094e93b78e23ae86ec3970ce2ef9a40563 (diff) | |
download | mandoc-86c3718cddd6f1bf30a239129ad08c1a22f167d4.tar.gz |
Ugh, environmental variables are Ev, not Er. Fix typos.
-rw-r--r-- | man.cgi.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,11 +70,11 @@ If no manroot is specified during search, the first manroot is used by default. .Sh ENVIRONMENT .Bl -tag -width Ds -.It Er CACHE_DIR +.It Ev CACHE_DIR The absolute path of the .Xr catman 8 cache directory. -.It Er CSS_DIR +.It Ev CSS_DIR Prepended to CSS file links. .El .Sh FILES |