diff options
author | 2015-07-28 08:41:30 +0000 | |
---|---|---|
committer | 2015-07-28 08:41:30 +0000 | |
commit | cc4bf62b41023376701f9a5783aff14ba8c47673 (patch) | |
tree | 16c6634c962c918a1dfa3f23296f2f4f70243c70 | |
parent | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), (diff) | |
download | wireguard-openbsd-cc4bf62b41023376701f9a5783aff14ba8c47673.tar.xz wireguard-openbsd-cc4bf62b41023376701f9a5783aff14ba8c47673.zip |
add a FILES section to make clear where RADIUS configuration file
is placed by default.
ok yasuoka@
-rw-r--r-- | usr.sbin/radiusd/radiusd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/radiusd/radiusd.8 b/usr.sbin/radiusd/radiusd.8 index 2c9a737f3d2..360377f636d 100644 --- a/usr.sbin/radiusd/radiusd.8 +++ b/usr.sbin/radiusd/radiusd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: radiusd.8,v 1.4 2015/07/21 15:36:22 jmc Exp $ +.\" $OpenBSD: radiusd.8,v 1.5 2015/07/28 08:41:30 sobrado Exp $ .\" .\" Copyright (c) 2013 Internet Initiative Japan Inc. .\" @@ -14,7 +14,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: July 21 2015 $ +.Dd $Mdocdate: July 28 2015 $ .Dt RADIUSD 8 .Os .Sh NAME @@ -45,6 +45,11 @@ Display usage text and exit. Configtest mode. Only check the configuration file for validity. .El +.Sh FILES +.Bl -tag -width "/etc/radiusd.confXX" -compact +.It Pa /etc/radiusd.conf +Default configuration file. +.El .Sh SEE ALSO .Xr radiusd.conf 5 .Rs |