Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/mnttab.4.man.txt
          +++ new/usr/src/man/man4/mnttab.4.man.txt
↓ open down ↓ 134 lines elided ↑ open up ↑
 135  135  FILES
 136  136         /etc/mnttab
 137  137                                     Usual mount point for mnttab file system
 138  138  
 139  139  
 140  140         /usr/include/sys/mntio.h
 141  141                                     Header file that contains IOCTL definitions
 142  142  
 143  143  
 144  144  SEE ALSO
 145      -       mkfile(1M), mount_cachefs(1M), mount_hsfs(1M), mount_nfs(1M),
 146      -       mount_pcfs(1M), mount_ufs(1M), mount(1M), ioctl(2), read(2), poll(2),
 147      -       stat(2), getmntent(3C)
      145 +       mkfile(1M), mount_hsfs(1M), mount_nfs(1M), mount_pcfs(1M),
      146 +       mount_ufs(1M), mount(1M), ioctl(2), read(2), poll(2), stat(2),
      147 +       getmntent(3C)
 148  148  
 149  149  WARNINGS
 150  150         The mnttab file system provides the previously undocumented dev=xxx
 151  151         option in the option string for each mounted file system.  This is
 152  152         provided for legacy applications that might have been using the
 153  153         dev=information option.
 154  154  
 155  155  
 156  156         Using dev=option in applications is strongly discouraged. The device
 157  157         number string represents a 32-bit quantity and might not contain
↓ open down ↓ 8 lines elided ↑ open up ↑
 166  166         The snapshot of the mnttab information is taken any time a read(2) is
 167  167         performed at offset 0 (the beginning) of the mnttab file. The file
 168  168         modification time returned by stat(2) for the mnttab file is the time
 169  169         of the last change to mounted file system information. A poll(2) system
 170  170         call requesting a POLLRDBAND event can be used to block and wait for
 171  171         the system's mounted file system information to be different from the
 172  172         most recent snapshot since the mnttab file was opened.
 173  173  
 174  174  
 175  175  
 176      -                               December 20, 2003                     MNTTAB(4)
      176 +                               September 8, 2015                     MNTTAB(4)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX