[lwatch-cvs] files/doc lwatch.1.in,1.8,1.9 lwatch.sgml,1.13,1.14
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-24 14:23:44
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv2953/doc Modified Files: lwatch.1.in lwatch.sgml Log Message: - legal stuff required by PCRE Index: lwatch.1.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lwatch.1.in 24 Mar 2003 13:43:21 -0000 1.8 --- lwatch.1.in 24 Mar 2003 14:23:40 -0000 1.9 *************** *** 144,146 **** option) any later version. ! ...\" created by instant / docbook-to-man, Mon 24 Mar 2003, 14:40 --- 144,152 ---- option) any later version. ! .PP ! Regular expression support is provided by the PCRE library package, which ! is open source software, written by Philip Hazel, and copyright by the ! University of Cambridge, England. This library is available at: ! ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! ! ...\" created by instant / docbook-to-man, Mon 24 Mar 2003, 15:00 Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** lwatch.sgml 24 Mar 2003 13:43:21 -0000 1.13 --- lwatch.sgml 24 Mar 2003 14:23:40 -0000 1.14 *************** *** 180,183 **** --- 180,192 ---- </para> + <para> + Regular expression support is provided by the PCRE library package, which + is open source software, written by Philip Hazel, and copyright by the + University of Cambridge, England. This library is available at: + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ + </para> + + + </refsect1> |