summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-01 21:08:45 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-01 21:08:45 +0100
commitc9be570549d74c55fb19c3f3b3bce694cf3b02f6 (patch)
treed7353c328ba24e5a0598a6963e082c9cffa5746e
parent548f91f86e9f91e07f161279acba62bccdbe5301 (diff)
Changes: whitespace cleanups
-rw-r--r--Changes10
1 files changed, 5 insertions, 5 deletions
diff --git a/Changes b/Changes
index b23eaf747..f2499440a 100644
--- a/Changes
+++ b/Changes
@@ -97,10 +97,10 @@ queue.7
Alejandro Colomar
Create summary page for 'queue' APIs
The former queue(3) page was rather unwieldy, as it attempted to
- describe too many APIs. After splitting that content out into a
- 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
- essentially a summary of those APIs, from Section 3 to Section 7.
+ describe too many APIs. After splitting that content out into a
+ 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
+ essentially a summary of those APIs, from Section 3 to Section 7.
Newly documented interfaces in existing pages
@@ -411,7 +411,7 @@ stdarg.3
Alejandro Colomar
Declare variables with different types in different lines
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