diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-01 12:35:16 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-01 12:40:22 +0100 |
| commit | 15d6565317dad749ef57e69023139bc405caab88 (patch) | |
| tree | 2747e9c3ab3fe55dcb27ceb51aa72302f060c085 /man3/timeradd.3 | |
| parent | 742694e926fff0583f95a1f5710cb5496eb84b44 (diff) | |
| download | man-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 'man3/timeradd.3')
| -rw-r--r-- | man3/timeradd.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man3/timeradd.3 b/man3/timeradd.3 index f3f45e6a7a..d5779a4920 100644 --- a/man3/timeradd.3 +++ b/man3/timeradd.3 @@ -33,12 +33,10 @@ timeradd, timersub, timercmp, timerclear, timerisset \- timeval operations .PP .BI "void timeradd(struct timeval *" a ", struct timeval *" b , .BI " struct timeval *" res ); -.PP .BI "void timersub(struct timeval *" a ", struct timeval *" b , .BI " struct timeval *" res ); .PP .BI "void timerclear(struct timeval *" tvp ); -.PP .BI "int timerisset(struct timeval *" tvp ); .PP .BI "int timercmp(struct timeval *" a ", struct timeval *" b ", " CMP ); |
