summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-29 18:15:53 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-29 18:15:53 +0000
commit8e6563cb8f33fb45e0e9aefe822926fd0278052a (patch)
tree6637a942b9c6a4a2400df617ea113dac1bde7745 /share
parente4989fa16cf01cd656f995ff80494329387e8488 (diff)
man pages: add missing word, The foo() ... -> The foo() function ...
ok jmc@ schwarze@
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/queue.36
-rw-r--r--share/man/man9/ieee80211.910
-rw-r--r--share/man/man9/ieee80211_input.98
-rw-r--r--share/man/man9/usbd_open_pipe.96
4 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 9113a4968b7..68d74bdb9ac 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: queue.3,v 1.69 2022/03/29 14:27:59 naddy Exp $
+.\" $OpenBSD: queue.3,v 1.70 2022/03/29 18:15:52 naddy Exp $
.\" $NetBSD: queue.3,v 1.4 1995/07/03 00:25:36 mycroft Exp $
.\"
.\" Copyright (c) 1993 The Regents of the University of California.
@@ -758,7 +758,7 @@ and
macros can be used to traverse the queue.
The
.Fn SIMPLEQ_FOREACH
-is used for queue traversal:
+macro is used for queue traversal:
.Bd -literal -offset indent
SIMPLEQ_FOREACH(np, head, FIELDNAME)
.Ed
@@ -913,7 +913,7 @@ as it does not actually traverse
.Pp
The
.Fn STAILQ_FOREACH
-is used for queue traversal:
+macro is used for queue traversal:
.Bd -literal -offset indent
STAILQ_FOREACH(np, head, FIELDNAME)
.Ed
diff --git a/share/man/man9/ieee80211.9 b/share/man/man9/ieee80211.9
index 6013471e6d3..070e79957b0 100644
--- a/share/man/man9/ieee80211.9
+++ b/share/man/man9/ieee80211.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ieee80211.9,v 1.14 2015/11/23 17:53:57 jmc Exp $
+.\" $OpenBSD: ieee80211.9,v 1.15 2022/03/29 18:15:52 naddy Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
@@ -26,9 +26,9 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man9/ieee80211.9,v 1.3 2004/07/07 12:59:39 ru Exp $
-.\" $Id: ieee80211.9,v 1.14 2015/11/23 17:53:57 jmc Exp $
+.\" $Id: ieee80211.9,v 1.15 2022/03/29 18:15:52 naddy Exp $
.\"
-.Dd $Mdocdate: November 23 2015 $
+.Dd $Mdocdate: March 29 2022 $
.Dt IEEE80211_IFATTACH 9
.Os
.Sh NAME
@@ -238,8 +238,8 @@ running in PHY mode
.Fa mode .
The
.Fn ieee80211_media2rate
-performs the reverse of this conversion, returning the bit rate (in 0.5Mbps
-units) corresponding to an
+function performs the reverse of this conversion,
+returning the bit rate (in 0.5Mbps units) corresponding to an
.Vt ifmedia
sub-type.
.Pp
diff --git a/share/man/man9/ieee80211_input.9 b/share/man/man9/ieee80211_input.9
index 8ffa3a45125..8d2500c3f15 100644
--- a/share/man/man9/ieee80211_input.9
+++ b/share/man/man9/ieee80211_input.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ieee80211_input.9,v 1.4 2013/07/17 20:21:53 schwarze Exp $
+.\" $OpenBSD: ieee80211_input.9,v 1.5 2022/03/29 18:15:52 naddy Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
@@ -26,9 +26,9 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man9/ieee80211_input.9,v 1.2 2004/07/07 12:59:39 ru Exp $
-.\" $Id: ieee80211_input.9,v 1.4 2013/07/17 20:21:53 schwarze Exp $
+.\" $Id: ieee80211_input.9,v 1.5 2022/03/29 18:15:52 naddy Exp $
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: March 29 2022 $
.Dt IEEE80211_INPUT 9
.Os
.Sh NAME
@@ -90,7 +90,7 @@ It is typically called from within
.\"
The
.Fn ieee80211_recv_mgmt
-performs input processing for 802.11 management frames.
+function performs input processing for 802.11 management frames.
It is typically called from within
.Fn ieee80211_input .
.\"
diff --git a/share/man/man9/usbd_open_pipe.9 b/share/man/man9/usbd_open_pipe.9
index 56735c5b9e7..a70f6ae593a 100644
--- a/share/man/man9/usbd_open_pipe.9
+++ b/share/man/man9/usbd_open_pipe.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usbd_open_pipe.9,v 1.4 2016/06/27 23:38:01 jmatthew Exp $
+.\" $OpenBSD: usbd_open_pipe.9,v 1.5 2022/03/29 18:15:52 naddy Exp $
.\"
.\" Copyright (c) 2015 Sean Levy <attila@stalphonsos.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 27 2016 $
+.Dd $Mdocdate: March 29 2022 $
.Dt USBD_OPEN_PIPE 9
.Os
.Sh NAME
@@ -62,7 +62,7 @@ should be stored if the call is successful.
.Pp
The
.Fn usbd_open_pipe_intr
-takes the following arguments:
+function takes the following arguments:
.Bl -tag -width callback
.It Fa iface
The USB interface for which the pipe is to be created.