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/26778fb02234
branches:  trunk
changeset: 821286:26778fb02234
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 77fd82c97ed3 -r 26778fb02234 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