summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-19 08:21:19 +0000
committerschwarze <schwarze@openbsd.org>2014-01-19 08:21:19 +0000
commit5ebf21cda97e4e6123358c31f78d5c6a0281e388 (patch)
tree7f436ac2829cb2d9ab4e0781a1123d1494df3864
parentFix obvious typo in macro, bus_space_map() is .Fn, not .Fa. (diff)
downloadwireguard-openbsd-5ebf21cda97e4e6123358c31f78d5c6a0281e388.tar.xz
wireguard-openbsd-5ebf21cda97e4e6123358c31f78d5c6a0281e388.zip
Obvious typo in macro, .Fn fb_queue, not .Fa.
-rw-r--r--share/man/man9/fb_setup.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/fb_setup.9 b/share/man/man9/fb_setup.9
index f02647a4c89..f0c9f5a923f 100644
--- a/share/man/man9/fb_setup.9
+++ b/share/man/man9/fb_setup.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fb_setup.9,v 1.3 2013/11/28 21:27:41 jmc Exp $
+.\" $OpenBSD: fb_setup.9,v 1.4 2014/01/19 08:21:19 schwarze Exp $
.\"
.\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.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: November 28 2013 $
+.Dd $Mdocdate: January 19 2014 $
.Dt FB_SETUP 9
.Os
.Sh NAME
@@ -105,7 +105,7 @@ The header contains the following elements:
A
.Xr SIMPLEQ_ENTRY 3
needed to store the different fusebufs stored with
-.Fa fb_queue .
+.Fn fb_queue .
.It Fa fh_len
Indicates the amount of data in
.Fa F_dat .