git: libdevattr & udevd - add man pages
Alex Hornung
alexh at crater.dragonflybsd.org
Sun Jul 11 14:08:51 PDT 2010
commit bc73772033acf16cec326bfb764d6fd9dc1dc660
Author: Alex Hornung <ahornung at gmail.com>
Date: Sun Jul 11 20:57:13 2010 +0100
libdevattr & udevd - add man pages
Summary of changes:
gnu/usr.bin/groff/tmac/mdoc.local | 1 +
lib/libdevattr/Makefile | 56 +++++++++-
lib/libdevattr/devattr.3 | 56 +++++++++
lib/libdevattr/udev.3 | 97 ++++++++++++++++
lib/libdevattr/udev_device.3 | 167 +++++++++++++++++++++++++++
lib/libdevattr/udev_enumerate.3 | 224 +++++++++++++++++++++++++++++++++++++
lib/libdevattr/udev_monitor.3 | 182 ++++++++++++++++++++++++++++++
sbin/udevd/Makefile | 2 +-
sbin/udevd/udevd.8 | 62 ++++++++++
usr.bin/mandoc/lib.in | 1 +
10 files changed, 846 insertions(+), 2 deletions(-)
create mode 100644 lib/libdevattr/devattr.3
create mode 100644 lib/libdevattr/udev.3
create mode 100644 lib/libdevattr/udev_device.3
create mode 100644 lib/libdevattr/udev_enumerate.3
create mode 100644 lib/libdevattr/udev_monitor.3
create mode 100644 sbin/udevd/udevd.8
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bc73772033acf16cec326bfb764d6fd9dc1dc660
--
DragonFly BSD source repository
More information about the Commits
mailing list