Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/lib Minor fixes.
details: https://anonhg.NetBSD.org/src/rev/548764bd8ff1
branches: trunk
changeset: 335839:548764bd8ff1
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Jan 25 23:09:28 2015 +0000
description:
Minor fixes.
XXX: libblacklist needs to be defined.
diffstat:
external/bsd/blacklist/lib/libblacklist.3 | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r 4bebf93fbc00 -r 548764bd8ff1 external/bsd/blacklist/lib/libblacklist.3
--- a/external/bsd/blacklist/lib/libblacklist.3 Sun Jan 25 23:07:16 2015 +0000
+++ b/external/bsd/blacklist/lib/libblacklist.3 Sun Jan 25 23:09:28 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: libblacklist.3,v 1.2 2015/01/22 05:40:34 christos Exp $
+.\" $NetBSD: libblacklist.3,v 1.3 2015/01/25 23:09:28 wiz Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,17 +26,17 @@
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
-.Dd January 22, 2016
+.\"
+.Dd January 22, 2015
.Dt LIBBLACKLIST 3
.Os
.Sh NAME
.Nm blacklist_open ,
.Nm blacklist_close ,
-.Nm blacklist_r ,
+.Nm blacklist_r ,
.Nm blacklist ,
.Nm blacklist_sa
-.Nm blacklist_sa_r ,
+.Nm blacklist_sa_r ,
.Nd Blacklistd notification library
.Sh LIBRARY
.Lb libblacklist
@@ -98,7 +98,7 @@
.Fn blacklist_sa
and
.Fn blacklist_sa_r
-can be used with unconnected sockets, where
+functions can be used with unconnected sockets, where
.Xr getpeername 2
will not work, the server will pass the peer name in the message.
.Pp
@@ -112,14 +112,14 @@
on failure setting errno to an appropriate value.
.Pp
The
-.Fn bl_send ,
+.Fn bl_send
function returns
.Dv 0
on success and
.Dv -1
on failure setting errno to an appropriate value.
.Sh SEE ALSO
-.Xr blacklistd 8 ,
-.Xr blacklistd.conf 5
+.Xr blacklistd.conf 5 ,
+.Xr blacklistd 8
.Sh AUTHORS
.An Christos Zoulas
Home |
Main Index |
Thread Index |
Old Index