From 11848252168518946c3ea4589f16a42f738507fc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 1 Nov 2020 21:08:45 +0100 Subject: [PATCH] Changes: whitespace cleanups --- Changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 1498abb08..d737b18e6 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