aboutsummaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_context_time.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_context_time.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_context_time.3')
-rw-r--r--lib/libgssapi/gss_context_time.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libgssapi/gss_context_time.3 b/lib/libgssapi/gss_context_time.3
index b6b4157dd947..4dae1d96e41f 100644
--- a/lib/libgssapi/gss_context_time.3
+++ b/lib/libgssapi/gss_context_time.3
@@ -47,7 +47,7 @@
Determines the number of seconds for which the specified context will
remain valid.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It context_handle"
.It minor_status
Mechanism specific status code.
.It context_handle
@@ -57,7 +57,7 @@ Number of seconds that the context will remain valid.
If the context has already expired, zero will be returned.
.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
@@ -66,7 +66,7 @@ The context has already expired
The context_handle parameter did not identify a valid context
.El
.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