From 118c219d02992b5e945ca403db9e51186cb04759 Mon Sep 17 00:00:00 2001 From: schwarze Date: Mon, 4 May 2015 14:18:13 +0000 Subject: [PATCH] add missing .Vt macros --- share/man/man9/usbd_open_pipe.9 | 6 +++--- 1 file 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 .\" @@ -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 -- 2.20.1