blob: 56d9d2266b90d3dbfdec7b62dc9eafac780106ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
### Please describe the problem.
The "import" section of the manpage has an indentation error.
### What steps will reproduce the problem?
man git-annex
### What version of git-annex are you using? On what operating system?
anything after 20130827, i believe.
### Please provide any additional information below.
silly patch:
[[!format diff """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
diff --git a/Build/mdwn2man b/Build/mdwn2man
index ba5919b..b3ee404 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -25,7 +25,7 @@ while (<>) {
$inlist=1;
$spippara=0;
}
- elsif (/.SH/) {
+ elsif (/^.SH/) {
$skippara=0;
$inlist=0;
}
# End of transcript or log.
"""]]
-- [[anarcat]]
> [[applied|done]] --[[Joey]]
|