From 020f2e0736c53f1804a96dd82d74d986e73941a0 Mon Sep 17 00:00:00 2001 From: sobrado Date: Thu, 4 Jul 2024 13:09:25 +0000 Subject: [PATCH] only "decorate-by" is currently supported by the grammar specification. ok jmc@, yasuoka@ --- usr.sbin/radiusd/radiusd.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 08ab0fb106a..2e5aa646a04 100644 --- a/usr.sbin/radiusd/radiusd.conf.5 +++ b/usr.sbin/radiusd/radiusd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: radiusd.conf.5,v 1.25 2024/07/04 05:23:24 jmc Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.26 2024/07/04 13:09:25 sobrado Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014, 2023 Internet Initiative Japan Inc. @@ -117,7 +117,7 @@ must be quoted to be distinguished from the reserved word if needed. .Ic authenticate .Ar username-pattern ... .Ic by Ar auth -.Op Ic decorated-by Ar deco ... +.Op Ic decorate-by Ar deco ... .Xc Specify an authentication configuration for the users specified by .Ar username-pattern . @@ -142,7 +142,7 @@ The specified modules decorate the RADIUS messages in the configured order. .Op Ic quick .Ar username-pattern ... .Ic to Ar module -.Op Ic decorated by Ar deco ... +.Op Ic decorate-by Ar deco ... .Xc Specify an accounting configuration for the users specified by .Ar username-pattern . -- 2.20.1