From 70bdb9b53909da23e225d74bbaffb79c27c0629b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 30 Dec 2016 13:41:37 +0100 Subject: [PATCH] ioctl_fat.2, ioctl_ficlonerange.2, ioctl_fideduperange.2, perfmonctl.2, sched_rr_get_interval.2: ffix Signed-off-by: Michael Kerrisk --- man2/ioctl_fat.2 | 6 +++--- man2/ioctl_ficlonerange.2 | 2 +- man2/ioctl_fideduperange.2 | 2 +- man2/perfmonctl.2 | 2 +- man2/sched_rr_get_interval.2 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index 88669ddae..1417b61c6 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -30,9 +30,9 @@ ioctl_fat \- manipulating the FAT filesystem .br .B #include .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, diff --git a/man2/ioctl_ficlonerange.2 b/man2/ioctl_ficlonerange.2 index e6e05ea8d..18032bab2 100644 --- a/man2/ioctl_ficlonerange.2 +++ b/man2/ioctl_ficlonerange.2 @@ -29,7 +29,7 @@ ioctl_ficlonerange, ioctl_ficlone \- share some the data of one file with anothe .br .B #include .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 diff --git a/man2/ioctl_fideduperange.2 b/man2/ioctl_fideduperange.2 index a558fbfbd..5db25be70 100644 --- a/man2/ioctl_fideduperange.2 +++ b/man2/ioctl_fideduperange.2 @@ -29,7 +29,7 @@ ioctl_fideduperange \- share some the data of one file with another file .br .B #include .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 diff --git a/man2/perfmonctl.2 b/man2/perfmonctl.2 index e061e2adc..a3ad756de 100644 --- a/man2/perfmonctl.2 +++ b/man2/perfmonctl.2 @@ -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. .\" diff --git a/man2/sched_rr_get_interval.2 b/man2/sched_rr_get_interval.2 index fa7d29ffd..2129f1285 100644 --- a/man2/sched_rr_get_interval.2 +++ b/man2/sched_rr_get_interval.2 @@ -32,7 +32,7 @@ sched_rr_get_interval \- get the SCHED_RR interval for the named process .SH SYNOPSIS .B #include .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