Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2008 20:15:45 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src ObsoleteFiles.inc src/share/man/man3 Makefile makedev.3 src/share/man/man9 Makefile device_ids.9 make_dev.9
Message-ID:  <200809282024.m8SKOS4x012546@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-09-28 20:15:45 UTC

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
    share/man/man3       Makefile 
    share/man/man9       Makefile make_dev.9 
  Added files:
    share/man/man3       makedev.3 
  Removed files:
    share/man/man9       device_ids.9 
  Log:
  SVN rev 183442 on 2008-09-28 20:15:45Z by ed
  
  Several documentation fixups related to device minor/major numbers:
  
  - Document the minor(3), major(3) and makedev(3) macro's. They also
    apply to umajor() and uminor() in the kernel, but hopefully we'll sort
    that out one day.
  
  - Briefly dev2unit() inside the make_dev(9) manual page, since this is
    now the preferred macro to obtain character device unit numbers inside
    the kernel.
  
  - Remove the device_ids(9) manual page. It contains highly inaccurate
    information, such as a description of the nonexistent major().
  
  Revision  Changes    Path
  1.163     +6 -0      src/ObsoleteFiles.inc
  1.49      +3 -0      src/share/man/man3/Makefile
  1.1       +90 -0     src/share/man/man3/makedev.3 (new)
  1.342     +0 -5      src/share/man/man9/Makefile
  1.4       +0 -75     src/share/man/man9/device_ids.9 (dead)
  1.26      +4 -2      src/share/man/man9/make_dev.9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809282024.m8SKOS4x012546>