summaryrefslogtreecommitdiff
path: root/rx-1.5-texinfo.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:47:06 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:47:06 +0000
commit09c8b7f180aef68f8c2cf5a35e23e3e719d88cdb (patch)
tree9e67ac8569bdffe5867e312dbc79cac05f2c8f6e /rx-1.5-texinfo.patch
parent76da0ecdd4b4d33a007c1cf9e4f68abeaac8e99a (diff)
automatic import of librxopeneuler24.03_LTS
Diffstat (limited to 'rx-1.5-texinfo.patch')
-rw-r--r--rx-1.5-texinfo.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/rx-1.5-texinfo.patch b/rx-1.5-texinfo.patch
new file mode 100644
index 0000000..bf67daa
--- /dev/null
+++ b/rx-1.5-texinfo.patch
@@ -0,0 +1,25 @@
+diff -Naurk.texipatch rx-1.5/doc/rx.texi.texipatch rx-1.5/doc/rx.texi
+--- rx-1.5/doc/rx.texi.texipatch Wed Jan 15 23:31:37 1997
++++ rx-1.5/doc/rx.texi Tue Apr 30 20:51:08 2002
+@@ -3,6 +3,12 @@
+ @setfilename rx.info
+ @settitle Rx
+ @setchapternewpage odd
++
++@dircategory Development/C
++@direntry
++* Rx: (rx) POSIX regexp functions.
++@end direntry
++
+ @c %**end of header
+
+ @c This title page illustrates only one of the
+@@ -367,7 +373,7 @@
+ @end example
+
+ Subexpressions also have a special meaning with regard to backreferences
+-and substitutions (see @xref{Backreferences}).
++and substitutions. @xref{Backreferences}.
+
+
+ @node Repeated Subexpressions, Optional Subexpressions, Subexpressions, Posix Basic Regular Expressions