ossp-pkg/fsl/fsl.pod 1.17 -> 1.18
--- fsl.pod 2002/07/30 18:50:36 1.17
+++ fsl.pod 2002/07/31 07:39:20 1.18
@@ -191,10 +191,10 @@
=head2 Filedescriptor Output Channel (fd)
The B<fd> channel passes messages poured in from upper channels to the
-open file identified by the given I<filedescriptor>. Note that Unix
+open file identified by the filedescriptor passed through I<fd>. Note that Unix
usually allocates C<1> for F<stdout> and C<2> for F<stderr>.
- o fd (INT filedescriptor m
+ o fd (INT fd m
)
=head2 File Output Channel (file)
@@ -355,7 +355,7 @@
(filedescriptor 2):
ident .*
- fd(filedescriptor=2)
+ fd(fd=2)
=head2 Example 2: simple logfile writing
|
|