From a7769b282fffbe228a8a542d15e4234ea718b7f0 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Tue, 2 Jul 2024 00:35:56 +0000 Subject: [PATCH] Fix previous. The place of "accounting" was wrong. --- usr.sbin/radiusd/radiusd.conf.5 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 4d8604fc17a..54dc62983a9 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.21 2024/07/02 00:33:51 yasuoka Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.22 2024/07/02 00:35:56 yasuoka Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014, 2023 Internet Initiative Japan Inc. @@ -35,8 +35,7 @@ Keywords may be specified multiple times within the configuration file. The configuration options are as follows: .Bl -tag -width Ds .It Xo -.Ic listen on Oo Ic accounting Oc Ar address -.Ic port Ar port +.Ic listen on Ar address Oo Ic accounting Oc Ic port Ar port .Xc Specify an .Ar address -- 2.20.1