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