summaryrefslogtreecommitdiff
path: root/lib/libradius
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-08-05 08:10:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-08-05 08:10:52 +0000
commit173e1a825c88c7d43a098ca2e1f91b3bc4a0c13d (patch)
tree5c479f0f7965b234d766548f75ac226bf937fa7c /lib/libradius
parent4bc40349fcf0e416e1dd8ad442158e719e33b19d (diff)
grammar fix;
Diffstat (limited to 'lib/libradius')
-rw-r--r--lib/libradius/radius_new_request_packet.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libradius/radius_new_request_packet.3 b/lib/libradius/radius_new_request_packet.3
index 615833e2706..1ab7368b668 100644
--- a/lib/libradius/radius_new_request_packet.3
+++ b/lib/libradius/radius_new_request_packet.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: radius_new_request_packet.3,v 1.4 2015/09/10 13:44:19 schwarze Exp $
+.\" $OpenBSD: radius_new_request_packet.3,v 1.5 2016/08/05 08:10:51 jmc Exp $
.\"
.\" Copyright (c) 2009 Internet Initiative Japan Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: August 5 2016 $
.Dt RADIUS_NEW_REQUEST_PACKET 3
.Os
.Sh NAME
@@ -270,7 +270,7 @@ These typed accessors do not requires
.Fa length
parameters because length is implied by the type.
For "get" functions, if the actual attribute size is different from the size of
-the type, the functions returns an error.
+the type, the functions return an error.
.Pp
There are also typed accessors for string
.Pq Li char * .