Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyunaev authored Apr 13, 2021
1 parent ea021cd commit c8a6b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ The `modified` isn't set when the file is modified via mmap. This is probably a

When forking, the fds are duplicated internally, so `dup` event is not generated, even though duplication takes place.

`fcntl( fd, F_DUPFD )` generates a `dup` event.
`fcntl( fd, F_DUPFD )` generates a `dup` event (and `fcntl` event of course).

#### exec event ####

Expand Down

0 comments on commit c8a6b73

Please sign in to comment.