summaryrefslogtreecommitdiffstats
path: root/lib/librpcsec_gss
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-06-06 08:07:47 +0000
committerjoel <joel@FreeBSD.org>2012-06-06 08:07:47 +0000
commit094302f3c1312138efcedf4f1b6e152f565a13de (patch)
tree6ac6168e57f1d6d4e3c89fe4af3a49dff65d14a0 /lib/librpcsec_gss
parentee6412e858b4f4494d4ed0593871b67016382659 (diff)
downloadFreeBSD-src-094302f3c1312138efcedf4f1b6e152f565a13de.zip
FreeBSD-src-094302f3c1312138efcedf4f1b6e152f565a13de.tar.gz
mdoc: add missing -width argument to Bl -tag.
Diffstat (limited to 'lib/librpcsec_gss')
-rw-r--r--lib/librpcsec_gss/rpc_gss_get_error.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_get_mech_info.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_get_principal_name.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_get_versions.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_getcred.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_is_installed.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_max_data_length.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_mech_to_oid.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_oid_to_mech.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_qop_to_num.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_seccreate.34
-rw-r--r--lib/librpcsec_gss/rpc_gss_set_callback.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_set_defaults.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_set_svc_name.32
-rw-r--r--lib/librpcsec_gss/rpc_gss_svc_max_data_length.32
15 files changed, 16 insertions, 16 deletions
diff --git a/lib/librpcsec_gss/rpc_gss_get_error.3 b/lib/librpcsec_gss/rpc_gss_get_error.3
index 3b025d7..f1d8fc7 100644
--- a/lib/librpcsec_gss/rpc_gss_get_error.3
+++ b/lib/librpcsec_gss/rpc_gss_get_error.3
@@ -39,7 +39,7 @@
.Sh DESCRIPTION
Get details of the last RPCSEC_GSS error.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It error"
.It error
A pointer to a structure where the error details will be returned
.El
diff --git a/lib/librpcsec_gss/rpc_gss_get_mech_info.3 b/lib/librpcsec_gss/rpc_gss_get_mech_info.3
index d6abf4d..9a26dc1 100644
--- a/lib/librpcsec_gss/rpc_gss_get_mech_info.3
+++ b/lib/librpcsec_gss/rpc_gss_get_mech_info.3
@@ -40,7 +40,7 @@
This function looks up a mechanism by name by reading the file
/etc/gss/mech and queries it for its capabilities.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It service"
.It mech
The mechanism to search for
.It service
diff --git a/lib/librpcsec_gss/rpc_gss_get_principal_name.3 b/lib/librpcsec_gss/rpc_gss_get_principal_name.3
index 2eba5a9..50fc65b 100644
--- a/lib/librpcsec_gss/rpc_gss_get_principal_name.3
+++ b/lib/librpcsec_gss/rpc_gss_get_principal_name.3
@@ -46,7 +46,7 @@
This function can be used to generate a client principal name from
various strings.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It principal"
.It principal
If the principal is created successfully,
.Fa *principal
diff --git a/lib/librpcsec_gss/rpc_gss_get_versions.3 b/lib/librpcsec_gss/rpc_gss_get_versions.3
index 9192054..d624f85 100644
--- a/lib/librpcsec_gss/rpc_gss_get_versions.3
+++ b/lib/librpcsec_gss/rpc_gss_get_versions.3
@@ -39,7 +39,7 @@
.Sh DESCRIPTION
Return the highest and lowest supported versions of the RPCSEC_GSS protocol.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It vers_lo"
.It vers_hi
The value of
.Fa *vers_hi
diff --git a/lib/librpcsec_gss/rpc_gss_getcred.3 b/lib/librpcsec_gss/rpc_gss_getcred.3
index 72a6384..4ebd275 100644
--- a/lib/librpcsec_gss/rpc_gss_getcred.3
+++ b/lib/librpcsec_gss/rpc_gss_getcred.3
@@ -45,7 +45,7 @@
This function returns the RPCSEC_GSS authenticated credentials
associated with an RPC request.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It cookie"
.It req
The RPC request to query
.It rcred
diff --git a/lib/librpcsec_gss/rpc_gss_is_installed.3 b/lib/librpcsec_gss/rpc_gss_is_installed.3
index f0e03d8..d427e87 100644
--- a/lib/librpcsec_gss/rpc_gss_is_installed.3
+++ b/lib/librpcsec_gss/rpc_gss_is_installed.3
@@ -40,7 +40,7 @@
This function looks up a mechanism by name by reading the file
/etc/gss/mech.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It mech"
.It mech
The mechanism to search for
.El
diff --git a/lib/librpcsec_gss/rpc_gss_max_data_length.3 b/lib/librpcsec_gss/rpc_gss_max_data_length.3
index 67029a0..1d3a922 100644
--- a/lib/librpcsec_gss/rpc_gss_max_data_length.3
+++ b/lib/librpcsec_gss/rpc_gss_max_data_length.3
@@ -41,7 +41,7 @@ Calculate the maximum message size that will fit into a packet of size
.Fa max_tp_unit_len ,
given the current service and QoP setting.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It max_tp_unit_len"
.It auth
A handle to a RPCSEC_GSS security context
.It max_tp_unit_len
diff --git a/lib/librpcsec_gss/rpc_gss_mech_to_oid.3 b/lib/librpcsec_gss/rpc_gss_mech_to_oid.3
index 3449d0e..14bd5ee 100644
--- a/lib/librpcsec_gss/rpc_gss_mech_to_oid.3
+++ b/lib/librpcsec_gss/rpc_gss_mech_to_oid.3
@@ -40,7 +40,7 @@
This function looks up a mechanism by name by reading the file
/etc/gss/mech.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It oid_ret"
.It mech
The mechanism name to search for
.It oid_ret
diff --git a/lib/librpcsec_gss/rpc_gss_oid_to_mech.3 b/lib/librpcsec_gss/rpc_gss_oid_to_mech.3
index af2e7d0..661bdff 100644
--- a/lib/librpcsec_gss/rpc_gss_oid_to_mech.3
+++ b/lib/librpcsec_gss/rpc_gss_oid_to_mech.3
@@ -40,7 +40,7 @@
This function looks up a mechanism by oid by reading the file
/etc/gss/mech.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It mech_ret"
.It oid
The mechanism oid to search for
.It mech_ret
diff --git a/lib/librpcsec_gss/rpc_gss_qop_to_num.3 b/lib/librpcsec_gss/rpc_gss_qop_to_num.3
index 6f52b7b..0f95d27 100644
--- a/lib/librpcsec_gss/rpc_gss_qop_to_num.3
+++ b/lib/librpcsec_gss/rpc_gss_qop_to_num.3
@@ -40,7 +40,7 @@
This function looks up a quality of protection by name by reading the file
/etc/gss/qop.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It number_ret"
.It qop
The quality of protection to search for
.It mech
diff --git a/lib/librpcsec_gss/rpc_gss_seccreate.3 b/lib/librpcsec_gss/rpc_gss_seccreate.3
index 63978a5..836df23 100644
--- a/lib/librpcsec_gss/rpc_gss_seccreate.3
+++ b/lib/librpcsec_gss/rpc_gss_seccreate.3
@@ -48,7 +48,7 @@
This function is used to establish a security context between an
application and a remote peer using the RPSEC_GSS protocol.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width "options_req"
.It clnt
An RPC handle which is connected to the remote peer
.It principal
@@ -62,7 +62,7 @@ The value of mechanism should be the name of one of the security
mechanisms listed in /etc/gss/mech.
.It service
Type of service requested.
-.Bl -tag
+.Bl -tag -width "rpc_gss_svc_integrity"
.It rpc_gss_svc_default
The default - typically the same as
.Dv rpc_gss_svc_none .
diff --git a/lib/librpcsec_gss/rpc_gss_set_callback.3 b/lib/librpcsec_gss/rpc_gss_set_callback.3
index eb90227..4226285 100644
--- a/lib/librpcsec_gss/rpc_gss_set_callback.3
+++ b/lib/librpcsec_gss/rpc_gss_set_callback.3
@@ -62,7 +62,7 @@ protection used by the context.
If a context is locked, any subsequent requests which use different
values for service and quality of protection will be rejected.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It gss_context"
.It cb
A structure containing the RPC program and version for this callback
and a function which will be called when new contexts are created for
diff --git a/lib/librpcsec_gss/rpc_gss_set_defaults.3 b/lib/librpcsec_gss/rpc_gss_set_defaults.3
index e9b062d..72f2214 100644
--- a/lib/librpcsec_gss/rpc_gss_set_defaults.3
+++ b/lib/librpcsec_gss/rpc_gss_set_defaults.3
@@ -45,7 +45,7 @@ Set the service and quality of protection to be used for RPC requests.
The new values apply for the rest of the lifetime of the context
(unless changed again with this function).
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It service"
.It service
The service type to use for subsequent RPC requests
.It qop
diff --git a/lib/librpcsec_gss/rpc_gss_set_svc_name.3 b/lib/librpcsec_gss/rpc_gss_set_svc_name.3
index b63d38b..a06d7d3 100644
--- a/lib/librpcsec_gss/rpc_gss_set_svc_name.3
+++ b/lib/librpcsec_gss/rpc_gss_set_svc_name.3
@@ -47,7 +47,7 @@ This function registers a service principal which will be used to
authenticate RPCSEC_GSS security contexts for a given RPC program and
version.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It mechanism"
.It principal
A string representing the service principal in the form
.Qq service@hostname
diff --git a/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3 b/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3
index fdf24a6..f466e10 100644
--- a/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3
+++ b/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3
@@ -41,7 +41,7 @@ Calculate the maximum message size that will fit into a packet of size
.Fa max_tp_unit_len ,
given the current service and QoP setting.
.Sh PARAMETERS
-.Bl -tag
+.Bl -tag -width ".It max_tp_unit_len"
.It req
An RPC request
.It max_tp_unit_len
OpenPOWER on IntegriCloud