summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-13 15:58:14 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-13 16:47:30 +0200
commit9b6b5ad7d096ba93b8ddb308fc006346d6740657 (patch)
treef3541d13d39306472173a938f27c9a1404f202a1
parentb32ffdf2ad81bccc9ffff0756dcd248383c2d947 (diff)
setbuf.3: Don't build example program
The example program is invalid on purpose; don't build it. Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/setbuf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3
index 138e9af7c..41c5ddfd1 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -197,7 +197,7 @@ points to still exists by the time
is closed, which also happens at program termination.
For example, the following is invalid:
.PP
-.\" SRC BEGIN (setbuf.c)
+.\" [[invalid]] SRC BEGIN (setbuf.c)
.EX
#include <stdio.h>