Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/pmadvise.1.man.txt
          +++ new/usr/src/man/man1/pmadvise.1.man.txt
↓ open down ↓ 78 lines elided ↑ open up ↑
  79   79  
  80   80  
  81   81         pmadvise tries to process all legal options. If an illegal address
  82   82         range is specified, an error message is printed and the offending
  83   83         option is skipped.  pmadvise quits without processing any options and
  84   84         prints a usage message when there is a syntax error.
  85   85  
  86   86  
  87   87         If conflicting advice is given on a region, the order of precedence is
  88   88         from most specific advice to least, that is, most general. In other
  89      -       words, advice specified for a particuliar address range takes
  90      -       precedence over advice for heap and stack which in turn takes
  91      -       precedence over advice for private and shared memory.
       89 +       words, advice specified for a particular address range takes precedence
       90 +       over advice for heap and stack which in turn takes precedence over
       91 +       advice for private and shared memory.
  92   92  
  93   93  
  94   94         Moreover, the advice in each of the following groups are mutually
  95   95         exclusive from the other advice within the same group:
  96   96  
  97   97           MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL
  98   98           MADV_WILLNEED, MADV_DONTNEED, MADV_FREE, MADV_PURGE
  99   99           MADV_ACCESS_DEFAULT, MADV_ACCESS_LWP, MADV_ACCESS_MANY
 100  100  
 101  101  
↓ open down ↓ 113 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX