From 31981fa15b85a9376e56dd507718c6550895d1cb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 3 Mar 2008 13:24:34 +0000 Subject: [PATCH] Removed trailing white space at end of lines --- Changes | 2 +- man2/syslog.2 | 4 ++-- man7/epoll.7 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index e09c481b6..af29cfa6a 100644 --- a/Changes +++ b/Changes @@ -112,7 +112,7 @@ getaddrinfo.3 Clarify discussion of NULL 'hints' argument; other minor rewrites. mtk / Sam Varshavchik Remove some duplicated text. - + malloc.3 Lasse Kärkkäinen / Mike Frysinger / mtk Clarify description of realloc() behavior for diff --git a/man2/syslog.2 b/man2/syslog.2 index 213ba44ae..0b34084bc 100644 --- a/man2/syslog.2 +++ b/man2/syslog.2 @@ -25,7 +25,7 @@ .\" Add info on command type 10; add details on types 6, 7, 8, & 9. .\" 2008-02-15, Michael Kerrisk .\" Update LOG_BUF_LEN details; update RETURN VALUE section. -.\" +.\" .TH SYSLOG 2 2008-02-15 "Linux" "Linux Programmer's Manual" .SH NAME syslog, klogctl \- read and/or clear kernel message ring buffer; @@ -83,7 +83,7 @@ The kernel has a cyclic buffer of length in which messages given as arguments to the kernel function .BR printk () are stored (regardless of their loglevel). -In early kernels, +In early kernels, .B LOG_BUF_LEN had the value 4096; from kernel 1.3.54, it was 8192; diff --git a/man7/epoll.7 b/man7/epoll.7 index 1db7d193b..ff796ad74 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -281,7 +281,7 @@ set. .\" .\" See http://thread.gmane.org/gmane.linux.kernel/596462/ .\" "epoll design problems with common fork/exec patterns" -.\" +.\" .\" mtk, Feb 2008 This can be a useful technique for filtering events, if the duplicate file descriptors are registered with different @@ -362,7 +362,7 @@ file descriptors referring to it have been closed. A file descriptor is removed from an .B epoll set only after all the file descriptors referring to the underlying -open file description have been closed +open file description have been closed (or after if the descriptor is explicitly removed using .BR epoll_ctl () .BR EPOLL_CTL_DEL ).