]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Library/FileHandleLib.h
comment repairs.
[mirror_edk2.git] / ShellPkg / Include / Library / FileHandleLib.h
index ee5b52642208cf29d340ab50209c7bf5f773357b..d86089f04662fc80dd4cb87c78483ef1209c325f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to EFI_FILE_HANDLE functionality.\r
 \r
-Copyright (c) 2009, Intel Corporation\r
+Copyright (c) 2009, Intel Corporation<BR>\r
 All rights reserved. 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
@@ -74,7 +74,7 @@ FileHandleSetInfo (
   EFI_FILE_INFO is the structure returned as the directory entry.\r
 \r
   @param FileHandle             The opened file handle.\r
-  @param BufferSize             On input the size of buffer in bytes.  on return \r
+  @param BufferSize             On input the size of buffer in bytes.  On return \r
                                 the number of bytes written.\r
   @param Buffer                 The buffer to put read data into.\r
 \r
@@ -104,19 +104,19 @@ FileHandleRead(
   The file is automatically grown to hold the data if required. Direct writes to \r
   opened directories are not supported.\r
 \r
-  @param FileHandle           The opened file for writing\r
-  @param BufferSize           On input the number of bytes in Buffer.  On output\r
-                              the number of bytes written.\r
-  @param Buffer               The buffer containing data to write is stored.\r
+  @param FileHandle             The opened file for writing\r
+  @param BufferSize             On input the number of bytes in Buffer.  On output\r
+                                the number of bytes written.\r
+  @param Buffer                 The buffer containing data to write is stored.\r
 \r
-  @retval EFI_SUCCESS          Data was written.\r
-  @retval EFI_UNSUPPORTED          Writes to an open directory are not supported.\r
+  @retval EFI_SUCCESS            Data was written.\r
+  @retval EFI_UNSUPPORTED            Writes to an open directory are not supported.\r
   @retval EFI_NO_MEDIA         The device has no media.\r
   @retval EFI_DEVICE_ERROR         The device reported an error.\r
   @retval EFI_VOLUME_CORRUPTED The file system structures are corrupted.\r
-  @retval EFI_WRITE_PROTECTED  The device is write-protected.\r
-  @retval EFI_ACCESS_DENIED      The file was open for read only.\r
-  @retval EFI_VOLUME_FULL          The volume is full.\r
+  @retval EFI_WRITE_PROTECTED    The device is write-protected.\r
+  @retval EFI_ACCESS_DENIED        The file was open for read only.\r
+  @retval EFI_VOLUME_FULL            The volume is full.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r