Change fam to famd. And uppercase fam to FAM.
This commit is contained in:
parent
6cc7cf199c
commit
d0c450bf2a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
FAM, the File Alteration Monitor, provides an API which applications
|
||||
can use to be notified when specific files or directories are changed.
|
||||
|
||||
FAM comes in two parts: fam, the daemon which listens for requests and
|
||||
FAM comes in two parts: famd, the daemon which listens for requests and
|
||||
delivers notification, and libfam, a library which client applications can
|
||||
use to communicate with fam.
|
||||
use to communicate with FAM.
|
||||
|
||||
If the monitored files are mounted from a remote host, the local FAM
|
||||
will attempt to contact FAM on the remote host, and will pass the requests
|
||||
|
|
Loading…
Reference in a new issue