File: manpage_has_slight_indentation_error.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (38 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (4)
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]]