Fixed troff(1) and mdoc(7) warnings.
Approved by: re (blanket)
This commit is contained in:
parent
517f3f1ae5
commit
aba60fa66b
@ -195,7 +195,7 @@ For simplicity, error checking has been omitted.
|
|||||||
dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map);
|
dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map);
|
||||||
|
|
||||||
while (map != NULL) {
|
while (map != NULL) {
|
||||||
printf("%p: %s\n", map->l_addr, map->l_name);
|
printf("%p: %s\\n", map->l_addr, map->l_name);
|
||||||
map = map->l_next;
|
map = map->l_next;
|
||||||
}
|
}
|
||||||
.Ed
|
.Ed
|
||||||
@ -227,7 +227,7 @@ For simplicity, error checking has been omitted.
|
|||||||
path = &info->dls_serpath[0];
|
path = &info->dls_serpath[0];
|
||||||
|
|
||||||
for (cnt = 1; cnt <= info->dls_cnt; cnt++, path++) {
|
for (cnt = 1; cnt <= info->dls_cnt; cnt++, path++) {
|
||||||
(void) printf("%2d: %s\n", cnt, path->dls_name);
|
(void) printf("%2d: %s\\n", cnt, path->dls_name);
|
||||||
}
|
}
|
||||||
.Ed
|
.Ed
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
|
@ -110,7 +110,7 @@ struct vm86_vme_args {
|
|||||||
.Pp
|
.Pp
|
||||||
.Fa state
|
.Fa state
|
||||||
will contain the state of the VME flag on return.
|
will contain the state of the VME flag on return.
|
||||||
\" .It Dv VM86_SET_VME
|
.\" .It Dv VM86_SET_VME
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
vm86 mode is entered by calling
|
vm86 mode is entered by calling
|
||||||
|
@ -238,7 +238,8 @@ and
|
|||||||
"nsswitch.conf\*(lp4\*(rp"
|
"nsswitch.conf\*(lp4\*(rp"
|
||||||
manual pages.
|
manual pages.
|
||||||
The
|
The
|
||||||
.Fx Project
|
.Fx
|
||||||
|
Project
|
||||||
added the support for threads and NSS modules, and normalized the uses
|
added the support for threads and NSS modules, and normalized the uses
|
||||||
of
|
of
|
||||||
.Fn nsdispatch
|
.Fn nsdispatch
|
||||||
|
@ -386,13 +386,11 @@ on this the reader is referred to the RAIDframe documentation
|
|||||||
discussed in the
|
discussed in the
|
||||||
.Sx HISTORY
|
.Sx HISTORY
|
||||||
section.
|
section.
|
||||||
|
.Pp
|
||||||
See
|
See
|
||||||
.Sx EXAMPLES
|
.Sx EXAMPLES
|
||||||
for a more complete configuration file example.
|
for a more complete configuration file example.
|
||||||
|
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
|
|
||||||
It is highly recommended that before using the RAID driver for real
|
It is highly recommended that before using the RAID driver for real
|
||||||
file systems that the system administrator(s) become quite familiar
|
file systems that the system administrator(s) become quite familiar
|
||||||
with the use of
|
with the use of
|
||||||
|
@ -77,7 +77,6 @@ has channels 0, 8, 12, 13, 14, 15.
|
|||||||
The channels which have the RS-232 interface can be used
|
The channels which have the RS-232 interface can be used
|
||||||
both in synchronous and asynchronous modes (software selectable
|
both in synchronous and asynchronous modes (software selectable
|
||||||
by cxconfig utility) and hence are called ``universal'' channels.
|
by cxconfig utility) and hence are called ``universal'' channels.
|
||||||
.Ed
|
|
||||||
.Sh "Asynchronous driver"
|
.Sh "Asynchronous driver"
|
||||||
The asynchronous channel device files have the names:
|
The asynchronous channel device files have the names:
|
||||||
.Pa /dev/ttyx#
|
.Pa /dev/ttyx#
|
||||||
|
@ -157,7 +157,7 @@ files are generated.
|
|||||||
.Pq Vt str
|
.Pq Vt str
|
||||||
Empty by default.
|
Empty by default.
|
||||||
A semi-colon
|
A semi-colon
|
||||||
.Pq Dq \;
|
.Pq Dq \&;
|
||||||
delimited list of paths containing
|
delimited list of paths containing
|
||||||
.Xr kld 4
|
.Xr kld 4
|
||||||
modules.
|
modules.
|
||||||
|
@ -307,12 +307,12 @@ is non-zero the signal is only delivered to processes in the process group
|
|||||||
that have a controlling terminal.
|
that have a controlling terminal.
|
||||||
If
|
If
|
||||||
.Va sigiop->sio_pgid
|
.Va sigiop->sio_pgid
|
||||||
is for a process (\> 0), the lock for
|
is for a process (> 0), the lock for
|
||||||
.Va sigiop->sio_proc
|
.Va sigiop->sio_proc
|
||||||
is acquired and released.
|
is acquired and released.
|
||||||
If
|
If
|
||||||
.Va sigiop->sio_pgid
|
.Va sigiop->sio_pgid
|
||||||
is for a process group (\< 0), the process group lock for
|
is for a process group (< 0), the process group lock for
|
||||||
.Va sigiop->sio_pgrp
|
.Va sigiop->sio_pgrp
|
||||||
is acquired and released.
|
is acquired and released.
|
||||||
.Fa sigio_lock
|
.Fa sigio_lock
|
||||||
|
@ -190,7 +190,7 @@ The following environment variables affect the execution of
|
|||||||
The cd device to use if one isn't specified with the
|
The cd device to use if one isn't specified with the
|
||||||
.Fl f
|
.Fl f
|
||||||
flag.
|
flag.
|
||||||
|
.El
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Probably, please report when found.
|
Probably, please report when found.
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
@ -201,7 +201,6 @@ If the environment variable
|
|||||||
.Ev BLOCKSIZE
|
.Ev BLOCKSIZE
|
||||||
is set the block counts will be displayed in units of that
|
is set the block counts will be displayed in units of that
|
||||||
size block.
|
size block.
|
||||||
.Pp
|
|
||||||
.It Ev PKG_TMPDIR
|
.It Ev PKG_TMPDIR
|
||||||
Points to the directory where
|
Points to the directory where
|
||||||
.Nm
|
.Nm
|
||||||
@ -211,6 +210,7 @@ If this variable is not set,
|
|||||||
is used. If both are unset, the builtin defaults are used.
|
is used. If both are unset, the builtin defaults are used.
|
||||||
.It Ev PKG_DBDIR
|
.It Ev PKG_DBDIR
|
||||||
Specifies an alternative location for the installed package database.
|
Specifies an alternative location for the installed package database.
|
||||||
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/db/pkg -compact
|
.Bl -tag -width /var/db/pkg -compact
|
||||||
.It Pa /var/tmp
|
.It Pa /var/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user