projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9041458
)
Fix another parse error
author
David Schleef
<ds@schleef.org>
Wed, 19 Sep 2001 00:35:30 +0000
(
00:35
+0000)
committer
David Schleef
<ds@schleef.org>
Wed, 19 Sep 2001 00:35:30 +0000
(
00:35
+0000)
scripts/doc_devlist
patch
|
blob
|
history
diff --git
a/scripts/doc_devlist
b/scripts/doc_devlist
index cfe48023ed2c68ecfd6450aa2131603061a4ef5c..8dba9e503bd4b8c932279be657292e75fb239b2d 100755
(executable)
--- a/
scripts/doc_devlist
+++ b/
scripts/doc_devlist
@@
-38,8
+38,8
@@
while($line=shift @lines){
s/^Driver: //;
$driver = $_;
}
- if($l =~ m/^Devices:
/){
- $l =~ s/^Devices:
//;
+ if($l =~ m/^Devices:/){
+ $l =~ s/^Devices://;
parse_devices($l);
}
$l="";