diff options
author | Brian Somers <brian@FreeBSD.org> | 1999-01-22 01:45:37 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1999-01-22 01:45:37 +0000 |
commit | ea3b8ac6ef269a94e13c88f271a2028a1b9c88fa (patch) | |
tree | 41dcbc792c37c7fba6f02eaa66ebd06453d2bb4d | |
parent | 598d2c50e8bd3e39f6bb603194b7eacb467d9b0e (diff) |
Notes
-rw-r--r-- | lib/libradius/libradius.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradius/libradius.3 b/lib/libradius/libradius.3 index 25ccdc09d8168..21e65b8c086c2 100644 --- a/lib/libradius/libradius.3 +++ b/lib/libradius/libradius.3 @@ -155,7 +155,7 @@ will be returns 0 on success, or -1 on if an error occurs. .Pp After the request has been created with -.Fn rad_create request , +.Fn rad_create_request , attributes can be attached to it. This is done through calls to .Fn rad_put_addr , .Fn rad_put_int , |