diff options
author | Renato Botelho <renato@netgate.com> | 2018-05-16 09:25:40 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2018-05-16 09:25:40 -0300 |
commit | 8f29f1de284afe0ec8987780d5404a3e1a31712a (patch) | |
tree | b754396ff88d2b4f9e1bde94c3f528a4bd6782db /lib/libc | |
parent | 71be493a5525d9c034e2ed731dff247c03e87833 (diff) | |
parent | e27432718ce82962556986419ed12b9928d56690 (diff) | |
download | FreeBSD-src-8f29f1de284afe0ec8987780d5404a3e1a31712a.zip FreeBSD-src-8f29f1de284afe0ec8987780d5404a3e1a31712a.tar.gz |
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/syslog.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/procctl.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index b513adc..329cd40 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 July 21, 2015 +.Dd April 12, 2018 .Dt SYSLOG 3 .Os .Sh NAME @@ -292,4 +292,4 @@ for later interpolation by .Pp Always use the proper secure idiom: .Pp -.Dl syslog(priority, "%s", string); +.Dl syslog(priority, \*q%s\*q, string); diff --git a/lib/libc/sys/procctl.2 b/lib/libc/sys/procctl.2 index 4b1d2ba..4a9f408 100644 --- a/lib/libc/sys/procctl.2 +++ b/lib/libc/sys/procctl.2 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 20, 2018 +.Dd May 12, 2018 .Dt PROCCTL 2 .Os .Sh NAME @@ -550,4 +550,4 @@ The .Dv PROC_PDEATHSIG_CTL facility is based on the prctl(PR_SET_PDEATHSIG, ...) feature of Linux, and first appeared in -.Fx 12.0 . +.Fx 11.2 . |