From 4555c7116c667c3817669020085c605271cca82b Mon Sep 17 00:00:00 2001 From: Dipanshu Date: Fri, 24 Jul 2020 01:13:16 +0530 Subject: [PATCH] minor documentation errors resolved --- utils/cups-browsed.conf.5 | 4 ++-- utils/cups-browsed.conf.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/cups-browsed.conf.5 b/utils/cups-browsed.conf.5 index e1957298d..0b46805a1 100644 --- a/utils/cups-browsed.conf.5 +++ b/utils/cups-browsed.conf.5 @@ -970,10 +970,10 @@ without jobs. .fam T .fi -The DebugLogFileSize defines the maximum size possible (in KBytes) +DebugLogFileSize defines the maximum size possible (in KBytes) of the log files (cups-browsed_log and cups-browsed_previous_logs) that is created using cups-browsed in the debugging mode. -Keeping its value to 0 would turn off any restriction +Setting its value to 0 would turn off any restriction on the size of the file. .PP .nf diff --git a/utils/cups-browsed.conf.in b/utils/cups-browsed.conf.in index 3b43e6676..898fe2495 100644 --- a/utils/cups-browsed.conf.in +++ b/utils/cups-browsed.conf.in @@ -759,10 +759,10 @@ BrowseRemoteProtocols @BROWSEREMOTEPROTOCOLS@ # AutoShutdownTimeout 30 -# The DebugLogFileSize defines the maximum size possible (in KBytes) +# DebugLogFileSize defines the maximum size possible (in KBytes) # of the log files (cups-browsed_log and cups-browsed_previous_logs) # that is created using cups-browsed in the debugging mode. -# Keeping its value to 0 would turn off any restriction +# Setting its value to 0 would turn off any restriction # on the size of the file. # DebugLogFileSize 300 -- 2.47.2