Fixed troff(1) and mdoc(7) warnings.

Approved by:	re (blanket)
This commit is contained in:
Ruslan Ermilov 2003-05-18 21:05:22 +00:00
parent 517f3f1ae5
commit aba60fa66b
10 changed files with 13 additions and 15 deletions

View File

@ -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

View File

@ -182,7 +182,7 @@ the
and and
.Fn getfstab .Fn getfstab
functions appeared in functions appeared in
.Fx 5.1. .Fx 5.1 .
.Sh BUGS .Sh BUGS
These functions use static data storage; These functions use static data storage;
if the data is needed for future use, it should be if the data is needed for future use, it should be

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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#

View File

@ -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.

View File

@ -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

View File

@ -186,11 +186,11 @@ The following environment variables affect the execution of
.Nm : .Nm :
.Pp .Pp
.Bl -tag -width CD_DRIVE -compact .Bl -tag -width CD_DRIVE -compact
.It Ev CDROM .It Ev CDROM
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

View File

@ -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