aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 09:22:28 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 11:26:23 +0100
commit67bc5d49befa33b903ac575909424c453c0530b6 (patch)
treed9273f912cb9daa18e51f90bc6ab7cd03bd6965c
parent5a659c0829e71e516b354200c48f6e0f7348d1b6 (diff)
downloadman-pages-67bc5d49befa33b903ac575909424c453c0530b6.tar.gz
scandir.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/scandir.32
1 files changed, 0 insertions, 2 deletions
diff --git a/man3/scandir.3 b/man3/scandir.3
index a31fc39986..2928253403 100644
--- a/man3/scandir.3
+++ b/man3/scandir.3
@@ -80,10 +80,8 @@ a directory for matching entries
.BR "#include <fcntl.h>" " /* Definition of AT_* constants */"
.B #include <dirent.h>
.PP
-.fi
.BI "int scandirat(int " dirfd ", const char *" dirp ","
.BI "struct dirent ***" namelist ,
-.nf
.RS
.BI "int (*" filter ")(const struct dirent *),"
.BI "int (*" compar ")(const struct dirent **, const struct dirent **));"