aboutsummaryrefslogtreecommitdiffstats
path: root/man7/inotify.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/inotify.7')
-rw-r--r--man7/inotify.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/inotify.7 b/man7/inotify.7
index 474a379602..e4bfbd6c62 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -115,7 +115,7 @@ struct inotify_event {
uint32_t cookie; /* Unique cookie associating related
events (for rename(2)) */
uint32_t len; /* Size of \fIname\fP field */
- char name[]; /* Optional null-terminated name */
+ char name[]; /* Optional null\-terminated name */
};
.EE
.in