Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61595
b: refs/heads/master
c: cdccb31
h: refs/heads/master
i:
  61593: f988855
  61591: 9028ee6
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 19, 2007
1 parent 3b7c234 commit cdfc8b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51f5a0c8f63990fcb6e09ed52be348df58c9e416
refs/heads/master: cdccb316c0860b26ad52f622a7592122a62d02b4
6 changes: 5 additions & 1 deletion trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,11 @@ sub output_highlight {
print $lineprefix, $blankline;
} else {
$line =~ s/\\\\\\/\&/g;
print $lineprefix, $line;
if ($output_mode eq "man" && substr($line, 0, 1) eq ".") {
print "\\&$line";
} else {
print $lineprefix, $line;
}
}
print "\n";
}
Expand Down

0 comments on commit cdfc8b9

Please sign in to comment.