Deleted Added
full compact
devd.8 (228566) devd.8 (246121)
1.\"
2.\" Copyright (c) 2002 M. Warner Losh.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2002 M. Warner Losh.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/sbin/devd/devd.8 228566 2011-12-16 10:21:01Z glebius $
26.\" $FreeBSD: head/sbin/devd/devd.8 246121 2013-01-30 15:21:18Z ian $
27.\"
28.Dd November 24, 2005
29.Dt DEVD 8
30.Os
31.Sh NAME
32.Nm devd
33.Nd "device state change daemon"
34.Sh SYNOPSIS
35.Nm
36.Op Fl Ddn
37.Op Fl f Ar file
27.\"
28.Dd November 24, 2005
29.Dt DEVD 8
30.Os
31.Sh NAME
32.Nm devd
33.Nd "device state change daemon"
34.Sh SYNOPSIS
35.Nm
36.Op Fl Ddn
37.Op Fl f Ar file
38.Op Fl l Ar num
38.Sh DESCRIPTION
39The
40.Nm
41daemon provides a way to have userland programs run when certain
42kernel events happen.
43.Pp
44The following options are accepted.
45.Bl -tag -width ".Fl f Ar file"

--- 4 unchanged lines hidden (view full) ---

50.It Fl f Ar file
51Use configuration file
52.Ar file
53instead of the default
54.Pa /etc/devd.conf .
55If option
56.Fl f
57is specified more than once, the last file specified is used.
39.Sh DESCRIPTION
40The
41.Nm
42daemon provides a way to have userland programs run when certain
43kernel events happen.
44.Pp
45The following options are accepted.
46.Bl -tag -width ".Fl f Ar file"

--- 4 unchanged lines hidden (view full) ---

51.It Fl f Ar file
52Use configuration file
53.Ar file
54instead of the default
55.Pa /etc/devd.conf .
56If option
57.Fl f
58is specified more than once, the last file specified is used.
59.It Fl l Ar num
60Limit concurrent
61.Pa /var/run/devd.pipe
62connections to
63.Ar num .
64The default connection limit is 10.
58.It Fl n
59Do not process all pending events before becoming a daemon.
60Instead, call daemon right away.
61.El
62.Sh IMPLEMENTATION NOTES
63The
64.Nm
65utility

--- 82 unchanged lines hidden ---
65.It Fl n
66Do not process all pending events before becoming a daemon.
67Instead, call daemon right away.
68.El
69.Sh IMPLEMENTATION NOTES
70The
71.Nm
72utility

--- 82 unchanged lines hidden ---