aboutsummaryrefslogtreecommitdiffstats
path: root/man2/timerfd_create.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-01 12:35:16 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-01 12:40:22 +0100
commit15d6565317dad749ef57e69023139bc405caab88 (patch)
tree2747e9c3ab3fe55dcb27ceb51aa72302f060c085 /man2/timerfd_create.2
parent742694e926fff0583f95a1f5710cb5496eb84b44 (diff)
downloadman-pages-15d6565317dad749ef57e69023139bc405caab88.tar.gz
Various pages: bring more whitespace consistency in SYNOPSIS
The use of vertical white space in the SYNOPSIS sections is rather inconsistent. Make it more consistent, subject to the following heuristics: * Prefer no blank lines between function signatures by default. * Where many functions are defined in the SYNOPSIS, add blank lines where needed to improve readability, possibly by using blank lines to separate logical groups of functions. Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
-rw-r--r--man2/timerfd_create.21
1 files changed, 0 insertions, 1 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index 0fe734b615..1847f29658 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -29,7 +29,6 @@ timers that notify via file descriptors
.BI "int timerfd_settime(int " fd ", int " flags ,
.BI " const struct itimerspec *" new_value ,
.BI " struct itimerspec *" old_value );
-.PP
.BI "int timerfd_gettime(int " fd ", struct itimerspec *" curr_value );
.fi
.SH DESCRIPTION