From 1859795953860d70ebfc6d44e1b5abf61949fc76 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 12 Jul 2014 17:06:06 +0000 Subject: [PATCH] tweak previous; --- lib/libc/sys/sendsyslog.2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/sendsyslog.2 b/lib/libc/sys/sendsyslog.2 index 0fa22e64a61..9d8c4c88c6f 100644 --- a/lib/libc/sys/sendsyslog.2 +++ b/lib/libc/sys/sendsyslog.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendsyslog.2,v 1.1 2014/07/12 02:28:56 deraadt Exp $ +.\" $OpenBSD: sendsyslog.2,v 1.2 2014/07/12 17:06:06 jmc Exp $ .\" .\" Copyright (c) 2014 Theo de Raadt .\" @@ -18,7 +18,7 @@ .Dt SENDSYSLOG 2 .Os .Sh NAME -.Nm sendsyslog , +.Nm sendsyslog .Nd send a message to syslogd .Sh SYNOPSIS .Fd #include @@ -34,13 +34,12 @@ without requiring the allocation of a socket. This is used internally by .Xr syslog_r 3 , so that messages can be sent during difficult situations. -.Pp .Sh RETURN VALUES The call returns 0 on success, or \-1 if an error occurred. .Sh ERRORS .Fn sendsyslog -fail if: +can fail if: .Bl -tag -width Er .It Bq Er ENOTCONN The message cannot be sent, likely because -- 2.20.1