diff options
author | 2014-09-18 07:43:17 +0000 | |
---|---|---|
committer | 2014-09-18 07:43:17 +0000 | |
commit | 0f687b8312442721b419cc05d71b3c74aaf37788 (patch) | |
tree | 90b359e81f26f3acf2ddb3d9c3c56406cbe7876a /share/man/man5/ruby-module.5 | |
parent | Our setpgrp() is the BSD version with two args and not the XSI (diff) | |
download | wireguard-openbsd-0f687b8312442721b419cc05d71b3c74aaf37788.tar.xz wireguard-openbsd-0f687b8312442721b419cc05d71b3c74aaf37788.zip |
document rspec3
ok jeremy@
Diffstat (limited to 'share/man/man5/ruby-module.5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index 75a4e003f81..ec4122ef0f0 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.12 2014/01/14 07:40:29 jmc Exp $ +.\" $OpenBSD: ruby-module.5,v 1.13 2014/09/18 07:43:17 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: January 14 2014 $ +.Dd $Mdocdate: September 18 2014 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -52,6 +52,7 @@ Sets .Ev MODRUBY_RAKE_DEPENDS , .Ev MODRUBY_RSPEC_DEPENDS , .Ev MODRUBY_RSPEC2_DEPENDS , +.Ev MODRUBY_RSPEC3_DEPENDS , .Ev MODRUBY_RUBY_ADJ , .Ev MODRUBY_ADJ_FILES , .Ev MODRUBY_LIBDIR , @@ -112,7 +113,9 @@ use. .Ev MODRUBY_RSPEC2_DEPENDS is set to the dependency line for the rspec 2 port for the version of ruby in use. -.Pp +.Ev MODRUBY_RSPEC3_DEPENDS +is set to the dependency line for the rspec 3 port for the version of ruby in +use. .Ev RUBY , .Ev RAKE , and @@ -123,7 +126,7 @@ testrb binaries for the related ruby implementation. and .Ev MODRUBY_BIN_RSPEC are the path to the spec (rspec 1) and -rspec (rspec 2) binaries for the related ruby implementation. +rspec (rspec 2 and 3) binaries for the related ruby implementation. .Pp .Ev MODRUBY_RUBY_ADJ is a command that takes filename arguments and replaces @@ -138,7 +141,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, or testrb to +can be set to ruby, rake, rspec, rspec2, 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. |