getdirentries.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-31 22:50:57 +01:00
parent d4f9c56ac5
commit cbd813e73c
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ getdirentries \- get directory entries in a filesystem-independent format
.SH SYNOPSIS
.B #include <dirent.h>
.PP
.BI "ssize_t getdirentries(int " fd ", char *" buf ", size_t " nbytes
.BI ", off_t *" basep );
.BI "ssize_t getdirentries(int " fd ", char *" buf ", size_t " \
nbytes ", off_t *" basep );
.PP
.RS -4
Feature Test Macro Requirements for glibc (see