Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2012 08:07:47 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236668 - head/lib/librpcsec_gss
Message-ID:  <201206060807.q5687lEK079152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Wed Jun  6 08:07:47 2012
New Revision: 236668
URL: http://svn.freebsd.org/changeset/base/236668

Log:
  mdoc: add missing -width argument to Bl -tag.

Modified:
  head/lib/librpcsec_gss/rpc_gss_get_error.3
  head/lib/librpcsec_gss/rpc_gss_get_mech_info.3
  head/lib/librpcsec_gss/rpc_gss_get_principal_name.3
  head/lib/librpcsec_gss/rpc_gss_get_versions.3
  head/lib/librpcsec_gss/rpc_gss_getcred.3
  head/lib/librpcsec_gss/rpc_gss_is_installed.3
  head/lib/librpcsec_gss/rpc_gss_max_data_length.3
  head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3
  head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3
  head/lib/librpcsec_gss/rpc_gss_qop_to_num.3
  head/lib/librpcsec_gss/rpc_gss_seccreate.3
  head/lib/librpcsec_gss/rpc_gss_set_callback.3
  head/lib/librpcsec_gss/rpc_gss_set_defaults.3
  head/lib/librpcsec_gss/rpc_gss_set_svc_name.3
  head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3

Modified: head/lib/librpcsec_gss/rpc_gss_get_error.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_get_error.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_get_error.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_get_mech_info.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_get_mech_info.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_get_mech_info.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_get_principal_name.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_get_principal_name.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_get_principal_name.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_get_versions.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_get_versions.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_get_versions.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_getcred.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_getcred.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_getcred.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_is_installed.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_is_installed.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_is_installed.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_max_data_length.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_max_data_length.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_max_data_length.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -41,7 +41,7 @@ Calculate the maximum message size that 
 .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

Modified: head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_qop_to_num.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_qop_to_num.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_qop_to_num.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_seccreate.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_seccreate.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_seccreate.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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 nam
 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 .

Modified: head/lib/librpcsec_gss/rpc_gss_set_callback.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_set_callback.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_set_callback.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -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

Modified: head/lib/librpcsec_gss/rpc_gss_set_defaults.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_set_defaults.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_set_defaults.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -45,7 +45,7 @@ Set the service and quality of protectio
 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

Modified: head/lib/librpcsec_gss/rpc_gss_set_svc_name.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_set_svc_name.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_set_svc_name.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -47,7 +47,7 @@ This function registers a service princi
 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

Modified: head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3
==============================================================================
--- head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3	Wed Jun  6 07:46:14 2012	(r236667)
+++ head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3	Wed Jun  6 08:07:47 2012	(r236668)
@@ -41,7 +41,7 @@ Calculate the maximum message size that 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206060807.q5687lEK079152>