getdents.2, ioctl_fat.2, mkdir.2, process_vm_readv.2, get_phys_pages.3, nextup.3, operator.7: srcfix: fix unbalanced .nf/.fi pairs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-06 20:43:22 +02:00
parent d773899bf7
commit 3b3b8d5dcc
7 changed files with 4 additions and 5 deletions

View File

@ -175,7 +175,7 @@ struct linux_dirent64 {
char d_name[]; /* Filename (null-terminated) */
};
.EE
.fi
.in
.SH RETURN VALUE
On success, the number of bytes read is returned.
On end of directory, 0 is returned.

View File

@ -36,6 +36,7 @@ ioctl_fat \- manipulating the FAT filesystem
.BI " struct __fat_dirent[2] " entry );
.BI "int ioctl(int " fd ", VFAT_IOCTL_READDIR_SHORT,
.BI " struct __fat_dirent[2] " entry );
.fi
.SH DESCRIPTION
The
.BR ioctl (2)

View File

@ -43,7 +43,6 @@ _ATFILE_SOURCE
.RE
.ad
.PD
.fi
.SH DESCRIPTION
.BR mkdir ()
attempts to create a directory named

View File

@ -62,7 +62,6 @@ Feature Test Macro Requirements for glibc (see
.RE
.ad
.PD
.fi
.SH DESCRIPTION
These system calls transfer data between the address space
of the calling process ("the local process") and the process identified by

View File

@ -32,6 +32,7 @@ page counts
.PP
.B long int get_phys_pages(void);
.B long int get_avphys_pages(void);
.fi
.SH DESCRIPTION
The function
.BR get_phys_pages ()

View File

@ -38,6 +38,7 @@ return next floating-point number toward positive/negative infinity
.BI "double nextdown(double " x );
.BI "float nextdownf(float " x );
.BI "long double nextdownl(long double " x );
.fi
.PP
Link with \fI\-lm\fP.
.SH DESCRIPTION

View File

@ -63,5 +63,3 @@ Operator Associativity
= += \-= *= /= %= <<= >>= &= ^= |= right to left
, left to right
.TE
.fi
.\"