aboutsummaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_wrap.3
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-06-08 12:09:00 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-06-08 12:09:00 +0000
commit6a557179e17a74a26078a3af1c27dd61a1e666d1 (patch)
treefd3ca934f2532efde01f8339e62607e7249d7381 /lib/libgssapi/gss_wrap.3
parent3b5da8d609d1ba2991bc88c59aff2c664deec523 (diff)
downloadsrc-6a557179e17a74a26078a3af1c27dd61a1e666d1.tar.gz
src-6a557179e17a74a26078a3af1c27dd61a1e666d1.zip
mdoc: add missing -width argument to Bl -tag.
Notes
Notes: svn path=/head/; revision=236746
Diffstat (limited to 'lib/libgssapi/gss_wrap.3')
-rw-r--r--lib/libgssapi/gss_wrap.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libgssapi/gss_wrap.3 b/lib/libgssapi/gss_wrap.3
index 5bf9cc26ba59..edc134583698 100644
--- a/lib/libgssapi/gss_wrap.3
+++ b/lib/libgssapi/gss_wrap.3
@@ -85,13 +85,13 @@ both to allow GSS-API V1 applications to link
and to retain the slight parameter type differences between the
obsolete versions of this routine and its current form.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It output_message_buffer"
.It minor_status
Mechanism specific status code.
.It context_handle
Identifies the context on which the message will be sent.
.It conf_req_flag
-.Bl -tag -width "Non-zero"
+.Bl -tag -width "Non-zero" -compact
.It Non-zero
Both confidentiality and integrity services are requested.
.It Zero
@@ -108,7 +108,7 @@ will return a major_status of
.It input_message_buffer
Message to be protected.
.It conf_state
-.Bl -tag -width "Non-zero"
+.Bl -tag -width "Non-zero" -compact
.It Non-zero
Confidentiality, data origin authentication and integrity services
have been applied.
@@ -123,7 +123,7 @@ with a call to
.Xr gss_release_buffer 3 .
.El
.Sh RETURN VALUES
-.Bl -tag
+.Bl -tag -width ".It GSS_S_CONTEXT_EXPIRED"
.It GSS_S_COMPLETE
Successful completion.
.It GSS_S_CONTEXT_EXPIRED
@@ -137,7 +137,7 @@ The specified QOP is not supported by the mechanism.
.Xr gss_unwrap 3 ,
.Xr gss_release_buffer 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