From owner-svn-src-all@FreeBSD.ORG Tue Jan 26 14:51:54 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7DE1106566B; Tue, 26 Jan 2010 14:51:54 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A78158FC0A; Tue, 26 Jan 2010 14:51:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0QEpsTm020337; Tue, 26 Jan 2010 14:51:54 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0QEpsbL020319; Tue, 26 Jan 2010 14:51:54 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201001261451.o0QEpsbL020319@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 26 Jan 2010 14:51:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203025 - head/lib/librpcsec_gss X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 14:51:54 -0000 Author: gavin Date: Tue Jan 26 14:51:54 2010 New Revision: 203025 URL: http://svn.freebsd.org/changeset/base/203025 Log: Correct the HISTORY section of these man pages to show when the function, not the "manual page example" was introduced. Approved by: ed (mentor, implicit) MFC after: 1 week 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_mechanisms.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 head/lib/librpcsec_gss/rpcsec_gss.3 Modified: head/lib/librpcsec_gss/rpc_gss_get_error.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_get_error.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_get_error.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -50,7 +50,7 @@ A pointer to a structure where the error .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_get_mech_info.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_get_mech_info.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_get_mech_info.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -60,7 +60,7 @@ otherwise .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_get_mechanisms.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_get_mechanisms.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_get_mechanisms.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -47,7 +47,7 @@ terminated list of installed security me .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_get_principal_name.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_get_principal_name.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_get_principal_name.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -74,7 +74,7 @@ otherwise .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_get_versions.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_get_versions.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_get_versions.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -56,7 +56,7 @@ is set to the lowest suppored protocol v .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_getcred.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_getcred.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_getcred.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -77,7 +77,7 @@ otherwise. .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_is_installed.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_is_installed.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_is_installed.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -57,7 +57,7 @@ otherwise. .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_max_data_length.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_max_data_length.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_max_data_length.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -56,7 +56,7 @@ The maximum message size that can be enc .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_mech_to_oid.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -60,7 +60,7 @@ is returned, otherwise .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_oid_to_mech.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -60,7 +60,7 @@ is returned, otherwise .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_qop_to_num.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_qop_to_num.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_qop_to_num.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -62,7 +62,7 @@ is returned, otherwise .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_seccreate.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_seccreate.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_seccreate.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -104,7 +104,7 @@ to this value. .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_set_callback.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_set_callback.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_set_callback.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -100,7 +100,7 @@ otherwise .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_set_defaults.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_set_defaults.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_set_defaults.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -62,7 +62,7 @@ if the values were set .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_set_svc_name.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_set_svc_name.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_set_svc_name.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -79,7 +79,7 @@ otherwise. .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpc_gss_svc_max_data_length.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -56,7 +56,7 @@ The maximum message size that can be enc .Sh HISTORY The .Nm -manual page example first appeared in +function first appeared in .Fx 8.0 . .Sh AUTHORS This Modified: head/lib/librpcsec_gss/rpcsec_gss.3 ============================================================================== --- head/lib/librpcsec_gss/rpcsec_gss.3 Tue Jan 26 14:33:57 2010 (r203024) +++ head/lib/librpcsec_gss/rpcsec_gss.3 Tue Jan 26 14:51:54 2010 (r203025) @@ -222,7 +222,7 @@ Calculate maximum server message sizes. .Sh HISTORY The .Nm -manual page example first appeared in +library first appeared in .Fx 8.0 . .Sh AUTHORS This