aboutsummaryrefslogtreecommitdiffstats
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:56:08 +0100
commit11848252168518946c3ea4589f16a42f738507fc (patch)
treee7ff93e9d47f5716e43448a44a269868768c77bf
parent3fde8c2e45595381d3b54b5c69f7399447998c26 (diff)
downloadman-pages-11848252168518946c3ea4589f16a42f738507fc.tar.gz
Changes: whitespace cleanups
-rw-r--r--Changes10
1 files changed, 5 insertions, 5 deletions
diff --git a/Changes b/Changes
index 1498abb082..d737b18e6f 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