From 4bbc8ee29e6893d1b15f39b8857ffe45609293b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Wed, 16 Mar 2022 08:54:32 +0100 Subject: [PATCH] logger.1: Clarify -i flag The PID of the logger process is always recorded along with the move from RFC 3164 to RFC 5424. Indicate the -i flag is a no-op now in logger(1). Related to a similary change in syslog.3 Reported by: danfe@ Approved by: manpages (0mp) Fixes: 94eb6c42ab4a Differential Revision: https://reviews.freebsd.org/D34578 --- usr.bin/logger/logger.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 7a64320cfe49..9842ffc0af1c 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -28,7 +28,7 @@ .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd December 5, 2017 +.Dd March 16, 2022 .Dt LOGGER 1 .Os .Sh NAME @@ -73,6 +73,7 @@ tries to send the message to all addresses. .It Fl i Log the process id of the logger process with each line. +This flag is ignored and the process id is always logged. .It Fl s Log the message to standard error, as well as the system log. .It Fl f Ar file