From 6175978f11f421916e550c157e5d06a9f6cc8dc8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 29 Jan 2019 15:44:13 +0100 Subject: [PATCH] logger: (man) make more obvious that --server/socket is required The options --tcp/udp specify only how, but no where. Signed-off-by: Karel Zak --- misc-utils/logger.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc-utils/logger.1 b/misc-utils/logger.1 index bf11c411be..52f3790ffe 100644 --- a/misc-utils/logger.1 +++ b/misc-utils/logger.1 @@ -50,6 +50,8 @@ given either, then standard input is logged. .BR \-d , " \-\-udp" Use datagrams (UDP) only. By default the connection is tried to the syslog port defined in /etc/services, which is often 514 . +.sp +See also \fB\-\-server\fR and \fB\-\-socket\fR to specify where to connect. .TP .BR \-e , " \-\-skip-empty" Ignore empty lines when processing files. An empty line @@ -265,6 +267,8 @@ Use stream (TCP) only. By default the connection is tried to the .I syslog-conn port defined in /etc/services, which is often .IR 601 . +.sp +See also \fB\-\-server\fR and \fB\-\-socket\fR to specify where to connect. .TP .BR \-t , " \-\-tag " \fItag Mark every line to be logged with the specified -- 2.47.2