Sun Oct 22 10:31:57 2017 UTC ()
Add comma between Nm entries


(abhinav)
diff -r1.7 -r1.8 src/external/bsd/blacklist/lib/libblacklist.3

cvs diff -r1.7 -r1.8 src/external/bsd/blacklist/lib/Attic/libblacklist.3 (expand / switch to unified diff)

--- src/external/bsd/blacklist/lib/Attic/libblacklist.3 2017/02/04 23:33:56 1.7
+++ src/external/bsd/blacklist/lib/Attic/libblacklist.3 2017/10/22 10:31:57 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: libblacklist.3,v 1.7 2017/02/04 23:33:56 wiz Exp $ 1.\" $NetBSD: libblacklist.3,v 1.8 2017/10/22 10:31:57 abhinav Exp $
2.\" 2.\"
3.\" Copyright (c) 2015 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Christos Zoulas. 7.\" by Christos Zoulas.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -25,27 +25,27 @@ @@ -25,27 +25,27 @@
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd January 22, 2015 30.Dd January 22, 2015
31.Dt LIBBLACKLIST 3 31.Dt LIBBLACKLIST 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm blacklist_open , 34.Nm blacklist_open ,
35.Nm blacklist_close , 35.Nm blacklist_close ,
36.Nm blacklist_r , 36.Nm blacklist_r ,
37.Nm blacklist , 37.Nm blacklist ,
38.Nm blacklist_sa 38.Nm blacklist_sa ,
39.Nm blacklist_sa_r 39.Nm blacklist_sa_r
40.Nd Blacklistd notification library 40.Nd Blacklistd notification library
41.Sh LIBRARY 41.Sh LIBRARY
42.Lb libblacklist 42.Lb libblacklist
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.In blacklist.h 44.In blacklist.h
45.Ft struct blacklist * 45.Ft struct blacklist *
46.Fn blacklist_open "void" 46.Fn blacklist_open "void"
47.Ft void 47.Ft void
48.Fn blacklist_close "struct blacklist *cookie" 48.Fn blacklist_close "struct blacklist *cookie"
49.Ft int 49.Ft int
50.Fn blacklist "int action" "int fd" "const char *msg" 50.Fn blacklist "int action" "int fd" "const char *msg"
51.Ft int 51.Ft int