Index: ossp-pkg/fsl/fsl.pod RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v' 2>/dev/null --- fsl.pod 2002/08/01 11:41:05 1.23 +++ fsl.pod 2002/08/02 11:06:04 1.24 @@ -172,8 +172,8 @@ it is operating as an output or filter channel. All parameters to B are listed, including the type of each parameter which is either a string (C) or integer (C) and an 'C' or 'C' -indicating the paramter is optional or mandatory. Also, the default -value for each paramter is listed, if there is one. +indicating the parameter is optional or mandatory. Also, the default +value for each parameter is listed, if there is one. =head2 Buffering Filter Channel (buffer) @@ -246,7 +246,7 @@ =head2 No Operation Filtering Channel (noop) The B channel can be used to divert incoming messages to multiple -pathes down the tree. Otherwise is does not do anything put passing the +channel paths down the tree. Otherwise is does not do anything put passing the messages along. It has no configuration parameters at all. f noop () @@ -291,7 +291,7 @@ S string m errno -and finally remaining variables are expaned by strftime(3). +and finally remaining variables are expanded by strftime(3). f prefix (STR prefix m [string] STR timezone o [local|utc] =local @@ -426,7 +426,7 @@ # map syslog(3) API priorities to OSSP l2 levels # Notes: - syslog(3) has no corresponding priority for OSSP l2 "trace" - # - OSSP l2 has no corresponding level for syslog(3) emerg + # - OSSP l2 has no corresponding level for syslog(3) "emerg" map emerg panic; map alert panic; map crit critical; @@ -567,7 +567,7 @@ B was implemented in July 2002 by Thomas Lotterer for use in the B project as a replacement -for its old B library. It was prompted by the necessarity +for its old B library. It was prompted by the necessity to log to multiple files in the B F package and to write messages of particular log levels to different files in the B F package.