linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Avoid to remove too much files
@ 2008-08-09 17:19 Alessio Igor Bogani
  2008-08-09 17:19 ` [PATCH] Fix typo in pi_stress manpage Alessio Igor Bogani
  0 siblings, 1 reply; 2+ messages in thread
From: Alessio Igor Bogani @ 2008-08-09 17:19 UTC (permalink / raw)
  To: linux-rt-users, tglx; +Cc: Alessio Igor Bogani

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index b7ac587..1b1b02c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ pi_stress:  src/pi_tests/pi_stress.c
 CLEANUP = $(TARGETS) *.o .depend *.*~ ChangeLog *.orig *.rej rt-tests.spec
 
 clean:
-	for F in $(CLEANUP); do find -type f -iname $$F | xargs rm -f; done
+	for F in $(CLEANUP); do find -type f -name $$F | xargs rm -f; done
 
 distclean: clean
 	rm -rf BUILD RPMS SRPMS releases
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Fix typo in pi_stress manpage
  2008-08-09 17:19 [PATCH] Avoid to remove too much files Alessio Igor Bogani
@ 2008-08-09 17:19 ` Alessio Igor Bogani
  0 siblings, 0 replies; 2+ messages in thread
From: Alessio Igor Bogani @ 2008-08-09 17:19 UTC (permalink / raw)
  To: linux-rt-users, tglx; +Cc: Alessio Igor Bogani

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
---
 src/pi_tests/pi_stress.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pi_tests/pi_stress.8 b/src/pi_tests/pi_stress.8
index fd4574e..0d21c80 100644
--- a/src/pi_tests/pi_stress.8
+++ b/src/pi_tests/pi_stress.8
@@ -72,7 +72,7 @@ Run all threads on one processor. The default is to run all inversion
 group threads on one processor and the admin threads (reporting
 thread, keyboard reader, etc.) on a different processor.
 .IP \-m|\-\-mlockall
-Call mlockall to lock currnet and future memory allocations and
+Call mlockall to lock current and future memory allocations and
 prevent being paged out
 .IP \-h|\-\-help
 Display a short help message and options.
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-09 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-09 17:19 [PATCH] Avoid to remove too much files Alessio Igor Bogani
2008-08-09 17:19 ` [PATCH] Fix typo in pi_stress manpage Alessio Igor Bogani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).