From 6e969f22558a5a4455aba9aa91aaa61aeb3f103f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 2 Jun 2006 19:43:30 +0000 Subject: [PATCH] s/// in prototypes. --- man2/inotify_add_watch.2 | 2 +- man2/inotify_init.2 | 2 +- man2/inotify_rm_watch.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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