diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
| commit | 50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e (patch) | |
| tree | bc9e037fdf2ed91d8f914cfe43bade2553a869c2 /lib/libgssapi | |
| parent | 3dce589cb969648ca460619cfe3f14b200663fbc (diff) | |
Notes
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/gss_release_buffer.3 | 2 | ||||
| -rw-r--r-- | lib/libgssapi/gss_release_oid_set.3 | 2 | ||||
| -rw-r--r-- | lib/libgssapi/mech.5 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libgssapi/gss_release_buffer.3 b/lib/libgssapi/gss_release_buffer.3 index 259db3ba6b8e..c4acf81faf49 100644 --- a/lib/libgssapi/gss_release_buffer.3 +++ b/lib/libgssapi/gss_release_buffer.3 @@ -53,7 +53,7 @@ field in the descriptor to .Dv NULL . Any buffer object returned by a GSS-API routine may be passed to .Fn gss_release_buffer -(even if there is no storage associated with the buffer). +(even if there is no storage associated with the buffer). .Sh PARAMETERS .Bl -tag .It minor_status diff --git a/lib/libgssapi/gss_release_oid_set.3 b/lib/libgssapi/gss_release_oid_set.3 index 391ad283c799..7de4e9ae195d 100644 --- a/lib/libgssapi/gss_release_oid_set.3 +++ b/lib/libgssapi/gss_release_oid_set.3 @@ -53,7 +53,7 @@ and the gss_OID_set_desc itself. .Pp Implementations are encouraged to set the gss_OID_set parameter to .Dv GSS_C_NO_OID_SET -on successful completion of this routine. +on successful completion of this routine. .Sh PARAMETERS .Bl -tag .It minor_status diff --git a/lib/libgssapi/mech.5 b/lib/libgssapi/mech.5 index 6078828e97fc..b56565e3d15d 100644 --- a/lib/libgssapi/mech.5 +++ b/lib/libgssapi/mech.5 @@ -62,10 +62,10 @@ This mechanism will be used by .Xr gss_init_sec_context 3 if the user doesn't specify a specific mechanism. .Pp -The +The .Pa "/etc/gss/qop" file contains a list of Quality of Protection values for use with -GSS-API. +GSS-API. Each line of the file either contains a comment if the first character is '#' or it contains three fields with the following meanings: .Bl -tag |
