summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2022-12-20 17:59:30 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2022-12-20 17:59:30 +0000
commit9e7204e9998282b1dc66810f90e21d0b0a2e0756 (patch)
tree16d87cdb77ea7a215ff15cc256e902a18813b59e /lib/libc
parentb2132421b79a2d444b5beb720bf1b9fbfbfe3daa (diff)
add a missing .Vt macro;
from Josiah Frentsos <jfrent at tilde dot team>
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/getdelim.37
1 files 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