From a8920b3aceb008d70920984caef2c3fe5db1513f Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 20 Dec 2022 17:59:29 +0000 Subject: [PATCH] add a missing .Vt macro; from Josiah Frentsos --- lib/libc/stdio/getdelim.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdio/getdelim.3 b/lib/libc/stdio/getdelim.3 index d69ba15fc6a..80b202e28c4 100644 --- a/lib/libc/stdio/getdelim.3 +++ b/lib/libc/stdio/getdelim.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdelim.3,v 1.6 2017/10/17 22:47:58 schwarze Exp $ +.\" $OpenBSD: getdelim.3,v 1.7 2022/12/20 17:59:29 schwarze Exp $ .\" $NetBSD: getdelim.3,v 1.9 2011/04/20 23:37:51 enami Exp $ .\" .\" Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 17 2017 $ +.Dd $Mdocdate: December 20 2022 $ .Dt GETDELIM 3 .Os .Sh NAME @@ -57,7 +57,8 @@ The buffer is and includes the delimiter. The .Fa delimiter -character must be representable as an unsigned char. +character must be representable as an +.Vt unsigned char . .Pp If .Fa *n -- 2.20.1