diff options
author | 2017-03-13 21:48:07 +0000 | |
---|---|---|
committer | 2017-03-13 21:48:07 +0000 | |
commit | 13983367d8fa3c79d9822668c28e4f9e4a676e46 (patch) | |
tree | e6d0c71806d98f5a2553045abfd8c709950756ae | |
parent | Add OpenBSD RCS id. (diff) | |
download | wireguard-openbsd-13983367d8fa3c79d9822668c28e4f9e4a676e46.tar.xz wireguard-openbsd-13983367d8fa3c79d9822668c28e4f9e4a676e46.zip |
Fix typo in FILES section
from Pierre Emeriaud
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index a2bef64e6e4..d8993af5026 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.7 2015/10/26 06:44:40 yasuoka Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.8 2017/03/13 21:48:07 jca Exp $ .\" .\" Copyright (c) 2014 Esdenera Networks GmbH .\" Copyright (c) 2014 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: October 26 2015 $ +.Dd $Mdocdate: March 13 2017 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -154,15 +154,15 @@ Specify the module name. .El .El .Sh FILES -.Bl -tag -width "/usr/libexec/radiusd/radius_bsdauth" -compact +.Bl -tag -width "/usr/libexec/radiusd/radiusd_bsdauth" -compact .It Pa /etc/radiusd.conf Default .Xr radiusd 8 configuration file. -.It Pa /usr/libexec/radiusd/radius_bsdauth +.It Pa /usr/libexec/radiusd/radiusd_bsdauth .Dq bsdauth module executable. -.It Pa /usr/libexec/radiusd/radius_radius +.It Pa /usr/libexec/radiusd/radiusd_radius .Dq radius module executable. .El |