diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/DECLARE_MODULE.9 | 4 | ||||
-rw-r--r-- | share/man/man9/devstat.9 | 2 | ||||
-rw-r--r-- | share/man/man9/mbuf.9 | 2 | ||||
-rw-r--r-- | share/man/man9/pbuf.9 | 2 | ||||
-rw-r--r-- | share/man/man9/sysctl_add_oid.9 | 4 | ||||
-rw-r--r-- | share/man/man9/vm_set_page_size.9 | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/DECLARE_MODULE.9 b/share/man/man9/DECLARE_MODULE.9 index 1a24eec..190ccb7 100644 --- a/share/man/man9/DECLARE_MODULE.9 +++ b/share/man/man9/DECLARE_MODULE.9 @@ -80,7 +80,7 @@ Valid values for this are contained in the .Vt sysinit_sub_id enumeration (see -.Pa kernel.h ) +.In sys/kernel.h ) and specify the type of system startup interfaces. The .Xr DRIVER_MODULE 9 @@ -99,7 +99,7 @@ It represents the KLDs order of initialization within the subsystem. Valid values are defined in the .Vt sysinit_elem_order enumeration -.Pa ( kernel.h ) . +.Pq In sys/kernel.h . .Sh SEE ALSO .Xr DEV_MODULE 9 , .Xr DRIVER_MODULE 9 , diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9 index ea52d0a..af9164c 100644 --- a/share/man/man9/devstat.9 +++ b/share/man/man9/devstat.9 @@ -369,7 +369,7 @@ from the CCB is ORed with 0xf to determine the tag type to pass in to There is a macro, .Dv DEVSTAT_VERSION that is defined in -.Aq sys/devicestat.h . +.In sys/devicestat.h . This is the current version of the .Nm subsystem, and it should be incremented each time a change is made that diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 1bc4c28..12e0c94 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -153,7 +153,7 @@ The total size of an .Vt mbuf , .Dv MSIZE , is a machine-dependent constant defined in -.Pa machine/param.h . +.In machine/param.h . The .Vt mbuf header includes: diff --git a/share/man/man9/pbuf.9 b/share/man/man9/pbuf.9 index 977f2a0..4329ac9 100644 --- a/share/man/man9/pbuf.9 +++ b/share/man/man9/pbuf.9 @@ -64,7 +64,7 @@ available. The number of buffers is stored in .Va nswbuf which is defined in -.Pa sys/buf.h +.In sys/buf.h and initialized in .Fn cpu_startup . A recommended initialization value is 1/2 diff --git a/share/man/man9/sysctl_add_oid.9 b/share/man/man9/sysctl_add_oid.9 index cc7ee83..46beea2 100644 --- a/share/man/man9/sysctl_add_oid.9 +++ b/share/man/man9/sysctl_add_oid.9 @@ -182,7 +182,7 @@ for creating and deleting sysctl oids at runtime (e.g. during lifetime of a module). The alternative method, based on linker sets (see -.Aq sys/linker_set.h +.In sys/linker_set.h and .\" XXX Manual pages should avoid referencing source files .Pa src/sys/kern/kern_sysctl.c @@ -271,7 +271,7 @@ The newly created oid will contain a copy of the name. .It Fa kind The kind of oid, specified as a bit mask of the type and access values defined in the -.Aq sys/sysctl.h +.In sys/sysctl.h header file. Oids created dynamically always have the .Dv CTLFLAG_DYN diff --git a/share/man/man9/vm_set_page_size.9 b/share/man/man9/vm_set_page_size.9 index 91d1464..9433a05 100644 --- a/share/man/man9/vm_set_page_size.9 +++ b/share/man/man9/vm_set_page_size.9 @@ -45,7 +45,7 @@ function initializes the system page size. If .Va cnt.v_page_size (see -.Pa sys/vmmeter.h ) +.In sys/vmmeter.h ) equals 0, .Dv PAGE_SIZE is used; otherwise, the value stored in |