diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-07-01 03:22:07 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-07-01 03:22:07 +0000 |
commit | c4a9816a9dd39b7ed3180d7612dc9d2a57d139b8 (patch) | |
tree | 54089d329078e7c9e0cd8703ad11c66f8dbf99e3 /usr.sbin | |
parent | 4bfb9d2d42d4ea1b1e6ba79373e15912a2a14097 (diff) |
"secret" without quote can be used for key or value since it is treated
specially now.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index f461217c61f..6df77ef50ff 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.18 2023/09/14 09:55:28 yasuoka Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.19 2024/07/01 03:22:06 yasuoka Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014, 2023 Internet Initiative Japan Inc. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 14 2023 $ +.Dd $Mdocdate: July 1 2024 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -102,9 +102,7 @@ Notice that .Ar key , and .Ar value -must be quoted to be distinguished from the reserved word (e.g.\& -.Dq secret ) -if needed. +must be quoted to be distinguished from the reserved word. .Pp The .Dq bsdauth |