Print this page
11639 some man pages show incorrect driver locations
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7d/ntwdt.7d.man.txt
+++ new/usr/src/man/man7d/ntwdt.7d.man.txt
1 1 NTWDT(7D) Devices NTWDT(7D)
2 2
3 3
4 4
5 5 NAME
6 6 ntwdt - Netra--based application watchdog timer driver
7 7
8 8 SYNOPSIS
9 9 /dev/ntwdt
10 10
11 11
12 12 DESCRIPTION
13 13 The ntwdt driver is a multithreaded, loadable, non-STREAMS pseudo
14 14 driver that provides an application with an interface for controlling a
15 15 system watchdog timer.
16 16
17 17
18 18 The ntwdt driver implements a virtual watchdog timer that a privileged
19 19 application (Effective UID == 0) controls via IOCTLs.
20 20
21 21 CONFIGURATION
22 22 You configure the ntwdt driver by modifying the contents of the
23 23 ntwdt.conf file.
24 24
25 25 ERRORS
26 26 An open() fails if:
27 27
28 28 EPERM
29 29 Effective user ID is not zero.
30 30
31 31
32 32 ENOENT
33 33 /dev/ntwdt is not present or driver is not installed.
34 34
↓ open down ↓ |
34 lines elided |
↑ open up ↑ |
35 35
36 36 EAGAIN
37 37 /dev/ntwdt has already been successfully open()'d.
38 38
39 39
40 40 FILES
41 41 /dev/ntwdt
42 42 Special character device.
43 43
44 44
45 - kernel/drv/sparcv9/ntwdt
46 - SPARC ntwdt driver binary.
45 + /kernel/drv/sparcv9/ntwdt
46 + Device driver (SPARC)
47 47
48 48
49 - kernel/drv/ntwdt.conf
50 - Driver configuraton file.
49 + /kernel/drv/ntwdt.conf
50 + Driver configuration file
51 51
52 52
53 53 ATTRIBUTES
54 54 See attributes(5) for descriptions of the following attributes:
55 55
56 56
57 57
58 58
59 59 +---------------+-----------------+
60 60 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
61 61 +---------------+-----------------+
62 62 |Architecture | SPARC |
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
63 63 +---------------+-----------------+
64 64
65 65 SEE ALSO
66 66 driver.conf(4), attributes(5)
67 67
68 68
69 69 Writing Device Drivers
70 70
71 71
72 72
73 - February 5, 2005 NTWDT(7D)
73 + January 10, 2020 NTWDT(7D)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX