about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-01-31 15:46:32 +0100
committerLeah Neukirchen <leah@vuxu.org>2021-01-31 15:46:32 +0100
commit6f8a31a27aea2a8b8ad632ae90c86c1b3faa71db (patch)
tree8b496a3a4e6f9897850c7a1635a5b2c01474aee8
parenteefdb64b796c46d521dfd50229ff9cf2d0c1769c (diff)
downloadnq-6f8a31a27aea2a8b8ad632ae90c86c1b3faa71db.tar.gz
nq-6f8a31a27aea2a8b8ad632ae90c86c1b3faa71db.tar.xz
nq-6f8a31a27aea2a8b8ad632ae90c86c1b3faa71db.zip
fq.1: document kqueue usage
-rw-r--r--fq.15
1 files changed, 4 insertions, 1 deletions
diff --git a/fq.1 b/fq.1
index df60052..dec179b 100644
--- a/fq.1
+++ b/fq.1
@@ -1,4 +1,4 @@
-.Dd August 25, 2015
+.Dd January 31, 2021
 .Dt FQ 1
 .Os
 .Sh NAME
@@ -49,6 +49,9 @@ Directory where lock files/job output resides, see
 On Linux,
 .Xr inotify 7
 is used to monitor job output.
+On FreeBSD and macOS,
+.Xr kqueue 2
+is used.
 On other operating systems, polling is used.
 .Sh SEE ALSO
 .Xr nq 1 ,