Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/blacklist/bin Sort SEE ALSO. Nit fixes.



details:   https://anonhg.NetBSD.org/src/rev/5602e99e4609
branches:  trunk
changeset: 806022:5602e99e4609
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jan 28 07:32:28 2015 +0000

description:
Sort SEE ALSO. Nit fixes.

diffstat:

 external/bsd/blacklist/bin/blacklistd.conf.5 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r bc1a4ebae6b1 -r 5602e99e4609 external/bsd/blacklist/bin/blacklistd.conf.5
--- a/external/bsd/blacklist/bin/blacklistd.conf.5      Wed Jan 28 05:08:55 2015 +0000
+++ b/external/bsd/blacklist/bin/blacklistd.conf.5      Wed Jan 28 07:32:28 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: blacklistd.conf.5,v 1.1 2015/01/27 19:40:36 christos Exp $
+.\" $NetBSD: blacklistd.conf.5,v 1.2 2015/01/28 07:32:28 wiz Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -87,7 +87,7 @@
 .Va local
 or
 .Va remote
-addresses whereas, the last 3 fields
+addresses, whereas the last 3 fields
 .Va name ,
 .Va nfail ,
 and
@@ -100,7 +100,7 @@
 The syntax for the
 .Va location
 is:
-.Bd -literal -offset indent:
+.Bd -literal -offset indent
        [<address>|<interface>][/<mask>][:<port>]
 .Ed
 .Pp
@@ -130,8 +130,8 @@
 .Dv tcp6 ,
 .Dv udp6 ,
 or numeric.
-The fourth file is the effective user (
-.Va owner )
+The fourth file is the effective user
+.Va ( owner )
 of the daemon process reporting the event,
 either as a username or a userid.
 .Pp
@@ -140,7 +140,7 @@
 The
 .Va name
 field, is the name of the packet filter rule to be used.
-If the 
+If the
 .Va name
 starts with a
 .Dq - ,
@@ -212,8 +212,8 @@
 8.8.0.0/16:ssh *       *       *       /24     =       =
 .Ed
 .Sh SEE ALSO
-.Xr blacklistd 8 ,
-.Xr blacklistctl 8
+.Xr blacklistctl 8 ,
+.Xr blacklistd 8
 .Sh HISTORY
 .Nm
 appeared in



Home | Main Index | Thread Index | Old Index