diff options
author | 2019-01-16 17:13:33 +0000 | |
---|---|---|
committer | 2019-01-16 17:13:33 +0000 | |
commit | 752ecd1f322c8843d42b85e834801d2d3beb54a9 (patch) | |
tree | 546daf067560d44a81683170c2b0263161b89b00 /share/man/man5/ruby-module.5 | |
parent | For all functions known to be infected by LC_NUMERIC, add short (diff) | |
download | wireguard-openbsd-752ecd1f322c8843d42b85e834801d2d3beb54a9.tar.xz wireguard-openbsd-752ecd1f322c8843d42b85e834801d2d3beb54a9.zip |
Document ruby26 FLAVOR
Diffstat (limited to 'share/man/man5/ruby-module.5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index ef0ccff6b26..f25f9dcb76a 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.24 2018/10/26 16:20:59 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.25 2019/01/16 17:13:33 jeremy 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: October 26 2018 $ +.Dd $Mdocdate: January 16 2019 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -152,7 +152,7 @@ The "ruby gem" should be used for pure ruby gems without C extensions. This adds .Ev PKG_ARCH -= * and adds ruby24, ruby25, and jruby += * and adds ruby24, ruby25, ruby26, and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -168,7 +168,7 @@ the appropriate libraries and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby24 and ruby25 +It also adds ruby24, ruby25, and ruby26 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those |