Skip to content

Commit 9c154be

Browse files
committed
doc: use --formatted-code for own readme
1 parent cfa8574 commit 9c154be

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CONV=man-to-md.pl
88
all: ;
99

1010
README.md: doc/man-to-md.1 $(CONV)
11-
perl $(CONV) --comment <$< >$@
11+
perl $(CONV) --comment --formatted-code <$< >$@
1212

1313
test:
1414
git submodule update --init test/framework/

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
Version 0.5.1, July 2017
66

7-
```
8-
$ man-to-md.pl [OPTIONS] <manpage.roff >output.md
9-
```
7+
<pre><code>$ <b>man-to-md.pl</b> [<i>OPTIONS</i>] &lt;<i>manpage.roff</i> ><i>output.md</i></code></pre>
108

119
# Description
1210

0 commit comments

Comments
 (0)