summaryrefslogtreecommitdiffstats
path: root/man3/setbuf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/setbuf.3')
-rw-r--r--man3/setbuf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3
index 7ee7c56a0..7db3f1c55 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -207,12 +207,12 @@ For example, the following is invalid:
.\" [[invalid]] SRC BEGIN (setbuf.c)
.EX
#include <stdio.h>
-
+\&
int
main(void)
{
char buf[BUFSIZ];
-
+\&
setbuf(stdout, buf);
printf("Hello, world!\en");
return 0;