From 3dae51a313a9eb7bfa5ee432cbdd23d6f445c128 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 17 Dec 2023 14:25:43 +0100 Subject: Remove trailing whitespace Signed-off-by: Alejandro Colomar --- index.html | 2 +- linux-api-ml.html | 12 ++++++------ linux-man-ml.html | 2 +- linux-next.html | 6 +++--- maintaining.html | 12 ++++++------ missing_pages.html | 14 +++++++------- style.css | 2 +- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 6999d0f..3301091 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ home |

Project maintenance -   |   +   |   Missing pages

diff --git a/linux-api-ml.html b/linux-api-ml.html index ca4bbcd..1d6d7f4 100644 --- a/linux-api-ml.html +++ b/linux-api-ml.html @@ -51,14 +51,14 @@ Linux man-pages:  

- Among other things, a primary goal of the list is to help + Among other things, a primary goal of the list is to help answer the question: How do we even know when an interface has been added or changed? Many people have an interest in the answer to that question, including:

@@ -195,7 +195,7 @@ Linux man-pages:   proc(5). The kernel source file Documentation/filesystems/sysfs.txt - provides a starting point for this page; see also the many other + provides a starting point for this page; see also the many other *sysfs*.txt files under the Documentation/ @@ -330,7 +330,7 @@ done

 
-nm -D /lib/libm.so.6 | sed -re '/^[0-9a-f]* T /!d; s///; /^_/d' | 
+nm -D /lib/libm.so.6 | sed -re '/^[0-9a-f]* T /!d; s///; /^_/d' |
 	xargs whatis | sed -ne 's/: nothing appropriate\.$//p' | sort -u
 
 
@@ -374,7 +374,7 @@ Probably should not be documented: The idea is that in a debugger, we set 'mallwatch' to an address returned by the malloc functions, set a breakpoint on tr_break() (defined inside glibc), and then continue execution. When a malloc - operation touches the address referred to by 'mallwatch', the + operation touches the address referred to by 'mallwatch', the breakpoint is actioned. mtrace() must be used to install the necessary malloc hooks. @@ -534,7 +534,7 @@ Probably should not be documented: isalpha(3), toupper(3), towlower(3), - and + and towupper(3) man pages (in particular, see the changes made in man-pages-3.63). diff --git a/style.css b/style.css index 9e74fbe..90ff262 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ that space that you wanted to get rid of is actually space further up here; */ /* General Styles */ -html, body { +html, body { background-color: #fcfcfc; font-family: arial, sans-serif; font-size: 100%; -- cgit v1.2.3