From a2f2486c158748f24cfaf11b51861d146d26d1cf Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 27 May 2007 12:08:51 +0000 Subject: [PATCH] Removed superflous newlines --- klogd.8 | 9 --------- sysklogd.8 | 11 ----------- 2 files changed, 20 deletions(-) diff --git a/klogd.8 b/klogd.8 index 6b10d96..7c406bb 100644 --- a/klogd.8 +++ b/klogd.8 @@ -8,7 +8,6 @@ .TH KLOGD 8 "11 March 2005" "Version 1.4" "Linux System Administration" .SH NAME klogd \- Kernel Log Daemon -.LP .SH SYNOPSIS .B klogd .RB [ " \-c " @@ -29,12 +28,10 @@ klogd \- Kernel Log Daemon .RB [ " \-v " ] .RB [ " \-x " ] .RB [ " \-2 " ] -.LP .SH DESCRIPTION .B klogd is a system daemon which intercepts and logs Linux kernel messages. -.LP .SH OPTIONS .TP .BI "\-c " n @@ -88,7 +85,6 @@ When symbols are expanded, print the line twice. Once with addresses converted to symbols, once with the raw text. This allows external programs such as ksymoops do their own processing on the original data. -.LP .SH OVERVIEW The functionality of klogd has been typically incorporated into other versions of syslogd but this seems to be a poor place for it. In the @@ -144,7 +140,6 @@ command would be given. .nf klogd -o -f ./krnl.msg .fi -.PP .SH KERNEL ADDRESS RESOLUTION If the kernel detects an internal error condition a general protection fault will be triggered. As part of the GPF handling procedure the @@ -293,7 +288,6 @@ utilities to automatically signal whenever a module is inserted or removed from the kernel. Using this patch will insure that the symbol information maintained in klogd is always consistent with the current kernel state. -.PP .SH CONSOLE LOG LEVEL The .B klogd @@ -355,7 +349,6 @@ kernel.printk = 4 4 1 7 .fi .PP corresponds to the sampe setting above. - .SH SIGNAL HANDLING The .B klogd @@ -413,7 +406,6 @@ modules are loaded/unloaded. Sending this signal to the daemon after a kernel module state change will insure that proper resolution of symbols will occur if a protection fault occurs in the address space occupied by a kernel module. -.LP .SH FILES .PD 0 .TP @@ -430,7 +422,6 @@ Default locations for kernel system maps. .PD .SH BUGS Probably numerous. Well formed context diffs appreciated. -.LP .SH AUTHOR The .B klogd diff --git a/sysklogd.8 b/sysklogd.8 index 463952d..2d16b13 100644 --- a/sysklogd.8 +++ b/sysklogd.8 @@ -31,7 +31,6 @@ sysklogd \- Linux system logging utilities. .I domainlist ] .RB [ " \-v " ] -.LP .SH DESCRIPTION .B Sysklogd provides two system utilities which provide support for @@ -71,8 +70,6 @@ or an alternative file, given with the option, is read at startup. Any lines that begin with the hash mark (``#'') and empty lines are ignored. If an error occurs during parsing the whole line is ignored. - -.LP .SH OPTIONS .TP .BI "\-a " "socket" @@ -156,7 +153,6 @@ no domain would be cut, you will have to specify two domains like: .TP .B "\-v" Print version and exit. -.LP .SH SIGNALS .B Syslogd reacts to a set of signals. You may easily send a signal to @@ -197,7 +193,6 @@ debug option. .TP .B SIGCHLD Wait for childs if some were born, because of wall'ing messages. -.LP .SH CONFIGURATION FILE SYNTAX DIFFERENCES .B Syslogd uses a slightly different syntax for its configuration file than @@ -286,7 +281,6 @@ should not affect standard .BR syslog.conf (5) files. You must specifically modify the configuration files to obtain the enhanced behavior. -.LP .SH SUPPORT FOR REMOTE LOGGING These modifications provide network support to the syslogd facility. Network support means that messages can be forwarded from one node @@ -401,7 +395,6 @@ The UDP socket used to forward messages to remote hosts or to receive messages from them is only opened when it is needed. In releases prior to 1.3-23 it was opened every time but not opened for reading or forwarding respectively. - .SH OUTPUT TO NAMED PIPES (FIFOs) This version of syslogd has support for logging output to named pipes (fifos). A fifo or named pipe can be used as a destination for log @@ -446,7 +439,6 @@ sequence. If it is started from init the option \fI\-n\fR must be set, otherwise you'll get tons of syslog daemons started. This is because .BR init (8) depends on the process ID. -.LP .SH SECURITY THREATS There is the potential for the syslogd daemon to be used as a conduit for a denial of service attack. Thanks go to John @@ -482,7 +474,6 @@ threaded on each end. Primary use in the oil industry in Western North Dakota and other locations to pump 'suck' oil from oil wells. Secondary uses are for the construction of cattle feed lots and for dealing with the occasional recalcitrant or belligerent individual. -.LP .SH DEBUGGING When debugging is turned on using .B "\-d" @@ -553,7 +544,6 @@ program that is shipped in the 3.x distribution. Remember that it might be a security hole if everybody is able to read auth.* messages as these might contain passwords. -.LP .SH SEE ALSO .BR syslog.conf (5), .BR klogd (8), @@ -562,7 +552,6 @@ passwords. .BR syslog (3), .BR services (5), .BR savelog (8) -.LP .SH COLLABORATORS .B Syslogd is taken from BSD sources, Greg Wettstein (greg@wind.enjellic.com)