summaryrefslogtreecommitdiff
path: root/ruby.1
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-01-30 10:18:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-01-30 10:18:25 +0000
commit3293a425afd07c4b004e06e14f1735ca841c1411 (patch)
tree4f6cd2c9bd53b72e160fd2810f28ab529fcc577e /ruby.1
parentd1a8766f801ccbb11126413d1fa4f9bea19b00ba (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@61 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.1')
-rw-r--r--ruby.12
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.1 b/ruby.1
index fe1e76007a..8a349eada6 100644
--- a/ruby.1
+++ b/ruby.1
@@ -272,7 +272,7 @@ example:
.ne 3
\& #! /usr/local/bin/ruby -s
\& # prints "true" if invoked with `-xyz' switch.
-\& print "true\n" if $xyz
+\& print "true\en" if $xyz
.fi
.TP
.B -S