From 9b73ecdf7024977482989ccee11bc7f206e94d6f Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 17 Nov 2011 16:56:34 -0800 Subject: [PATCH] io.monitors: kill outdated doc about kqueue on BSD --- basis/io/monitors/monitors-docs.factor | 4 ---- 1 file changed, 4 deletions(-) diff --git a/basis/io/monitors/monitors-docs.factor b/basis/io/monitors/monitors-docs.factor index 8cb6069927..2fa13862a4 100644 --- a/basis/io/monitors/monitors-docs.factor +++ b/basis/io/monitors/monitors-docs.factor @@ -87,10 +87,6 @@ $nl "Inside a single " { $link with-monitors } " scope, only one monitor may be created for any given directory." $nl "Both directories and files may be monitored. Unlike Mac OS X and Windows, changes to the immediate directory being monitored (permissions, modification time, and so on) are reported." -{ $heading "BSD" } -"Factor uses " { $snippet "kqueue" } " to implement monitors on BSD." -$nl -"The " { $snippet "kqueue" } " system is limited to monitoring individual files and directories. Monitoring a directory only notifies of files being added and removed to the directory itself, not of changes to file contents." ; ARTICLE: "io.monitors" "File system change monitors"