summaryrefslogtreecommitdiffstats
path: root/man3type/iovec.3type
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3type/iovec.3type4
1 files changed, 2 insertions, 2 deletions
diff --git a/man3type/iovec.3type b/man3type/iovec.3type
index c2786f5..4d5c9ec 100644
--- a/man3type/iovec.3type
+++ b/man3type/iovec.3type
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH iovec 3type 2023-03-30 "Linux man-pages 6.05.01"
+.TH iovec 3type 2023-10-31 "Linux man-pages 6.7"
.SH NAME
iovec \- Vector I/O data structure
.SH LIBRARY
@@ -12,7 +12,7 @@ Standard C library
.SH SYNOPSIS
.EX
.B #include <sys/uio.h>
-.PP
+.P
.B struct iovec {
.BR " void *iov_base;" " /* Starting address */"
.BR " size_t iov_len;" " /* Size of the memory pointed to by "\c