069435
From 56b9e31e6b9864bba07a25d2244ca0006eed5bb5 Mon Sep 17 00:00:00 2001
069435
From: Karel Zak <kzak@redhat.com>
069435
Date: Fri, 10 Aug 2018 16:55:14 +0200
069435
Subject: [PATCH 4/6] logger: add -S to the man page
069435
069435
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1614843
069435
Upstream: http://github.com/karelzak/util-linux/commit/1f6583930b1061c5e79e09a9f2e80caaf9eeb405
069435
Reported-by: Radka Skvarilova <rskvaril@redhat.com>
069435
Signed-off-by: Karel Zak <kzak@redhat.com>
069435
---
069435
 misc-utils/logger.1 | 2 +-
069435
 1 file changed, 1 insertion(+), 1 deletion(-)
069435
069435
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
069435
index f121c4dc9..f9655978d 100644
069435
--- a/misc-utils/logger.1
069435
+++ b/misc-utils/logger.1
069435
@@ -224,7 +224,7 @@ produces:
069435
 .fi
069435
 .IP
069435
 .TP
069435
-.BR \-\-size " \fIsize
069435
+.BR \-S , " -\-size " \fIsize
069435
 Sets the maximum permitted message size to \fIsize\fR.  The default
069435
 is 1KiB characters, which is the limit traditionally used and specified
069435
 in RFC 3164.  With RFC 5424, this limit has become flexible.  A good assumption
069435
-- 
069435
2.14.4
069435