Change 14397: Minor text changes

[email protected] (Chris Nandor) Wed, 23 Jan 2002 16:18:46 -0500
Newsgroups perl.perl5.changes.mac
Message-ID <p05100304b874d92744b3@[10.0.1.177]>
Change 14397 by pudge@pudge-mobile on 2002/01/23 20:03:19

	Minor text changes

Affected files ...

.... //depot/maint-5.6/macperl/macos/Perl.r#3 edit

Differences ...

==== //depot/maint-5.6/macperl/macos/Perl.r#3 (text) ====
Index: perl/macos/Perl.r
--- perl/macos/Perl.r.~1~	Wed Jan 23 13:15:06 2002
+++ perl/macos/Perl.r	Wed Jan 23 13:15:06 2002
@@ -5,6 +5,9 @@
  *    as specified in the README file.
  *
  * $Log: Perl.r,v $
+ * Revision 1.8  2002/01/23 05:45:39  pudge
+ * Update text
+ *
  * Revision 1.7  2001/10/03 19:31:55  pudge
  * Sync with perforce maint-5.6/macperl
  *
@@ -264,7 +267,7 @@
 					MPVersionStr
 				},
 				"Perl by Larry Wall <[email protected]>\n"
-				"MPW port by Matthias Neeracher <[email protected]>,\n"
+				"MPW port by Matthias Neeracher <[email protected]>\n"
 				"Maintained by Chris Nandor <[email protected]>\n",
 				0
 			},
@@ -277,9 +280,9 @@
 					{ 36,  20,  51, 220}, "Newline", "", set, 
 					"Records are terminated with newlines.",
 					{ 53,  20,  68, 220}, "Null Character", "-0", notset, 
-					"Records are terminated with null characters",
+					"Records are terminated with null characters.",
 					{ 70,  20,  85, 220}, "Paragraph", "-00", notset, 
-					"Records are terminated with two consecutive newlines"
+					"Records are terminated with two consecutive newlines."
 				}
 			},
 			Or {{-3}}, CheckOption {
@@ -307,7 +310,7 @@
 				"Enables some rudimentary switch parsing."
 			},
 			notDependent {}, CheckOption {
-				NotSet, {115, 240, 131, 465}, "Skip leading garbage.", "-x", 
+				NotSet, {115, 240, 131, 465}, "Skip leading garbage", "-x", 
 				"Skip lines to the first #!perl line. Great for shell scripts."
 			},
 			notDependent {}, TextBox {
End of Patch.