diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2023-07-03 12:35:37 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2023-07-03 12:46:40 +0000 |
| commit | 5aee3e14d4914c7c99bce80da17b3100cb1f4490 (patch) | |
| tree | 81907b3c1c6b6513192d03ceb0e70c7d9f863e83 /lib | |
| parent | 2176c9ab71c85efd90a6c7af4a9e04fe8e3d49ca (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/syslog.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index ce7dfdccf55e..1c19444405e9 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -28,7 +28,7 @@ .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd May 13, 2021 +.Dd July 3, 2023 .Dt SYSLOG 3 .Os .Sh NAME @@ -131,6 +131,11 @@ The .Fa ident argument is a string that will be prepended to every message. +It may be formatted as +.Fa ident[N] +in which case decimal number +.Fa N +replaces the process id within messages. The .Fa logopt argument |
