Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/inotify.2
| .\" | .\" | ||||
| .\" SPDX-License-Identifier: BSD-2-Clause | .\" SPDX-License-Identifier: BSD-2-Clause | ||||
| .\" | .\" | ||||
| .\" Copyright (c) 2025 Klara, Inc. | .\" Copyright (c) 2025 Klara, Inc. | ||||
| .\" | .\" | ||||
| .Dd May 19, 2025 | .Dd May 19, 2025 | ||||
| .Dt INOTIFY 2 | .Dt INOTIFY 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm inotify_init , | .Nm inotify_init , | ||||
| .Nm inotify_init1 , | .Nm inotify_init1 , | ||||
| .Nm inotify_add_watch , | .Nm inotify_add_watch , | ||||
| .Nm inotify_add_watch_at , | .Nm inotify_add_watch_at , | ||||
| .Nm inotify_rm_watch | .Nm inotify_rm_watch | ||||
| .Nd monitor file system events | .Nd monitor file system events | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/inotify.h | .In sys/inotify.h | ||||
| .Ft int | .Ft int | ||||
| .Fo inotify_init | .Fo inotify_init | ||||
| .Fc | .Fc | ||||
| .Ft int | .Ft int | ||||
| .Fo inotify_init1 | .Fo inotify_init1 | ||||
| .Fa "int flags" | .Fa "int flags" | ||||
| .Fc | .Fc | ||||
| ▲ Show 20 Lines • Show All 353 Lines • Show Last 20 Lines | |||||