]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Replace references to RFC 3066 with RFC 4646.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 30 Apr 2009 05:30:35 +0000 (05:30 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 30 Apr 2009 05:30:35 +0000 (05:30 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8211 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/ComponentName2.h
MdePkg/Include/Protocol/DriverConfiguration2.h
MdePkg/Include/Protocol/DriverDiagnostics.h
MdePkg/Include/Protocol/DriverDiagnostics2.h

index 8da532d6eb8ca2cc127be6dfafc97be08f1d5ffe..2dfdf2f2b296680ac8e9dd605ca0ea1266b4b0fb 100644 (file)
@@ -40,7 +40,7 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL  EFI_COMPONENT_NAME2_PROTOCOL;
                      languages specified in SupportedLanguages.\r
                      The number of languages supported by a\r
                      driver is up to the driver writer. Language\r
-                     is specified in RFC 3066 language code\r
+                     is specified in RFC 4646 language code\r
                      format.\r
   \r
   @param  DriverName A pointer to the Unicode string to return.\r
@@ -103,7 +103,7 @@ EFI_STATUS
                            SupportedLanguages. The number of\r
                            languages supported by a driver is up\r
                            to the driver writer. Language is\r
-                           specified in RFC 3066 language code\r
+                           specified in RFC 4646 language code\r
                            format.\r
 \r
   @param  ControllerName   A pointer to the Unicode string to\r
@@ -164,7 +164,7 @@ struct _EFI_COMPONENT_NAME2_PROTOCOL {
   /// supported language codes. This is the list of language codes that\r
   /// this protocol supports. The number of languages supported by a\r
   /// driver is up to the driver writer. SupportedLanguages is\r
-  /// specified in RFC 3066 format.  \r
+  /// specified in RFC 4646 format.  \r
   ///\r
   CHAR8                                    *SupportedLanguages;\r
 };\r
index 360b02b83b750c7203f21a79bbd67a3add5ee21c..fc12fc8697061761afda2bca8774bebf212eda87 100644 (file)
@@ -66,7 +66,7 @@ typedef enum {
                            options for the bus controller.  It will not be NULL for a\r
                            bus driver that wishes to set options for one of its child\r
                            controllers.\r
-  @param  Language         A Null-terminated ASCII string that contains one or more RFC 3066\r
+  @param  Language         A Null-terminated ASCII string that contains one or more RFC 4646\r
                            language codes. This is the list of language codes that this\r
                            protocol supports. The number of languages\r
                            supported by a driver is up to the driver writer.\r
@@ -179,7 +179,7 @@ struct _EFI_DRIVER_CONFIGURATION2_PROTOCOL {
   EFI_DRIVER_CONFIGURATION2_OPTIONS_VALID   OptionsValid;\r
   EFI_DRIVER_CONFIGURATION2_FORCE_DEFAULTS  ForceDefaults;\r
   ///\r
-  /// A Null-terminated ASCII string that contains one or more RFC 3066\r
+  /// A Null-terminated ASCII string that contains one or more RFC 4646\r
   /// language codes.  This is the list of language codes that this protocol supports.  \r
   ///\r
   CHAR8                                     *SupportedLanguages;\r
index f3683f3304053298364c76d01964719f72789a7b..ee874746a9fbd9838c009820cf2560daef7afbf4 100644 (file)
@@ -114,7 +114,7 @@ EFI_STATUS
 struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL {\r
   EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS  RunDiagnostics;\r
   ///\r
-  /// A Null-terminated ASCII string that contains one or more RFC 3066\r
+  /// A Null-terminated ASCII string that contains one or more RFC 4646\r
   /// language codes.  This is the list of language codes that this protocol supports.  \r
   ///  \r
   CHAR8                                   *SupportedLanguages;\r
index b56997d1536360daa5082d0d77a7246d91b34ced..05312232c6e42b11516ab5a3d7be5d0105494e25 100644 (file)
@@ -45,7 +45,7 @@ typedef struct _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL  EFI_DRIVER_DIAGNOSTICS2_PROTOC
                            languages specified in SupportedLanguages.\r
                            The number of languages supported by a\r
                            driver is up to the driver writer. Language\r
-                           is specified in RFC 3066 language code format.\r
+                           is specified in RFC 4646 language code format.\r
   @param  ErrorType        A GUID that defines the format of the data returned in Buffer.\r
   @param  BufferSize       The size, in bytes, of the data returned in Buffer.\r
   @param  Buffer           A buffer that contains a Null-terminated Unicode string\r
@@ -100,7 +100,7 @@ EFI_STATUS
 struct _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL {\r
   EFI_DRIVER_DIAGNOSTICS2_RUN_DIAGNOSTICS RunDiagnostics;\r
   ///\r
-  /// A Null-terminated ASCII string that contains one or more RFC 3066\r
+  /// A Null-terminated ASCII string that contains one or more RFC 4646\r
   /// language codes.  This is the list of language codes that this protocol supports.  \r
   ///    \r
   CHAR8                                   *SupportedLanguages;\r