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 Correct the function names in the...
details: https://anonhg.NetBSD.org/src/rev/5a6c3d8624f6
branches: trunk
changeset: 351035:5a6c3d8624f6
user: abhinav <abhinav%NetBSD.org@localhost>
date: Tue Jan 31 16:55:04 2017 +0000
description:
Correct the function names in the RETURN VALUES section
and use markup for errno.
diffstat:
external/bsd/blacklist/lib/libblacklist.3 | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 6a518157af99 -r 5a6c3d8624f6 external/bsd/blacklist/lib/libblacklist.3
--- a/external/bsd/blacklist/lib/libblacklist.3 Tue Jan 31 16:31:21 2017 +0000
+++ b/external/bsd/blacklist/lib/libblacklist.3 Tue Jan 31 16:55:04 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: libblacklist.3,v 1.5 2017/01/31 16:31:21 abhinav Exp $
+.\" $NetBSD: libblacklist.3,v 1.6 2017/01/31 16:55:04 abhinav Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -106,18 +106,25 @@
.Xr syslogd 8 .
.Sh RETURN VALUES
The function
-.Fn bl_open
+.Fn blacklist_open
returns a cookie on success and
.Dv NULL
-on failure setting errno to an appropriate value.
+on failure setting
+.Dv errno
+to an appropriate value.
.Pp
-The
-.Fn bl_send
-function returns
+The functions
+.Fn blacklist ,
+.Fn blacklist_sa ,
+and
+.Fn blacklist_sa_r
+return
.Dv 0
on success and
.Dv -1
-on failure setting errno to an appropriate value.
+on failure setting
+.Dv errno
+to an appropriate value.
.Sh SEE ALSO
.Xr blacklistd.conf 5 ,
.Xr blacklistd 8
Home |
Main Index |
Thread Index |
Old Index