git: 4bbc8ee29e68 - main - logger.1: Clarify -i flag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Mar 2022 10:45:57 UTC
The branch main has been updated by fernape (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4bbc8ee29e6893d1b15f39b8857ffe45609293b9 commit 4bbc8ee29e6893d1b15f39b8857ffe45609293b9 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-03-16 07:54:32 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-03-16 10:41:55 +0000 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