summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2001-04-27 21:47:36 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2001-04-27 21:47:36 +0000
commita9b7b4de14a9a3c601e37be371fc16a207a43ad4 (patch)
tree9e828f891cd027df251829cd28dceb71a8752b3c /emulators/mtools
parentReflect the graphics/ruby-opengl update. (diff)
This patch corrects a newline bogon in the "mdel" command usage help.
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Notes
Notes: svn path=/head/; revision=41982
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/files/patch-i11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-i b/emulators/mtools/files/patch-i
new file mode 100644
index 000000000000..9ec5fcee5ceb
--- /dev/null
+++ b/emulators/mtools/files/patch-i
@@ -0,0 +1,11 @@
+--- mdel.c.orig Tue Apr 24 16:00:57 2001
++++ mdel.c Tue Apr 24 16:01:01 2001
+@@ -118,7 +118,7 @@
+ fprintf(stderr,
+ "Mtools version %s, dated %s\n", mversion, mdate);
+ fprintf(stderr,
+- "Usage: %s [-v] msdosfile [msdosfiles...]", progname);
++ "Usage: %s [-v] msdosfile [msdosfiles...]\n", progname);
+ exit(1);
+ }
+