summaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-26 14:14:02 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-26 16:26:31 +0100
commit8a60e58ba5dd4a1c4965b038d94edee83b3ebf01 (patch)
treefcc2a5c67de20bcc8c7253652e8baec2d869d7d1 /man3
parent5ad78dd5f1b5e8bee5691a5baaf08110e12ef20b (diff)
share/mk/, man*/: build-ex: Skip expected failures
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3')
-rw-r--r--man3/encrypt.32
-rw-r--r--man3/malloc_info.32
-rw-r--r--man3/mallopt.32
-rw-r--r--man3/matherr.32
-rw-r--r--man3/mcheck.32
-rw-r--r--man3/mtrace.32
-rw-r--r--man3/setbuf.32
7 files changed, 7 insertions, 7 deletions
diff --git a/man3/encrypt.3 b/man3/encrypt.3
index 47a9b918a..4ec5cd7fd 100644
--- a/man3/encrypt.3
+++ b/man3/encrypt.3
@@ -155,7 +155,7 @@ See
.SS Features in glibc
In glibc 2.2, these functions use the DES algorithm.
.SH EXAMPLES
-.\" [[deprecated]] SRC BEGIN (encrypt.c)
+.\" SRC BEGIN (encrypt.c)
.EX
#define _XOPEN_SOURCE
#include <crypt.h>
diff --git a/man3/malloc_info.3 b/man3/malloc_info.3
index 15f3d64e6..0aa55ba67 100644
--- a/man3/malloc_info.3
+++ b/man3/malloc_info.3
@@ -162,7 +162,7 @@ glibc 2.13
.EE
.in
.SS Program source
-.\" [[memory leak]] SRC BEGIN (malloc_info.c)
+.\" SRC BEGIN (malloc_info.c)
.EX
#include <err.h>
#include <errno.h>
diff --git a/man3/mallopt.3 b/man3/mallopt.3
index 8308203ae..822487251 100644
--- a/man3/mallopt.3
+++ b/man3/mallopt.3
@@ -569,7 +569,7 @@ main(): returned from second free() call
.in
.SS Program source
\&
-.\" [[memory leak]] SRC BEGIN (mallopt.c)
+.\" SRC BEGIN (mallopt.c)
.EX
#include <malloc.h>
#include <stdio.h>
diff --git a/man3/matherr.3 b/man3/matherr.3
index 53ab9965d..66b2f0fe8 100644
--- a/man3/matherr.3
+++ b/man3/matherr.3
@@ -357,7 +357,7 @@ x=12345.000000
.in
.SS Program source
\&
-.\" [[deprecated]] SRC BEGIN (matherr.c)
+.\" SRC BEGIN (matherr.c)
.EX
#define _SVID_SOURCE
#include <errno.h>
diff --git a/man3/mcheck.3 b/man3/mcheck.3
index e3cfe5830..4b2920c19 100644
--- a/man3/mcheck.3
+++ b/man3/mcheck.3
@@ -179,7 +179,7 @@ Aborted (core dumped)
.in
.SS Program source
\&
-.\" [[memory leak]] SRC BEGIN (mcheck.c)
+.\" SRC BEGIN (mcheck.c)
.EX
#include <mcheck.h>
#include <stdio.h>
diff --git a/man3/mtrace.3 b/man3/mtrace.3
index 31db0793a..3885f73af 100644
--- a/man3/mtrace.3
+++ b/man3/mtrace.3
@@ -124,7 +124,7 @@ The demonstration uses the following program:
.P
.in +4n
.RB "$ " "cat t_mtrace.c"
-.\" [[memory leak]] SRC BEGIN (t_mtrace.c)
+.\" SRC BEGIN (t_mtrace.c)
.EX
#include <mcheck.h>
#include <stdio.h>
diff --git a/man3/setbuf.3 b/man3/setbuf.3
index d363fb056..8604d4754 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -201,7 +201,7 @@ points to still exists by the time
is closed, which also happens at program termination.
For example, the following is invalid:
.P
-.\" [[invalid]] SRC BEGIN (setbuf.c)
+.\" SRC BEGIN (setbuf.c)
.EX
#include <stdio.h>
\&