aboutsummaryrefslogtreecommitdiffstats
path: root/man7/inotify.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/inotify.7')
-rw-r--r--man7/inotify.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/inotify.7 b/man7/inotify.7
index 909779c6d0..3b1a14e861 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -77,7 +77,7 @@ will block until at least one event occurs.
Each successful
.BR read (2)
returns a buffer containing one or more of the following structures:
-.RS 4
+.in +4n
.nf
struct inotify_event {
@@ -89,7 +89,7 @@ struct inotify_event {
char name[]; /* Optional null-terminated name */
};
.fi
-.RE
+.in
.I wd
identifies the watch for which this event occurs.