diff options
-rw-r--r-- | doc/globals.rdoc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc index 1b51bb1b36..9d9fc57e6e 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -101,14 +101,6 @@ English - <tt>$INPUT_RECORD_SEPARATOR</tt>, <tt>$RS</tt>. Aliased as <tt>$-0</tt>. -=== <tt>$;</tt> (Input Field Separator) - -An input field separator, initially +nil+. - -English - <tt>$FIELD_SEPARATOR</tt>, <tt>$FS</tt>. - -Aliased as <tt>$-F</tt>. - === <tt>$\\</tt> (Output Record Separator) An output record separator, initially +nil+. @@ -285,6 +277,8 @@ Whether command-line option <tt>-p</tt> was given; read-only. === <tt>$,</tt> +=== <tt>$;</tt> + = Pre-Defined Global Constants = Streams |