[BACK]Return to MAKEDEV.8 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man / man8

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/man/man8/MAKEDEV.8 between version 1.19 and 1.20

version 1.19, 2007/03/03 06:53:41 version 1.20, 2007/03/03 08:10:09
Line 42 
Line 42 
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE  .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.  .\" POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd March  2, 2007  .Dd March  3, 2007
 .Dt MAKEDEV 8  .Dt MAKEDEV 8
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 50 
Line 50 
 .Nd create system and device special files  .Nd create system and device special files
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
   .Op Fl M
 .Op Fl fs  .Op Fl fs
 .Op Fl m Ar mknod  .Op Fl m Ar mknod
 .Ar special Op Ar ...  .Ar special Op Ar ...
Line 95  Supported options are:
Line 96  Supported options are:
 .Bl -tag -width XmXmknodXX  .Bl -tag -width XmXmknodXX
 .It Fl f  .It Fl f
 Force permissions to be updated on existing devices.  Force permissions to be updated on existing devices.
   .It Fl M
   Create a memory filesystem, union mounted over the current directory,
   to contain the device special files.
   This is used by
   .Xr init 1
   when
   .Pa /dev/console
   does not exit.
 .It Fl m Ar mknod  .It Fl m Ar mknod
 Name of  Name of
 .Xr mknod 8  .Xr mknod 8
Line 773  you can get more debugging output by usi
Line 782  you can get more debugging output by usi
 .Dl Ic sh Fl x Ar MAKEDEV Ar argument .  .Dl Ic sh Fl x Ar MAKEDEV Ar argument .
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr config 1 ,  .Xr config 1 ,
   .Xr init 1 ,
 .Xr pax 1 ,  .Xr pax 1 ,
 .Xr intro 4 ,  .Xr intro 4 ,
 .Xr MAKEDEV.local 8 ,  .Xr MAKEDEV.local 8 ,

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>