diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-19 08:21:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-19 08:21:20 +0000 |
commit | bf5b36719465a15f6b6d3e389317c5e418c11554 (patch) | |
tree | e7d9d65d031bb45f58f8c0dee525d3ae43e601d1 /share | |
parent | 8498db4bc9ba2d489a337d693fcee3e47436bc85 (diff) |
Obvious typo in macro, .Fn fb_queue, not .Fa.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/fb_setup.9 | 6 |
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 . |