diff options
-rw-r--r-- | lib/libc/gen/dlinfo.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/getfsent.3 | 2 | ||||
-rw-r--r-- | lib/libc/i386/sys/i386_vm86.2 | 2 | ||||
-rw-r--r-- | lib/libc/net/nsdispatch.3 | 3 | ||||
-rw-r--r-- | sbin/raidctl/raidctl.8 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/cx.4 | 1 | ||||
-rw-r--r-- | share/man/man5/rc.conf.5 | 2 | ||||
-rw-r--r-- | share/man/man9/signal.9 | 4 | ||||
-rw-r--r-- | usr.sbin/burncd/burncd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 2 |
10 files changed, 13 insertions, 15 deletions
diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3 index 597717e..77b7a5c 100644 --- a/lib/libc/gen/dlinfo.3 +++ b/lib/libc/gen/dlinfo.3 @@ -195,7 +195,7 @@ For simplicity, error checking has been omitted. dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map); 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; } .Ed @@ -227,7 +227,7 @@ For simplicity, error checking has been omitted. path = &info->dls_serpath[0]; 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 .Sh RETURN VALUES diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3 index 54f4fd1..a973024 100644 --- a/lib/libc/gen/getfsent.3 +++ b/lib/libc/gen/getfsent.3 @@ -182,7 +182,7 @@ the and .Fn getfstab functions appeared in -.Fx 5.1. +.Fx 5.1 . .Sh BUGS These functions use static data storage; if the data is needed for future use, it should be diff --git a/lib/libc/i386/sys/i386_vm86.2 b/lib/libc/i386/sys/i386_vm86.2 index e78c0fc..241560d 100644 --- a/lib/libc/i386/sys/i386_vm86.2 +++ b/lib/libc/i386/sys/i386_vm86.2 @@ -110,7 +110,7 @@ struct vm86_vme_args { .Pp .Fa state will contain the state of the VME flag on return. -\" .It Dv VM86_SET_VME +.\" .It Dv VM86_SET_VME .El .Pp vm86 mode is entered by calling diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3 index d49a9d5..714d8a5 100644 --- a/lib/libc/net/nsdispatch.3 +++ b/lib/libc/net/nsdispatch.3 @@ -238,7 +238,8 @@ and "nsswitch.conf\*(lp4\*(rp" manual pages. The -.Fx Project +.Fx +Project added the support for threads and NSS modules, and normalized the uses of .Fn nsdispatch diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index 325e1e0..8f63c2e 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -386,13 +386,11 @@ on this the reader is referred to the RAIDframe documentation discussed in the .Sx HISTORY section. - +.Pp See .Sx EXAMPLES for a more complete configuration file example. - .Sh EXAMPLES - It is highly recommended that before using the RAID driver for real file systems that the system administrator(s) become quite familiar with the use of diff --git a/share/man/man4/man4.i386/cx.4 b/share/man/man4/man4.i386/cx.4 index d6bebc2..c73c297 100644 --- a/share/man/man4/man4.i386/cx.4 +++ b/share/man/man4/man4.i386/cx.4 @@ -77,7 +77,6 @@ has channels 0, 8, 12, 13, 14, 15. The channels which have the RS-232 interface can be used both in synchronous and asynchronous modes (software selectable by cxconfig utility) and hence are called ``universal'' channels. -.Ed .Sh "Asynchronous driver" The asynchronous channel device files have the names: .Pa /dev/ttyx# diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 61ad25c..10e2cd6 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -157,7 +157,7 @@ files are generated. .Pq Vt str Empty by default. A semi-colon -.Pq Dq \; +.Pq Dq \&; delimited list of paths containing .Xr kld 4 modules. diff --git a/share/man/man9/signal.9 b/share/man/man9/signal.9 index 95676bf..8804344 100644 --- a/share/man/man9/signal.9 +++ b/share/man/man9/signal.9 @@ -307,12 +307,12 @@ is non-zero the signal is only delivered to processes in the process group that have a controlling terminal. If .Va sigiop->sio_pgid -is for a process (\> 0), the lock for +is for a process (> 0), the lock for .Va sigiop->sio_proc is acquired and released. If .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 is acquired and released. .Fa sigio_lock diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 8cd6e79..801967b 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -186,11 +186,11 @@ The following environment variables affect the execution of .Nm : .Pp .Bl -tag -width CD_DRIVE -compact -.It Ev CDROM +.It Ev CDROM The cd device to use if one isn't specified with the .Fl f flag. - +.El .Sh BUGS Probably, please report when found. .Sh HISTORY diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index a166ba2..582449a 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -201,7 +201,6 @@ If the environment variable .Ev BLOCKSIZE is set the block counts will be displayed in units of that size block. -.Pp .It Ev PKG_TMPDIR Points to the directory where .Nm @@ -211,6 +210,7 @@ If this variable is not set, is used. If both are unset, the builtin defaults are used. .It Ev PKG_DBDIR Specifies an alternative location for the installed package database. +.El .Sh FILES .Bl -tag -width /var/db/pkg -compact .It Pa /var/tmp |