diff options
author | 2017-09-25 23:00:33 +0000 | |
---|---|---|
committer | 2017-09-25 23:00:33 +0000 | |
commit | 38d65f3dffca23f1855531231907c942e2059e44 (patch) | |
tree | 0322a2f6a896e056da6b555b9de3a05d1368eeae /lib/libc | |
parent | Calling waitpid(pid,...) where pid is either uninitialized or (diff) | |
download | wireguard-openbsd-38d65f3dffca23f1855531231907c942e2059e44.tar.xz wireguard-openbsd-38d65f3dffca23f1855531231907c942e2059e44.zip |
sendsyslog should take a const char * everywhere.
okay bluhm@, deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sendsyslog.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sendsyslog.2 b/lib/libc/sys/sendsyslog.2 index 417322cb3ff..7abbe94bb9b 100644 --- a/lib/libc/sys/sendsyslog.2 +++ b/lib/libc/sys/sendsyslog.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendsyslog.2,v 1.9 2017/07/18 22:22:19 bluhm Exp $ +.\" $OpenBSD: sendsyslog.2,v 1.10 2017/09/25 23:00:33 espie Exp $ .\" .\" Copyright (c) 2014 Theo de Raadt .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 18 2017 $ +.Dd $Mdocdate: September 25 2017 $ .Dt SENDSYSLOG 2 .Os .Sh NAME @@ -24,7 +24,7 @@ .In sys/syslog.h .In sys/types.h .Ft int -.Fn sendsyslog "const void *msg" "size_t len" "int flags" +.Fn sendsyslog "const char *msg" "size_t len" "int flags" .Sh DESCRIPTION The .Fn sendsyslog |