diff options
Diffstat (limited to 'man/man7/inotify.7')
| -rw-r--r-- | man/man7/inotify.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man7/inotify.7 b/man/man7/inotify.7 index 05dbae20b0..141423880c 100644 --- a/man/man7/inotify.7 +++ b/man/man7/inotify.7 @@ -94,7 +94,7 @@ struct inotify_event { uint32_t mask; /* Mask describing event */ uint32_t cookie; /* Unique cookie associating related events (for rename(2)) */ - uint32_t len; /* Size of \fIname\fP field */ + uint32_t len; /* Size of \f[I]name\f[] field */ char name[]; /* Optional null\-terminated name */ }; .EE @@ -886,7 +886,7 @@ Execution of the program ended when the user pressed the ENTER key. .SS Example output .in +4n .EX -$ \fB./a.out /tmp /home/user/temp\fP +.RB $ " ./a.out /tmp /home/user/temp" ; Press enter key to terminate. Listening for events. IN_OPEN: /home/user/temp/foo [file] |
