man/ronn-format.7.ronn in ronn-ng-0.10.1.pre3 vs man/ronn-format.7.ronn in ronn-ng-0.10.1.pre4

- old
+ new

@@ -88,10 +88,10 @@ Manpages have a limited set of text formatting capabilities. There's basically <b>boldface</b> and <i>italics</i> (often displayed using <u>underline</u>). Ronn uses the following bits of markdown(7) to accomplish this: * <code>\`backticks\`</code> (markdown compatible): - Code, flags, commands, and noun-like things; typically displayed in in + Code, flags, commands, and noun-like things; typically displayed in <b>boldface</b>. All text included within `backticks` is displayed literally; other inline markup is not processed. HTML output: `<code>`. * `**double-stars**` (markdown compatible):