aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-03-16 07:54:32 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-03-16 10:41:55 +0000
commit4bbc8ee29e6893d1b15f39b8857ffe45609293b9 (patch)
tree5e6be86cd114c7be8b62a8810aeb1f087e6d30c3 /usr.bin
parent393729916564ed13f966e09129a24e6931898d12 (diff)
downloadsrc-4bbc8ee29e6893d1b15f39b8857ffe45609293b9.tar.gz
src-4bbc8ee29e6893d1b15f39b8857ffe45609293b9.zip
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
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/logger/logger.13
1 files changed, 2 insertions, 1 deletions
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