summaryrefslogtreecommitdiffstats
path: root/share/man/man4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
committerru <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
commit1edcd1b018b1c6b16090b99f84f1fa3300795d0b (patch)
treeeef4036b4299212e7d9f218a5394cd119824ab1f /share/man/man4
parent3cab909501be5c044500f26980d1f9eea870312b (diff)
downloadFreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.zip
FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.tar.gz
mdoc(7): Properly mark C headers.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/icmp6.42
-rw-r--r--share/man/man4/man4.i386/apm.42
-rw-r--r--share/man/man4/man4.i386/mcd.42
-rw-r--r--share/man/man4/man4.i386/mse.42
-rw-r--r--share/man/man4/man4.i386/spkr.42
-rw-r--r--share/man/man4/man4.i386/svr4.42
-rw-r--r--share/man/man4/ng_vjc.42
-rw-r--r--share/man/man4/psm.42
-rw-r--r--share/man/man4/spkr.42
-rw-r--r--share/man/man4/syscons.42
-rw-r--r--share/man/man4/sysmouse.42
11 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index 93c8146..ccaf059 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -135,7 +135,7 @@ raw socket has an associated filter whose datatype is defined as
.Pp
This structure, along with the macros and constants defined later in
this section, are defined as a result of including the
-.Aq Li netinet/icmp6.h
+.In netinet/icmp6.h
header.
.Pp
The current filter is fetched and stored using
diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4
index a098344..ec44015 100644
--- a/share/man/man4/man4.i386/apm.4
+++ b/share/man/man4/man4.i386/apm.4
@@ -48,7 +48,7 @@ exports an application interface as a character device. Applications
can control APM, or retrieve APM status information via this interface.
.Nm
exports the following interfaces. These symbols are defined in
-.Dq Pa /usr/include/machine/apm_bios.h .
+.In machine/apm_bios.h .
.Bl -tag -width 4n -offset indent
.It Sy APMIO_SUSPEND
Suspend system.
diff --git a/share/man/man4/man4.i386/mcd.4 b/share/man/man4/man4.i386/mcd.4
index 8793083..33b9d04 100644
--- a/share/man/man4/man4.i386/mcd.4
+++ b/share/man/man4/man4.i386/mcd.4
@@ -149,7 +149,7 @@ Until the DMA features are
supported, the only interrupts that the board generates are those that
aren't supported by the driver anyway.
.Sh SEE ALSO
-.Pa /usr/include/sys/cdio.h
+.In sys/cdio.h
.Sh AUTHORS
.An -nosplit
The driver was written by
diff --git a/share/man/man4/man4.i386/mse.4 b/share/man/man4/man4.i386/mse.4
index d79b6bf..a6dfa69 100644
--- a/share/man/man4/man4.i386/mse.4
+++ b/share/man/man4/man4.i386/mse.4
@@ -160,7 +160,7 @@ There are a few
.Xr ioctl 2
commands for mouse drivers.
These commands and related structures and constants are defined in
-.Ao Pa sys/mouse.h Ac .
+.In sys/mouse.h .
General description of the commands is given in
.Xr mouse 4 .
This section explains the features specific to the
diff --git a/share/man/man4/man4.i386/spkr.4 b/share/man/man4/man4.i386/spkr.4
index dec3264..199a131 100644
--- a/share/man/man4/man4.i386/spkr.4
+++ b/share/man/man4/man4.i386/spkr.4
@@ -47,7 +47,7 @@ on a speaker file descriptor to control the
speaker driver directly; definitions for the
.Xr ioctl 2
interface are in
-.Pa /usr/include/machine/speaker.h .
+.In machine/speaker.h .
The
.Li tone_t
structure used in these calls has two fields,
diff --git a/share/man/man4/man4.i386/svr4.4 b/share/man/man4/man4.i386/svr4.4
index 8f2d456..44c96a5 100644
--- a/share/man/man4/man4.i386/svr4.4
+++ b/share/man/man4/man4.i386/svr4.4
@@ -91,7 +91,7 @@ variable to define a "default" ABI for unbranded executables.
Value ELFOSABI_SOLARIS represents Solaris; ELFOSABI_SYSV represents other
SysVR4 operating systems.
See
-.Pa /usr/include/sys/elf_common.h
+.In sys/elf_common.h
for ELFOSABI branding definitions, and
.Xr brandelf 1
for information on branding executables.
diff --git a/share/man/man4/ng_vjc.4 b/share/man/man4/ng_vjc.4
index cadffd0..a32f97b 100644
--- a/share/man/man4/ng_vjc.4
+++ b/share/man/man4/ng_vjc.4
@@ -167,7 +167,7 @@ below).
This command returns the node's current state described by the
.Dv "struct slcompress"
structure, which is defined in
-.Pa net/slcompress.h .
+.In net/slcompress.h .
.It Dv NGM_VJC_CLR_STATS
Clears the node statistics counters.
Statistics are also cleared whenever the
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index e54aaef..7294d33 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -353,7 +353,7 @@ There are a few
.Xr ioctl 2
commands for mouse drivers.
These commands and related structures and constants are defined in
-.Ao Pa sys/mouse.h Ac .
+.In sys/mouse.h .
General description of the commands is given in
.Xr mouse 4 .
This section explains the features specific to the
diff --git a/share/man/man4/spkr.4 b/share/man/man4/spkr.4
index dec3264..199a131 100644
--- a/share/man/man4/spkr.4
+++ b/share/man/man4/spkr.4
@@ -47,7 +47,7 @@ on a speaker file descriptor to control the
speaker driver directly; definitions for the
.Xr ioctl 2
interface are in
-.Pa /usr/include/machine/speaker.h .
+.In machine/speaker.h .
The
.Li tone_t
structure used in these calls has two fields,
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 68fd7cf..a99324f 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -329,7 +329,7 @@ above.
.It Dv SC_KERNEL_CONS_REV_ATTR=_attribute_
These options will set the default colors.
Available colors are defined in
-.Pa /usr/include/machine/pc/display.h .
+.In machine/pc/display.h .
See
.Sx EXAMPLES
below.
diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4
index 1b8c4be..9b81aa0 100644
--- a/share/man/man4/sysmouse.4
+++ b/share/man/man4/sysmouse.4
@@ -421,7 +421,7 @@ The
field specifies the signal to be delivered to the process.
It must be
one of the values defined in
-.Ao Pa signal.h Ac .
+.In signal.h .
The
.Dv mode
field is currently unused.
OpenPOWER on IntegriCloud