usr/src/lib/jrexx/sunman/jrexx.3
changeset 0 b34509ac961f
child 11 87960ed158f9
equal deleted inserted replaced
-1:000000000000 0:b34509ac961f
       
     1 '\" t
       
     2 .\"
       
     3 .\" CDDL HEADER START
       
     4 .\"
       
     5 .\" The contents of this file are subject to the terms of the
       
     6 .\" Common Development and Distribution License (the "License").
       
     7 .\" You may not use this file except in compliance with the License.
       
     8 .\"
       
     9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    10 .\" or http://www.opensolaris.org/os/licensing.
       
    11 .\" See the License for the specific language governing permissions
       
    12 .\" and limitations under the License.
       
    13 .\"
       
    14 .\" When distributing Covered Code, include this CDDL HEADER in each
       
    15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    16 .\" If applicable, add the following below this CDDL HEADER, with the
       
    17 .\" fields enclosed by brackets "[]" replaced with your own identifying
       
    18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
       
    19 .\"
       
    20 .\" CDDL HEADER END
       
    21 .\"
       
    22 .\" Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
       
    23 .\" Use is subject to license terms.
       
    24 .\"
       
    25 .\" ident	"@(#)jrexx.3	1.1	09/07/23 SMI"
       
    26 .\"
       
    27 .\" This man page created by Sun to provide a reference to the html
       
    28 .\" for jrexx with the Storage-im distribution.
       
    29 .\"
       
    30 .TH jrexx 3 "16 April 2009"
       
    31 .SH NAME
       
    32 jrexx \- Automaton based regular expression api for Java.
       
    33 .SH DESCRIPTION
       
    34 jrexx(3) Automaton based regular expression api for Java - provides a very fast matching alogrithm, an extended pattern syntax (with set operations for complement, union, intersection, difference) and allows introspection of the automaton's structure. For additional information  on  using jrexx, browse the complete html documentation at:
       
    35 .IP
       
    36 .B file:/usr/share/lib/java/javadoc/jrexx/index.html
       
    37 .LP
       
    38 .SH LICENSE
       
    39 LGPL
       
    40 .SH FILES
       
    41 /usr/share/lib/java/jrexx.jar
       
    42 .IP
       
    43 jrexx jar file
       
    44 .LP
       
    45 /usr/share/lib/java/javadoc/jrexx/index.html
       
    46 .IP
       
    47 jrexx API documentation generated with javadoc. 
       
    48 .LP
       
    49 .SH ATTRIBUTES
       
    50 See
       
    51 .BR attributes (5)
       
    52 for descriptions of the following attributes:
       
    53 .sp
       
    54 .TS
       
    55 box;
       
    56 cbp-1 | cbp-1
       
    57 l | l .
       
    58 ATTRIBUTE TYPE     ATTRIBUTE VALUE
       
    59 =
       
    60 Availability	SUNWjrexx
       
    61 =
       
    62 Interface Stability	Uncommitted
       
    63 .TE
       
    64 .SH SEE ALSO
       
    65 http://www.karneim.com/jrexx/
       
    66 .SH NOTES
       
    67 Source for jrexx is available on http://opensolaris.org