diff options
author | 2014-10-17 17:09:50 +0000 | |
---|---|---|
committer | 2014-10-17 17:09:50 +0000 | |
commit | 315a0a78cf6923291a733615b13bc985e5ed0b87 (patch) | |
tree | 6e9f41c64b4a9eef31132ce2fa715e4f6e22ef5e /share/man/man5/ruby-module.5 | |
parent | revert previous. It isn't just i386 which cares about the setperf (diff) | |
download | wireguard-openbsd-315a0a78cf6923291a733615b13bc985e5ed0b87.tar.xz wireguard-openbsd-315a0a78cf6923291a733615b13bc985e5ed0b87.zip |
rspec2 will be removed
Diffstat (limited to 'share/man/man5/ruby-module.5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index ec4122ef0f0..7926e77a8db 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.13 2014/09/18 07:43:17 jasper Exp $ +.\" $OpenBSD: ruby-module.5,v 1.14 2014/10/17 17:09:50 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 18 2014 $ +.Dd $Mdocdate: October 17 2014 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -51,7 +51,6 @@ Sets .Ev MODRUBY_ICONV_DEPENDS , .Ev MODRUBY_RAKE_DEPENDS , .Ev MODRUBY_RSPEC_DEPENDS , -.Ev MODRUBY_RSPEC2_DEPENDS , .Ev MODRUBY_RSPEC3_DEPENDS , .Ev MODRUBY_RUBY_ADJ , .Ev MODRUBY_ADJ_FILES , @@ -110,9 +109,6 @@ use. .Ev MODRUBY_RSPEC_DEPENDS is set to the dependency line for the rspec 1 port for the version of ruby in use. -.Ev MODRUBY_RSPEC2_DEPENDS -is set to the dependency line for the rspec 2 port for the version of ruby in -use. .Ev MODRUBY_RSPEC3_DEPENDS is set to the dependency line for the rspec 3 port for the version of ruby in use. @@ -141,7 +137,7 @@ Creates a do-test target if .Ev MODRUBY_TEST is used and one is not already defined. .Ev MODRUBY_TEST -can be set to ruby, rake, rspec, rspec2, rspec3, or testrb to +can be set to ruby, rake, rspec, rspec3, or testrb to choose the appropriate binary to run the regress tests. .Ev MODRUBY_TEST_ENV can be used to set environment variables for the regress tests. |