Skip to content

Commit

Permalink
Manpage for rx(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
katef committed Aug 19, 2024
1 parent 5e10440 commit c207881
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ PKG += libtheft
.if !defined(NODOC)
SUBDIR += man/fsm.1
SUBDIR += man/re.1
SUBDIR += man/rx.1
SUBDIR += man/lx.1
SUBDIR += man/fsm_print.3
SUBDIR += man/libfsm.3
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ You get:
* libfsm — library for manipulating FSM (NFA and DFA)
* libre — library for compiling regular expressions to NFA
* fsm(1) — command line interface for FSM
* re(1) — command line interface for executing regular expressions
* re(1) — command line interface for compiling regular expressions
* rx(1) — command line interface for compiling sets of regular expressions
* lx(1) — lexer generator

lx is an attempt to produce a simple, expressive, and unobtrusive
Expand Down
2 changes: 1 addition & 1 deletion man/re.1/re.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ query
and minimised to its canonical &dfa; by default.
The &nfa; may be preserved by the &n.opt; option.</para>

<para>multiple regexps may be given; these are unioned by default,
<para>Multiple regexps may be given; these are unioned by default,
or concatenated when the &s.opt; option is given.</para>

<para>&re.1; is invoked in one of four modes of operation:
Expand Down
4 changes: 4 additions & 0 deletions man/rx.1/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.include "../../share/mk/top.mk"

MAN += man/rx.1/rx.1.xml

Loading

0 comments on commit c207881

Please sign in to comment.