diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2 index 60bb027b5..abd995a91 100644 --- a/man2/inotify_add_watch.2 +++ b/man2/inotify_add_watch.2 @@ -30,7 +30,7 @@ .SH NAME inotify_add_watch \- add a watch to an initialized inotify instance .SH SYNOPSIS -.B #include +.B #include .sp .BI "int inotify_add_watch(int " fd ", const char *" path ", uint32_t " mask ); .SH DESCRIPTION diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 3cf193c0b..bf8b20429 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -29,7 +29,7 @@ .SH NAME inotify_init \- initialize an inotify instance .SH SYNOPSIS -.B #include +.B #include .sp .BI "int inotify_init(void)" .SH DESCRIPTION diff --git a/man2/inotify_rm_watch.2 b/man2/inotify_rm_watch.2 index 6ba784442..13df363bf 100644 --- a/man2/inotify_rm_watch.2 +++ b/man2/inotify_rm_watch.2 @@ -29,7 +29,7 @@ .SH NAME inotify_rm_watch \- remove an existing watch from an inotify instance .SH SYNOPSIS -.B #include +.B #include .sp .BI "int inotify_rm_watch(int " fd ", uint32_t " wd ); .SH DESCRIPTION