*** ../../man-orig/sata_tran_abort.txt	Mon Nov  7 18:50:36 2005
--- sata_tran_abort.man.changed	Mon Nov  7 18:22:00 2005
***************
*** 4,10 ****
      sata_tran_abort - abort SATA operation initiated by sata_tran_start()
      
  SYNOPSIS
!     #include <sys/sata/impl/sata_hba.h>
  
      int sata_tran_abort(dev_info_t *dev_info, sata_pkt_t *sata_packet,
                          int abort_type);
--- 4,10 ----
      sata_tran_abort - abort SATA operation initiated by sata_tran_start()
      
  SYNOPSIS
!     #include <sys/sata/sata_hba.h>
  
      int sata_tran_abort(dev_info_t *dev_info, sata_pkt_t *sata_packet,
                          int abort_type);
***************
*** 27,36 ****
              		
  DESCRIPTION
      sata_tran_abort() function is called by SATA HBA framework to abort
!     an operation initiated by sata_tran_start(). sta_tran-abort() may be
!     executed synchronously (completed upon return) or asynchronously (with
!     callback) as specified by packet operation mode. The flag argument
!     specifies the type of the abort operation.
      This function may be called from the interrupt context.
  
  
--- 27,34 ----
              		
  DESCRIPTION
      sata_tran_abort() function is called by SATA HBA framework to abort
!     the operation(s) initiated through previous sata_tran_start().
!     The abort_type argument specifies the type of the abort operation.
      This function may be called from the interrupt context.
  
  
***************
*** 51,53 ****
--- 49,52 ----
      sata_tran_self_test(9F), sata_tran_hotplug_ops(9S),
      sata_tran_pwrmgt_ops(9S), sata_tran_ioctl(9F), sata_address(9S),
      sata_device(9S), sata_pkt(9S)
+         
