diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-03-25 16:45:15 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-03-25 16:45:48 +0100 |
commit | dbba7e4029e2eb8157232e6b5ddd9ee0f68b51b5 (patch) | |
tree | 0d397bbcb460fb817cd13d8fb73bcf63417d63ec /libudev/libudev-device.c | |
parent | 43d08246dbb3a01e88062d5315194ee889e52dd4 (diff) |
libudev: update documentation
Diffstat (limited to 'libudev/libudev-device.c')
-rw-r--r-- | libudev/libudev-device.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c index fe4588015c..410f75b300 100644 --- a/libudev/libudev-device.c +++ b/libudev/libudev-device.c @@ -463,10 +463,9 @@ struct udev_device *udev_device_new_from_syspath(struct udev *udev, const char * * @devnum: device major/minor number * * Create new udev device, and fill in information from the sys - * device and the udev database entry. The device is looked up - * by its major/minor number. Character and block device numbers - * are not unique across the two types, they do not share the same - * range of numbers. + * device and the udev database entry. The device is looked-up + * by its major/minor number and type. Character and block device + * numbers are not unique across the two types. * * The initial refcount is 1, and needs to be decremented to * release the resources of the udev device. @@ -497,10 +496,9 @@ struct udev_device *udev_device_new_from_devnum(struct udev *udev, char type, de * @subsystem: the subsystem of the device * @sysname: the name of the device * - * Create new udev device, and fill in information from the sys - * device and the udev database entry. The device is looked up - * by the subsystem and name string of the device, like "mem", - * "zero", or "block", "sda". + * Create new udev device, and fill in information from the sys device + * and the udev database entry. The device is looked up by the subsystem + * and name string of the device, like "mem" / "zero", or "block" / "sda". * * The initial refcount is 1, and needs to be decremented to * release the resources of the udev device. |