summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChristian Hofstaedtler <ch@zeha.at>2012-03-13 12:36:14 +0100
committerChristian Hofstaedtler <ch@zeha.at>2012-03-13 12:36:14 +0100
commitf27e94e3dfa2bb5d6ca0944b03ea696d58924353 (patch)
treefae07a1f9c2c6090f67e2808e76a6fc426856f2a /man
parentd3a0ace0fd3d840a72de976ae7646d98b962f373 (diff)
downloadbundler-f27e94e3dfa2bb5d6ca0944b03ea696d58924353.tar.gz
Change example in gemfile.5 to work around ronn issue
ronn in roff mode doesn't escape "..." in a preformatted block. This causes man to complain about an undefined ".." macro and the "..." will be missing in the output.
Diffstat (limited to 'man')
-rw-r--r--man/gemfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 411e619270..5ac73a7e8e 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -202,7 +202,7 @@ the `.gemspec`.
| |-actionpack.gemspec [actionpack gem located here]
|~activesupport
| |-activesupport.gemspec [activesupport gem located here]
- ...
+ |...
To install a gem located in a git repository, bundler changes to
the directory containing the gemspec, runs `gem build name.gemspec`