aboutsummaryrefslogtreecommitdiffstats
path: root/man7/inotify.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 23:21:02 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-21 10:29:14 +0100
commitd064d41a4b95ba7f2c70f180ab5445384fb948ab (patch)
tree39b87c84ccfdfa6d35dd4698d68007e85b1b98d3 /man7/inotify.7
parentd5de9d1dc5a7d20e2bbd2578b8be2ce0a9369619 (diff)
downloadman-pages-d064d41a4b95ba7f2c70f180ab5445384fb948ab.tar.gz
Various pages: Inside code blocks (.EX/.EE) use \- to get real minus signs
A real minus can be cut and pasted... THere are a few exceptions that gave been excluded in the this change. For example, where there' is a string such as "<p1-name>", where p1-name is soome sort of pseudo-identifier. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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