Changes: whitespace cleanups

This commit is contained in:
Michael Kerrisk 2020-11-01 21:08:45 +01:00
parent 3fde8c2e45
commit 1184825216
1 changed files with 5 additions and 5 deletions

10
Changes
View File

@ -97,10 +97,10 @@ queue.7
Alejandro Colomar Alejandro Colomar
Create summary page for 'queue' APIs Create summary page for 'queue' APIs
The former queue(3) page was rather unwieldy, as it attempted to The former queue(3) page was rather unwieldy, as it attempted to
describe too many APIs. After splitting that content out into a describe too many APIs. After splitting that content out into a
number of smaller pages ( circleq.3, list.3, slist.3, stailq.3, number of smaller pages ( circleq.3, list.3, slist.3, stailq.3,
and tailq.3) move the much-reduced queue(3) page, which is now and tailq.3) move the much-reduced queue(3) page, which is now
essentially a summary of those APIs, from Section 3 to Section 7. essentially a summary of those APIs, from Section 3 to Section 7.
Newly documented interfaces in existing pages Newly documented interfaces in existing pages
@ -411,7 +411,7 @@ stdarg.3
Alejandro Colomar Alejandro Colomar
Declare variables with different types in different lines Declare variables with different types in different lines
In particular, don's mix a variable and a pointer declaration In particular, don's mix a variable and a pointer declaration
on the same line: TYPE x, *p; on the same line: TYPE x, *p;
Changes to individual pages Changes to individual pages