From 62f34bd1fe9630b0e760860017955cec2d5fbd0a Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Mon, 15 Jul 2019 13:57:43 +0900 Subject: doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip] They are warned since 2.4.0. --- doc/globals.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/globals.rdoc') 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. -- cgit v1.2.3