ioctl_fat.2, ioctl_ficlonerange.2, ioctl_fideduperange.2, perfmonctl.2, sched_rr_get_interval.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-30 13:41:37 +01:00
parent 4026f8ba5b
commit 70bdb9b539
5 changed files with 7 additions and 7 deletions

View File

@ -30,9 +30,9 @@ ioctl_fat \- manipulating the FAT filesystem
.br
.B #include <sys/ioctl.h>
.sp
.BI "int ioctl(int " fd ", FAT_IOCTL_GET_ATTRIBUTES, uint32_t * " attr );
.BI "int ioctl(int " fd ", FAT_IOCTL_SET_ATTRIBUTES, uint32_t * " attr );
.BI "int ioctl(int " fd ", FAT_IOCTL_GET_VOLUME_ID, uint32_t * " id );
.BI "int ioctl(int " fd ", FAT_IOCTL_GET_ATTRIBUTES, uint32_t *" attr );
.BI "int ioctl(int " fd ", FAT_IOCTL_SET_ATTRIBUTES, uint32_t *" attr );
.BI "int ioctl(int " fd ", FAT_IOCTL_GET_VOLUME_ID, uint32_t *" id );
.BI "int ioctl(int " fd ", VFAT_IOCTL_READDIR_BOTH,
.BI " struct __fat_dirent[2] " entry );
.BI "int ioctl(int " fd ", VFAT_IOCTL_READDIR_SHORT,

View File

@ -29,7 +29,7 @@ ioctl_ficlonerange, ioctl_ficlone \- share some the data of one file with anothe
.br
.B #include <linux/fs.h>
.sp
.BI "int ioctl(int " dest_fd ", FICLONERANGE, struct file_clone_range * " arg );
.BI "int ioctl(int " dest_fd ", FICLONERANGE, struct file_clone_range *" arg );
.br
.BI "int ioctl(int " dest_fd ", FICLONE, int " src_fd );
.SH DESCRIPTION

View File

@ -29,7 +29,7 @@ ioctl_fideduperange \- share some the data of one file with another file
.br
.B #include <linux/fs.h>
.sp
.BI "int ioctl(int " src_fd ", FIDEDUPERANGE, struct file_dedupe_range * " arg );
.BI "int ioctl(int " src_fd ", FIDEDUPERANGE, struct file_dedupe_range *" arg );
.SH DESCRIPTION
If a filesystem supports files sharing physical storage between multiple
files, this

View File

@ -163,7 +163,7 @@ is nonzero, enable debugging mode, otherwise disable.
.B PFM_GET_PMC_RESET_VAL
.\" pfm_get_pmc_reset()
.nf
.BI "perfmonctl(int " fd ", PFM_GET_PMC_RESET_VAL, pfarg_reg_t * " req ", n);
.BI "perfmonctl(int " fd ", PFM_GET_PMC_RESET_VAL, pfarg_reg_t *" req ", n);
.fi
Reset PMC registers to default values.
.\"

View File

@ -32,7 +32,7 @@ sched_rr_get_interval \- get the SCHED_RR interval for the named process
.SH SYNOPSIS
.B #include <sched.h>
.sp
.BI "int sched_rr_get_interval(pid_t " pid ", struct timespec * " tp );
.BI "int sched_rr_get_interval(pid_t " pid ", struct timespec *" tp );
.SH DESCRIPTION
.BR sched_rr_get_interval ()
writes into the