diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5 index 683176862f2c..194c6afd6533 100644 --- a/share/man/man5/stab.5 +++ b/share/man/man5/stab.5 @@ -42,7 +42,7 @@ The file defines some of the symbol table .Fa n_type field values for a.out files. -These are the types for permanent symbols (i.e., not local labels, etc.) +These are the types for permanent symbols (i.e., not local labels, etc.\&) used by the old debugger .Em sdb and the Berkeley Pascal compiler diff --git a/share/man/man9/ieee80211.9 b/share/man/man9/ieee80211.9 index 1e53cf6b2645..3b4bbe4e3f9e 100644 --- a/share/man/man9/ieee80211.9 +++ b/share/man/man9/ieee80211.9 @@ -59,7 +59,7 @@ device driver implements a virtual radio API that is exported to users through network interfaces (aka vaps) that are cloned from the underlying device. These interfaces have an operating mode -(station, adhoc, hostap, wds, monitor, etc.) +(station, adhoc, hostap, wds, monitor, etc.\&) that is fixed for the lifetime of the interface. Devices that can support multiple concurrent interfaces allow multiple vaps to be cloned. diff --git a/share/man/man9/ieee80211_vap.9 b/share/man/man9/ieee80211_vap.9 index 0c68f6daefd2..bd8d2a8a7184 100644 --- a/share/man/man9/ieee80211_vap.9 +++ b/share/man/man9/ieee80211_vap.9 @@ -62,7 +62,7 @@ a virtual radio API that is exported to users through network interfaces (aka vaps) that are cloned from the underlying device. These interfaces have an operating mode -(station, adhoc, hostap, wds, monitor, etc.) +(station, adhoc, hostap, wds, monitor, etc.\&) that is fixed for the lifetime of the interface. Devices that can support multiple concurrent interfaces allow multiple vaps to be cloned. diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index 312cffe9d9f2..d06b0e1ec02b 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -404,7 +404,7 @@ the .Va init argument to the macro is executed as a C statement, allowing any further initialisation to be performed -(such as registering an interrupt handler etc.) +(such as registering an interrupt handler, etc.). .Pp The .Fn TASKQUEUE_DEFINE_THREAD diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 666db1e6501b..91360a755fbc 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -82,7 +82,7 @@ system calls. Any call which returns a vnode (e.g.,\& .Xr vget 9 , .Xr VOP_LOOKUP 9 , -etc.) +etc.\&) will increase the .Va v_usecount of the vnode by one.