components/ruby/Solaris/ruby.1.sedscript
changeset 199 b87534be1a76
equal deleted inserted replaced
198:172fc01ce997 199:b87534be1a76
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 1i\
       
    26 '\\" t\
       
    27 \.\\"\
       
    28 \.\\" Modified for Solaris to add the add a note about source availability .\
       
    29 \.\\"\ 
       
    30 $a\
       
    31 \.\\" Begin Oracle update\
       
    32 .SH FILES\
       
    33 The following files specify the installation  locations  for Ruby: \
       
    34 .PP\
       
    35 .TP\
       
    36 /var/ruby/1.8/gem_home \
       
    37 Contains the Rubygems repository. Configure the GEM_HOME environment variable \
       
    38 to point to /var/ruby/1.8/gem_home as the installation of Rubygems repository.\
       
    39 .PP\
       
    40 .TP\
       
    41 /var/ruby/1.8/gem_home/bin \
       
    42 Contains executables for any installed gems that have them (i.e.: thin, rake, \
       
    43 rails, etc). Only exists after a gem with an executable has been installed.\
       
    44 .PP\
       
    45 .TP\
       
    46 ~/.gem/ruby/1.8 \
       
    47 Location that gems will be installed to if /var/ruby/1.8/gem_home is not \
       
    48 writable by the user. This is automatically added to GEM_PATH.\
       
    49 .PP\
       
    50 .TP\
       
    51 ~/.gem/ruby/1.8/bin\
       
    52 Location that executables for gems will be installed to if \
       
    53 /var/ruby/1.8/gem_home/bin is not writable by the user.\
       
    54 .PP\
       
    55 .TP\
       
    56 /usr/ruby/1.8/bin \
       
    57 Contains  the  Ruby  executable  as well as other utility programs, and \
       
    58 Rubygems programs. These programs are linked from /usr/bin.\
       
    59 For example: /usr/ruby/1.8/bin/ruby is linked from /usr/bin/ruby1.8, and \
       
    60 may be linked from /usr/bin/ruby if 1.8 is the latest version of Ruby \
       
    61 installed on this system. \
       
    62 .PP\
       
    63 .SH NOTES\
       
    64 Source for ruby is available on http://opensolaris.org.\
       
    65 The documentation for DTrace probes are available on http://dtrace.joyent.com.\
       
    66 \.\\" End Oracle update