diff --git a/doc/globals.rdoc b/doc/globals.rdoc index d3c3553d4d..146b7fc34f 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -50,9 +50,9 @@ $-p:: True if option -p is set. Read-only variable. == Pre-defined global constants -TRUE:: The typical true value. -FALSE:: The +false+ itself. -NIL:: The +nil+ itself. +TRUE:: The typical true value. Deprecated. +FALSE:: The +false+ itself. Deprecated. +NIL:: The +nil+ itself. Deprecated. STDIN:: The standard input. The default value for $stdin. STDOUT:: The standard output. The default value for $stdout. STDERR:: The standard error output. The default value for $stderr.