diff options
author | joel <joel@FreeBSD.org> | 2012-06-08 12:09:00 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-06-08 12:09:00 +0000 |
commit | cae1bed376d05a3bcde1f9344870e67b117821f8 (patch) | |
tree | fd3ca934f2532efde01f8339e62607e7249d7381 /lib/libgssapi/gss_init_sec_context.3 | |
parent | 1d2ca7b8d81c68671af85d2d1c2491370c7d96e6 (diff) | |
download | FreeBSD-src-cae1bed376d05a3bcde1f9344870e67b117821f8.zip FreeBSD-src-cae1bed376d05a3bcde1f9344870e67b117821f8.tar.gz |
mdoc: add missing -width argument to Bl -tag.
Diffstat (limited to 'lib/libgssapi/gss_init_sec_context.3')
-rw-r--r-- | lib/libgssapi/gss_init_sec_context.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libgssapi/gss_init_sec_context.3 b/lib/libgssapi/gss_init_sec_context.3 index 9d14859..51556a6 100644 --- a/lib/libgssapi/gss_init_sec_context.3 +++ b/lib/libgssapi/gss_init_sec_context.3 @@ -233,7 +233,7 @@ exist in version 1 of the GSS-API specification, so applications that wish to run over version 1 implementations must special-case these codes. .Sh PARAMETERS -.Bl -tag +.Bl -tag -width ".It initiator_cred_handle" .It minor_status Mechanism specific status code. .It initiator_cred_handle @@ -475,7 +475,7 @@ not support context expiration, the value .Dv NULL if not required. .El .Sh RETURN VALUES -.Bl -tag +.Bl -tag -width ".It GSS_S_CREDENTIALS_EXPIRED" .It GSS_S_COMPLETE Successful completion .It GSS_S_CONTINUE_NEEDED @@ -529,7 +529,7 @@ implementation. .Xr gss_release_buffer 3 , .Xr gss_wrap 3 .Sh STANDARDS -.Bl -tag +.Bl -tag -width ".It RFC 2743" .It RFC 2743 Generic Security Service Application Program Interface Version 2, Update 1 .It RFC 2744 |