Re: getdelim.3: Add a missing Vt

2022-12-20 Thread Ingo Schwarze
Hi Josiah,

committed, thanks!
  Ingo

Josiah Frentsos wrote on Tue, Dec 20, 2022 at 12:49:06PM -0500:

> Index: getdelim.3
> ===
> RCS file: /cvs/src/lib/libc/stdio/getdelim.3,v
> retrieving revision 1.6
> diff -u -p -r1.6 getdelim.3
> --- getdelim.317 Oct 2017 22:47:58 -  1.6
> +++ getdelim.320 Dec 2022 17:45:54 -
> @@ -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



getdelim.3: Add a missing Vt

2022-12-20 Thread Josiah Frentsos
Index: getdelim.3
===
RCS file: /cvs/src/lib/libc/stdio/getdelim.3,v
retrieving revision 1.6
diff -u -p -r1.6 getdelim.3
--- getdelim.3  17 Oct 2017 22:47:58 -  1.6
+++ getdelim.3  20 Dec 2022 17:45:54 -
@@ -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