diff options
author | 2015-09-22 10:59:59 +0000 | |
---|---|---|
committer | 2015-09-22 10:59:59 +0000 | |
commit | 2dd72d6bbb1dfdc2cd9b0f75f483474193e138cd (patch) | |
tree | 6fc02655d27cf7ba5d57bf4e5228842a729256fe | |
parent | Use the radix-tree API instead of function pointers. (diff) | |
download | wireguard-openbsd-2dd72d6bbb1dfdc2cd9b0f75f483474193e138cd.tar.xz wireguard-openbsd-2dd72d6bbb1dfdc2cd9b0f75f483474193e138cd.zip |
typo.
-rw-r--r-- | usr.sbin/radiusd/radiusd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5 index 9c9ce668967..5275c79917d 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.5 2015/08/03 07:35:25 jmc Exp $ +.\" $OpenBSD: radiusd.conf.5,v 1.6 2015/09/22 10:59:59 sobrado 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: August 3 2015 $ +.Dd $Mdocdate: September 22 2015 $ .Dt RADIUSD.CONF 5 .Os .Sh NAME @@ -95,7 +95,7 @@ The module supports the following configuration key and value: .Bl -tag -width Ds -offset indent .It Ic restrict-group Ar group ... -Restrict login only if the user is a member of the specfied groups. +Restrict login only if the user is a member of the specified groups. .El .Pp The |