Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2002/07/30 12:40:44 1.13 +++ README 2002/07/30 18:50:36 1.14 @@ -9,12 +9,14 @@ ABSTRACT - OSSP fsl offers the syslog(3) API otherwise provided by the Standard - C Library (libc). Instead of writing to the syslogd(8) process, it - uses the powerful OSSP l2 logging capabilities. It is a drop-in - link-time replacement which enables any syslog(3) consumer to take - advantage of OSSP l2 by just linking this library in before libc. - The source code of the program remains unchanged. + OSSP fsl offers the syslog(3) API otherwise provided by the Standard C + Library (libc). Instead of writing to the syslogd(8) process, it uses + the powerful OSSP l2 logging capabilities. It is a drop-in link-time + replacement which enables any syslog(3) consumer to take advantage of + OSSP l2 by just linking this library in before libc. The program is + intended to apply OSSP l2 functionality to existing syslog(3) based + third-party programs without the requirement to change the source code + of the program. COPYRIGHT AND LICENSE Index: ossp-pkg/fsl/fsl.pod RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v' 2>/dev/null --- fsl.pod 2002/07/30 11:50:00 1.16 +++ fsl.pod 2002/07/30 18:50:36 1.17 @@ -51,7 +51,9 @@ uses the powerful B logging capabilities. It is a drop-in link-time replacement which enables any syslog(3) consumer to take advantage of B by just linking this library in before F. -The source code of the program remains unchanged. +The program is intended to apply B functionality to existing +syslog(3) based third-party programs without the requirement to change +the source code of the program. =head1 OPERATION