projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd26ff4
)
Clean up output.
author
Matt Kraai
<kraai@debian.org>
Tue, 19 Sep 2000 05:25:12 +0000
(
05:25
-0000)
committer
Matt Kraai
<kraai@debian.org>
Tue, 19 Sep 2000 05:25:12 +0000
(
05:25
-0000)
lsmod.c
patch
|
blob
|
history
modutils/lsmod.c
patch
|
blob
|
history
diff --git
a/lsmod.c
b/lsmod.c
index bd1cf9c48d53e57f665bcc36f5b072e8267a3b1d..a4a0ece0ef5a9c884cd9289e4da4adf9074176d9 100644
(file)
--- a/
lsmod.c
+++ b/
lsmod.c
@@
-110,7
+110,7
@@
extern int lsmod_main(int argc, char **argv)
printf("(uninitialized)");
else {
if (info.flags & NEW_MOD_AUTOCLEAN)
- printf("(autoclean)");
+ printf("(autoclean)
");
if (!(info.flags & NEW_MOD_USED_ONCE))
printf("(unused)");
}
diff --git
a/modutils/lsmod.c
b/modutils/lsmod.c
index bd1cf9c48d53e57f665bcc36f5b072e8267a3b1d..a4a0ece0ef5a9c884cd9289e4da4adf9074176d9 100644
(file)
--- a/
modutils/lsmod.c
+++ b/
modutils/lsmod.c
@@
-110,7
+110,7
@@
extern int lsmod_main(int argc, char **argv)
printf("(uninitialized)");
else {
if (info.flags & NEW_MOD_AUTOCLEAN)
- printf("(autoclean)");
+ printf("(autoclean)
");
if (!(info.flags & NEW_MOD_USED_ONCE))
printf("(unused)");
}