aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-11 20:06:46 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-11 20:06:46 +0000
commita3fb6da9ba05cbeeab1d5bec46075916256d2fb0 (patch)
tree0b28f0bebde32579d2780e773f4990dfb45d3f30 /lib/libradius
parent8a3beec66e8b6f0cb1451efcc8a0f55f3bad0614 (diff)
downloadsrc-a3fb6da9ba05cbeeab1d5bec46075916256d2fb0.tar.gz
src-a3fb6da9ba05cbeeab1d5bec46075916256d2fb0.zip
General mdoc(7) and typo fixes.
PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
Notes
Notes: svn path=/head/; revision=235286
Diffstat (limited to 'lib/libradius')
-rw-r--r--lib/libradius/libradius.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libradius/libradius.3 b/lib/libradius/libradius.3
index da60d52474bb..ae0ee2406032 100644
--- a/lib/libradius/libradius.3
+++ b/lib/libradius/libradius.3
@@ -108,8 +108,7 @@ allows clients to perform authentication and accounting by means of
network requests to remote servers.
.Ss Initialization
To use the library, an application must first call
-.Fn rad_auth_open
-,
+.Fn rad_auth_open ,
.Fn rad_acct_open
or
.Fn rad_server_open
@@ -119,8 +118,7 @@ which provides the context for subsequent operations.
The former function is used for RADIUS authentication and the
latter is used for RADIUS accounting.
Calls to
-.Fn rad_auth_open
-,
+.Fn rad_auth_open ,
.Fn rad_acct_open
and
.Fn rad_server_open
@@ -487,7 +485,7 @@ To respond to the request you should call
.Fn rad_create_response
and fill response content with same packet writing functions as for client.
When packet is ready, it should be sent with
-.Fn rad_send_response
+.Fn rad_send_response .
.Sh RETURN VALUES
The following functions return a non-negative value on success.
If