diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-12 10:01:06 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-03-12 10:01:06 +0000 |
| commit | 63d46d1d5e917088f08cafa7f9b328073417d7e7 (patch) | |
| tree | 19e97d3d146d965075d184a33b4998b1d300ee97 /lib/libgssapi | |
| parent | 9b03990a13b1d8207e59dde00e03432fbf20c768 (diff) | |
Notes
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/gss_init_sec_context.3 | 2 | ||||
| -rw-r--r-- | lib/libgssapi/gss_unwrap.3 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libgssapi/gss_init_sec_context.3 b/lib/libgssapi/gss_init_sec_context.3 index 787aff327217..278dd17979b5 100644 --- a/lib/libgssapi/gss_init_sec_context.3 +++ b/lib/libgssapi/gss_init_sec_context.3 @@ -153,7 +153,7 @@ The values of the .Dv GSS_C_MUTUAL_FLAG , .Dv GSS_C_REPLAY_FLAG , .Dv GSS_C_SEQUENCE_FLAG , -.Fv GSS_C_CONF_FLAG , +.Dv GSS_C_CONF_FLAG , .Dv GSS_C_INTEG_FLAG and .Dv GSS_C_ANON_FLAG bits returned via the .Fa ret_flags diff --git a/lib/libgssapi/gss_unwrap.3 b/lib/libgssapi/gss_unwrap.3 index 4cf3c6d22cb6..cc75782310b4 100644 --- a/lib/libgssapi/gss_unwrap.3 +++ b/lib/libgssapi/gss_unwrap.3 @@ -155,6 +155,7 @@ The context_handle parameter did not identify a valid context. Generic Security Service Application Program Interface Version 2, Update 1 .It RFC 2744 Generic Security Service API Version 2 : C-bindings +.El .Sh HISTORY The .Nm |
