Print this page
12743 man page spelling mistakes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3ext/efi_alloc_and_init.3ext.man.txt
          +++ new/usr/src/man/man3ext/efi_alloc_and_init.3ext.man.txt
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78           uint_t          efi_nparts;      /* no. of partitions in efi_parts */
  79   79           uint_t          efi_lbasize;     /* size of block in bytes */
  80   80           diskaddr_t      efi_last_lba;    /* last block on the disk */
  81   81           diskaddr_t      efi_first_u_lba; /* first block after labels */
  82   82           diskaddr_t      efi_last_u_lba;  /* last block before backup labels */
  83   83           struct dk_part  efi_parts[];     /* array of partitions */
  84   84  
  85   85  
  86   86     Protective Master Boot Record
  87   87         When a disk receives an EFI label, a protective MBR (PMBR) is also
  88      -       written containing a single partiton of type EEh and spanning the
       88 +       written containing a single partition of type EEh and spanning the
  89   89         entire disk (up to the limit of what can be represented in an MBR). By
  90   90         default that partition is placed in slot 0 of the PMBR and not marked
  91   91         as active. Some BIOS implementations contain bugs that require the
  92   92         entry to be placed into a different slot or to be made active in order
  93   93         for the system to boot successfully. The default behaviour is modified
  94   94         for systems with known firmware bugs, refer to
  95   95         /usr/share/hwdata/efi.fixes for more information.
  96   96  
  97   97  
  98   98  RETURN VALUES
↓ open down ↓ 80 lines elided ↑ open up ↑
 179  179         +--------------------+-----------------+
 180  180         |MT-Level            | Unsafe          |
 181  181         +--------------------+-----------------+
 182  182  
 183  183  SEE ALSO
 184  184         fmthard(1M), format(1M), prtvtoc(1M), ioctl(2), open(2), libefi(3LIB),
 185  185         read_vtoc(3EXT), attributes(5), dkio(7I)
 186  186  
 187  187  
 188  188  
 189      -                               November 20, 2019      EFI_ALLOC_AND_INIT(3EXT)
      189 +                                 May 16, 2020         EFI_ALLOC_AND_INIT(3EXT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX