Deleted Added
full compact
device_quiet.9 (84306) device_quiet.9 (89124)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1998 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

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

21.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1998 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

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

21.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man9/device_quiet.9 84306 2001-10-01 16:09:29Z ru $
29.\" $FreeBSD: head/share/man/man9/device_quiet.9 89124 2002-01-09 11:43:48Z mpp $
30.\"
31.Dd June 21, 1999
32.Dt DEVICE_QUIET 9
33.Os
34.Sh NAME
35.Nm device_quiet ,
36.Nm device_verbose ,
37.Nm device_is_quiet

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

46.Ft int
47.Fn device_is_quiet "device_t dev"
48.Sh DESCRIPTION
49Each device has a quiet flag associated with it. A device is
50verbose by default when it is created but may be quieted to prevent
51the device identification string to be printed during probe.
52To quiet a device, call
53.Xr device_quiet 9 ,
30.\"
31.Dd June 21, 1999
32.Dt DEVICE_QUIET 9
33.Os
34.Sh NAME
35.Nm device_quiet ,
36.Nm device_verbose ,
37.Nm device_is_quiet

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

46.Ft int
47.Fn device_is_quiet "device_t dev"
48.Sh DESCRIPTION
49Each device has a quiet flag associated with it. A device is
50verbose by default when it is created but may be quieted to prevent
51the device identification string to be printed during probe.
52To quiet a device, call
53.Xr device_quiet 9 ,
54to reenable to probe message (to make the message appear again, for
54to re-enable to probe message (to make the message appear again, for
55example after a
56.Xr device_detach 9 )
57call
58.Xr device_verbose 9 .
59To test to see if a device is quieted, call
60.Xr device_is_quiet 9 .
61.Sh SEE ALSO
62.Xr device 9
63.Sh AUTHORS
64This man page was written by
65.An Doug Rabson .
55example after a
56.Xr device_detach 9 )
57call
58.Xr device_verbose 9 .
59To test to see if a device is quieted, call
60.Xr device_is_quiet 9 .
61.Sh SEE ALSO
62.Xr device 9
63.Sh AUTHORS
64This man page was written by
65.An Doug Rabson .