BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / perl-4.036 / perl.1
index 70dc224..db4e240 100644 (file)
@@ -24,7 +24,7 @@ even BASIC-PLUS.)
 Expression syntax corresponds quite closely to C expression syntax.
 Unlike most Unix utilities,
 .I perl
 Expression syntax corresponds quite closely to C expression syntax.
 Unlike most Unix utilities,
 .I perl
-does not arbitrarily limit the size of your data\*(--if you've got
+does not arbitrarily limit the size of your data\(emif you've got
 the memory,
 .I perl
 can slurp in your whole file as a single string.
 the memory,
 .I perl
 can slurp in your whole file as a single string.
@@ -68,7 +68,7 @@ Contained in the file specified by the first filename on the command line.
 (Note that systems supporting the #! notation invoke interpreters this way.)
 .Ip 3. 4 2
 Passed in implicitly via standard input.
 (Note that systems supporting the #! notation invoke interpreters this way.)
 .Ip 3. 4 2
 Passed in implicitly via standard input.
-This only works if there are no filename arguments\*(--to pass
+This only works if there are no filename arguments\(emto pass
 arguments to a
 .I stdin
 script you must explicitly specify a \- for the script name.
 arguments to a
 .I stdin
 script you must explicitly specify a \- for the script name.
@@ -512,7 +512,7 @@ The current input line is normally in $_, not $0.
 It generally does not have the newline stripped.
 ($0 is the name of the program executed.)
 .Ip * 4 2
 It generally does not have the newline stripped.
 ($0 is the name of the program executed.)
 .Ip * 4 2
-$<digit> does not refer to fields\*(--it refers to substrings matched by the last
+$<digit> does not refer to fields\(emit refers to substrings matched by the last
 match pattern.
 .Ip * 4 2
 The
 match pattern.
 .Ip * 4 2
 The
@@ -533,7 +533,7 @@ The exponentiation operator is \*(L"**\*(R", not \*(L"^\*(R".
 .Ip * 4 2
 The concatenation operator is \*(L".\*(R", not the null string.
 (Using the null string would render \*(L"/pat/ /pat/\*(R" unparsable,
 .Ip * 4 2
 The concatenation operator is \*(L".\*(R", not the null string.
 (Using the null string would render \*(L"/pat/ /pat/\*(R" unparsable,
-since the third slash would be interpreted as a division operator\*(--the
+since the third slash would be interpreted as a division operator\(emthe
 tokener is in fact slightly context sensitive for operators like /, ?, and <.
 And in fact, . itself can be the beginning of a number.)
 .Ip * 4 2
 tokener is in fact slightly context sensitive for operators like /, ?, and <.
 And in fact, . itself can be the beginning of a number.)
 .Ip * 4 2
@@ -635,7 +635,7 @@ The environment is not automatically made available as variables.
 is at the mercy of your machine's definitions of various operations
 such as type casting, atof() and sprintf().
 .PP
 is at the mercy of your machine's definitions of various operations
 such as type casting, atof() and sprintf().
 .PP
-If your stdio requires an seek or eof between reads and writes on a particular
+If your stdio requires a seek or eof between reads and writes on a particular
 stream, so does
 .IR perl .
 (This doesn't apply to sysread() and syswrite().)
 stream, so does
 .IR perl .
 (This doesn't apply to sysread() and syswrite().)