rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / ruby / ruby-32 / Solaris / ruby.1.sedscript
blobdef77089faaa35a55e450cc2af914e4ccf7b916f
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
25 1i\
26 '\\" t\
27 \.\\"\
28 \.\\" Modified for Solaris to add notes about Ruby installation locations.\
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 /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER \
37 Contains the Rubygems repository. Configure the GEM_HOME environment variable \
38 to point to /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.\
39 .PP\
40 .TP\
41 ~/.gem/ruby/RUBY_LIB_VER \
42 Per user location for gems, when installing with the gem install option \
43 --user-install (gem install --user-install ... ).  This path is \
44 automatically added to GEM_PATH.\
45 .PP\
46 .TP\
47 ~/.gem/ruby/RUBY_LIB_VER/bin\
48 Per user location for gem executables.\
49 .PP\
50 .TP\
51 /usr/ruby/RUBY_VER/bin \
52 Contains  the  Ruby  executable  as well as other utility programs, and \
53 Rubygems programs. These programs are linked from /usr/bin.\
54 For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/ruby19, and \
55 may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
56 "RUBY_VER" (see pkg(1)). \
57 Also contains executables for any installed gems that have them (i.e.: thin,\
58 rails, etc). \
59 \.\\" End Oracle update