DragonFly commits List (threaded) for 2009-02
DragonFly BSD
DragonFly commits List (threaded) for 2009-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.0.51.gf7ca1 master share/man/man9 DEV_MODULE.9 Makefile devtoname.9 make_dev.9 vcount.9


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Feb 2009 15:05:19 -0800 (PST)

commit f7ca11e01673aa718ff735dbc24517aec404dd51
Author: Sascha Wildner <saw@online.de>
Date:   Wed Feb 11 00:04:37 2009 +0100

    Sync several manpages in section 9 with reality and clean up a bit.
    
    DEV_MODULE(9):
        - adjust example
    
    devtoname(9):
        - dev_t is cdev_t now
    
    make_dev(9):
        - dev_t is cdev_t now
        - make_dev() takes dev_ops as its first argument
        - obtain a reference to cdev_t, so we can destroy it later
        - don't forget to call dev_ops_remove() during shutdown
    
    vcount(9):
    
        - document count_udev(9)
    
    Submitted-by:  Stathis Kamperis <ekamperi@gmail.com>
    Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1269>

Summary of changes:
 share/man/man9/DEV_MODULE.9 |   16 ++-
 share/man/man9/Makefile     |   20 +++-
 share/man/man9/devtoname.9  |    6 +-
 share/man/man9/make_dev.9   |  259 ++++++++++++++++++++++++++++++++++++++++---
 share/man/man9/vcount.9     |   12 ++-
 5 files changed, 288 insertions(+), 25 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f7ca11e01673aa718ff735dbc24517aec404dd51


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]