summaryrefslogtreecommitdiffstats
path: root/man3type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-08-02 01:07:08 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-02 01:07:08 +0200
commite76e7c4fe99bb29d88af7bad1f750a94ba932629 (patch)
tree4ec050f56f4a0e232d92a3ea4dba0c02282d7638 /man3type
parenta5eaa1376b9cb7353647fcb7aaa2a682588cbe15 (diff)
iovec.3type, regex_t.3type: srcfix
mandoc: man3type/iovec.3type:19:14: STYLE: unterminated quoted argument mandoc: man3type/regex_t.3type:23:28: STYLE: unterminated quoted argument mandoc: man3type/regex_t.3type:25:28: STYLE: unterminated quoted argument Reported-by: 'make lint-man' Reported-by: mandoc(1) Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3type')
-rw-r--r--man3type/iovec.3type2
-rw-r--r--man3type/regex_t.3type4
2 files changed, 3 insertions, 3 deletions
diff --git a/man3type/iovec.3type b/man3type/iovec.3type
index 5f630f946..efd2a601c 100644
--- a/man3type/iovec.3type
+++ b/man3type/iovec.3type
@@ -16,7 +16,7 @@ Standard C library
.B struct iovec {
.BR " void *iov_base;" " /* Starting address */"
.BR " size_t iov_len;" " /* Size of the memory pointed to by "\c
-.IR iov_base ". */
+.IR iov_base ". */"
.B };
.fi
.SH DESCRIPTION
diff --git a/man3type/regex_t.3type b/man3type/regex_t.3type
index 8a611e091..3b2f66204 100644
--- a/man3type/regex_t.3type
+++ b/man3type/regex_t.3type
@@ -20,9 +20,9 @@ Standard C library
.B } regex_t;
.PP
.B typedef struct {
-.BR " regoff_t rm_so;" " /* Byte offset from start of string
+.BR " regoff_t rm_so;" " /* Byte offset from start of string"
to start of substring */
-.BR " regoff_t rm_eo;" " /* Byte offset from start of string of
+.BR " regoff_t rm_eo;" " /* Byte offset from start of string of"
the first character after the end of
substring */
.B } regmatch_t;