Module Name: src Committed By: christos Date: Sun Aug 18 16:24:40 UTC 2024
Modified Files: src/external/bsd/blocklist/lib: libblocklist.3 Log Message: update markup (Ed Maste) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/blocklist/lib/libblocklist.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/blocklist/lib/libblocklist.3 diff -u src/external/bsd/blocklist/lib/libblocklist.3:1.5 src/external/bsd/blocklist/lib/libblocklist.3:1.6 --- src/external/bsd/blocklist/lib/libblocklist.3:1.5 Sun Aug 18 12:13:29 2024 +++ src/external/bsd/blocklist/lib/libblocklist.3 Sun Aug 18 12:24:40 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: libblocklist.3,v 1.5 2024/08/18 16:13:29 christos Exp $ +.\" $NetBSD: libblocklist.3,v 1.6 2024/08/18 16:24:40 christos Exp $ .\" .\" Copyright (c) 2015 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -105,17 +105,17 @@ argument. The .Ar action parameter can take these values: -.Bl -tag -width ".Va BLOCKLIST_ABUSIVE_BEHAVIOR" -.It Va BLOCKLIST_AUTH_FAIL +.Bl -tag -width ".Dv BLOCKLIST_ABUSIVE_BEHAVIOR" +.It Dv BLOCKLIST_AUTH_FAIL There was an unsuccessful authentication attempt. -.It Va BLOCKLIST_AUTH_OK +.It Dv BLOCKLIST_AUTH_OK A user successfully authenticated. -.It Va BLOCKLIST_ABUSIVE_BEHAVIOR +.It Dv BLOCKLIST_ABUSIVE_BEHAVIOR The sending daemon has detected abusive behavior from the remote system. The remote address should be blocked as soon as possible. -.It Va BLOCKLIST_BAD_USER +.It Dv BLOCKLIST_BAD_USER The sending daemon has determined the username presented for authentication is invalid. The @@ -124,7 +124,7 @@ daemon compares the username to a config usernames and blocks the address immediately if a forbidden username matches. (The -.Ar BLOCKLIST_BAD_USER +.Dv BLOCKLIST_BAD_USER support is not currently available.) .El .Pp