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