summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-05-28 16:00:50 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-05-28 16:00:50 +0200
commit2ef6778bce34749b32068303c6bc66f5d0f53289 (patch)
tree9f9b67d6d93cb49b204b783853c94ca62b7b3cc7
parent2249c68e3fc36fea2ecc225c5d60e53156765164 (diff)
Removed trailing white space at end of lines
-rw-r--r--Changes2
-rw-r--r--man7/inotify.72
2 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 0cc6e079b..78bbdff5b 100644
--- a/Changes
+++ b/Changes
@@ -443,7 +443,7 @@ inotify.7
locale.7
Marko Myllynen [Michael Kerrisk]
- Document the LOCPATH environment variable
+ Document the LOCPATH environment variable
Michael Kerrisk
Add further details on various categories
diff --git a/man7/inotify.7 b/man7/inotify.7
index f74766b74..1fc83f8f9 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -759,7 +759,7 @@ The following program demonstrates the usage of the inotify API.
It marks the directories passed as a command-line arguments
and waits for events of type
.BR IN_OPEN ,
-.BR IN_CLOSE_NOWRITE
+.BR IN_CLOSE_NOWRITE
and
.BR IN_CLOSE_WRITE .
.PP