diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-05-04 14:18:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-05-04 14:18:14 +0000 |
commit | 1c45b3707e7c66a66056f73aaaefa4851b1119d1 (patch) | |
tree | ca7bdaf9e436a1107cd3e57ca7841f49eece9f60 /share/man/man9 | |
parent | 2c5ec2157016d9eb9078cc5b8bf69a848981c3e9 (diff) |
add missing .Vt macros
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/usbd_open_pipe.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/usbd_open_pipe.9 b/share/man/man9/usbd_open_pipe.9 index 6eaac4d7af5..f473bed7907 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.1 2015/05/04 10:12:34 mpi Exp $ +.\" $OpenBSD: usbd_open_pipe.9,v 1.2 2015/05/04 14:18:13 schwarze Exp $ .\" .\" Copyright (c) 2015 Sean Levy <attila@stalphonsos.com> .\" @@ -55,7 +55,7 @@ Do not allow other pipes to use this endpoint while this pipe exists. .El .It Fa pipe A pointer to where the resulting -.Ql struct usbd_pipe * +.Vt struct usbd_pipe * should be stored if the call is successful. .El .Pp @@ -88,7 +88,7 @@ argument, whose interpretation is documented in its man page. .It Fa pipe A pointer to where the resulting -.Ql struct usbd_pipe * +.Vt struct usbd_pipe * should be stored if the call is successful. .It Fa priv A pointer to a private cookie untouched by the USB stack for reuse in |