Blame SOURCES/0132-logger-add-man-page-note-about-the-default-tag.patch

304038
From b97b85baf6281745b7f720a35d9e4bcc26e9ddcb Mon Sep 17 00:00:00 2001
304038
From: Karel Zak <kzak@redhat.com>
304038
Date: Mon, 16 May 2016 15:05:28 +0200
304038
Subject: [PATCH 132/135] logger: add man page note about the default --tag
304038
304038
Upstream: http://github.com/karelzak/util-linux/commit/28b6c76f8a4ea1faa80fe779c2011bc433de28c6
304038
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1336432
304038
Signed-off-by: Karel Zak <kzak@redhat.com>
304038
---
304038
 misc-utils/logger.1 | 2 ++
304038
 1 file changed, 2 insertions(+)
304038
304038
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
304038
index 57ca0d55a..3b55c8d7d 100644
304038
--- a/misc-utils/logger.1
304038
+++ b/misc-utils/logger.1
304038
@@ -110,6 +110,8 @@ Output the message to standard error as well as to the system log.
304038
 \fB\-t\fR, \fB\-\-tag\fR \fItag\fR
304038
 Mark every line to be logged with the specified
304038
 .IR tag .
304038
+The default tag is the name of the user logged in on the terminal (or a user
304038
+name based on effective user ID).
304038
 .TP
304038
 \fB\-u\fR, \fB\-\-socket\fR \fIsocket\fR
304038
 Write to the specified
304038
-- 
304038
2.13.6
304038