silly tiny bug in the manpage generation
This commit is contained in:
parent
f2734ee175
commit
80c6e9ab49
1 changed files with 36 additions and 0 deletions
36
doc/bugs/manpage_has_slight_indentation_error.mdwn
Normal file
36
doc/bugs/manpage_has_slight_indentation_error.mdwn
Normal file
|
@ -0,0 +1,36 @@
|
|||
### 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]]
|
Loading…
Add table
Reference in a new issue