diff options
author | 2011-11-20 17:39:34 +0000 | |
---|---|---|
committer | 2011-11-20 17:39:34 +0000 | |
commit | 0b43b269e0821c9604c6f231eacb1e520d22c710 (patch) | |
tree | ad64d7ccf68346bfa98f401d57e6ea311851ba2e | |
parent | 1b09cfa542888c3454043f763356f0295eefcd4e (diff) | |
download | paludis-0b43b269e0821c9604c6f231eacb1e520d22c710.tar.gz paludis-0b43b269e0821c9604c6f231eacb1e520d22c710.tar.xz |
Missing close tag
-rw-r--r-- | doc/configuration/repositories/e.html.part | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configuration/repositories/e.html.part b/doc/configuration/repositories/e.html.part index 23c0fb8e7..ecfeff4d0 100644 --- a/doc/configuration/repositories/e.html.part +++ b/doc/configuration/repositories/e.html.part @@ -97,7 +97,7 @@ for <code>e</code> format repositories:</p> <dt><code>manifest_hashes</code></dt> <dd>Space-separated list of hash functions to use when generating <code>Manifest</code> files. Supported values are <code>MD5</code>, <code>RMD160</code>, <code>SHA1</code>, <code>SHA256</code>, <code>SHA512</code> and - <code>WHIRLPOOL</code>. Optional, usually set by the distribution or the repository's <code>metadata/layout.conf</code>. + <code>WHIRLPOOL</code>. Optional, usually set by the distribution or the repository's <code>metadata/layout.conf</code>.</dd> <dt><code>binary_destination</code></dt> <dd>If set to <code>true</code>, this repository is treated as a destination when creating binary packages.</dd> |