Print this page
12743 man page spelling mistakes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/tnf_kernel_probes.4.man.txt
          +++ new/usr/src/man/man4/tnf_kernel_probes.4.man.txt
↓ open down ↓ 255 lines elided ↑ open up ↑
 256  256     pagein
 257  257           tnf_opaque    vnode
 258  258           tnf_offset    offset
 259  259           tnf_size      size
 260  260  
 261  261  
 262  262  
 263  263         Pagein start event.  This event signals the initiation of pagein I/O.
 264  264  
 265  265         vnodeandoffset
 266      -                         Identifyies the file and offset to be paged in.
      266 +                         Identifies the file and offset to be paged in.
 267  267  
 268  268  
 269  269         size
 270  270                           Specifies the number of bytes to be paged in.
 271  271  
 272  272  
 273  273     pageout
 274  274           tnf_opaque    vnode
 275  275           tnf_ulong     pages_pageout
 276  276           tnf_ulong     pages_freed
↓ open down ↓ 190 lines elided ↑ open up ↑
 467  467  
 468  468     physio_start
 469  469           tnf_device     device
 470  470           tnf_offset     offset
 471  471           tnf_size       size
 472  472           tnf_bioflags   rw
 473  473  
 474  474  
 475  475  
 476  476         Raw I/O start event.  This event marks entry into the physio(9F)
 477      -       fufnction which performs unbuffered I/O.
      477 +       function which performs unbuffered I/O.
 478  478  
 479  479         device
 480  480                   Contains the major and minor numbers of the device of the
 481  481                   transfer.
 482  482  
 483  483  
 484  484         offset
 485  485                   The logical offset on the device for the transfer.
 486  486  
 487  487  
↓ open down ↓ 3 lines elided ↑ open up ↑
 491  491  
 492  492         rw
 493  493                   The direction of the transfer: read or write (see buf(9S)).
 494  494  
 495  495  
 496  496     physio_end
 497  497           tnf_device    device
 498  498  
 499  499  
 500  500  
 501      -       Raw I/O end event.  This event marks exit from the physio(9F)
 502      -       fufnction.
      501 +       Raw I/O end event.  This event marks exit from the physio(9F) function.
 503  502  
 504  503         device
 505  504                   The major and minor numbers of the device of the transfer.
 506  505  
 507  506  
 508  507  USAGE
 509  508         Use the prex utility to control kernel probes. The standard prex
 510  509         commands to list and manipulate probes are available to you, along with
 511  510         commands to set up and manage kernel tracing.
 512  511  
↓ open down ↓ 33 lines elided ↑ open up ↑
 546  545         A convenient way to follow these steps is to use two shell windows; run
 547  546         an interactive prex session in one, and run your application and
 548  547         tnfxtract in the other.
 549  548  
 550  549  SEE ALSO
 551  550         prex(1), tnfdump(1), tnfxtract(1), libtnfctl(3TNF), TNF_PROBE(3TNF),
 552  551         tracing(3TNF), strategy(9E), biodone(9F), physio(9F), buf(9S)
 553  552  
 554  553  
 555  554  
 556      -                               November 8, 1999           TNF_KERNEL_PROBES(4)
      555 +                                 May 16, 2020             TNF_KERNEL_PROBES(4)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX