]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Shell.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / Shell.h
index e3889a96e2408ef50e436668ab5061831be3979b..5795bae4d15551a4406954bd0466bbfa26dd472b 100644 (file)
@@ -2,7 +2,7 @@
   EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.\r
 \r
   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -547,7 +547,7 @@ CONST CHAR16 *
   );\r
 \r
 /**\r
-  Gets the environment variable and Attributes, or list of environment variables.  Can be \r
+  Gets the environment variable and Attributes, or list of environment variables.  Can be\r
   used instead of GetEnv().\r
 \r
   This function returns the current value of the specified environment variable and\r
@@ -555,18 +555,18 @@ CONST CHAR16 *
   variables will be returned.\r
 \r
   @param[in] Name               A pointer to the environment variable name. If Name is NULL,\r
-                                then the function will return all of the defined shell \r
+                                then the function will return all of the defined shell\r
                                 environment variables. In the case where multiple environment\r
-                                variables are being returned, each variable will be terminated \r
+                                variables are being returned, each variable will be terminated\r
                                 by a NULL, and the list will be terminated by a double NULL.\r
   @param[out] Attributes        If not NULL, a pointer to the returned attributes bitmask for\r
                                 the environment variable. In the case where Name is NULL, and\r
                                 multiple environment variables are being returned, Attributes\r
                                 is undefined.\r
 \r
-  @retval NULL                  The environment variable doesn't exist.  \r
-  @return                       The environment variable's value. The returned pointer does not \r
-                                need to be freed by the caller.  \r
+  @retval NULL                  The environment variable doesn't exist.\r
+  @return                       The environment variable's value. The returned pointer does not\r
+                                need to be freed by the caller.\r
 **/\r
 typedef\r
 CONST CHAR16 *\r
@@ -1011,7 +1011,7 @@ EFI_STATUS
                                 aliases will be returned in ReturnedData.\r
   @param[out] Volatile          Upon return of a single command if TRUE indicates\r
                                 this is stored in a volatile fashion.  FALSE otherwise.\r
-  @return                              If Alias is not NULL, it will return a pointer to\r
+  @return                        If Alias is not NULL, it will return a pointer to\r
                                 the NULL-terminated command for that alias.\r
                                 If Alias is NULL, ReturnedData points to a ';'\r
                                 delimited list of alias (e.g.\r