aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tmpnam.3')
-rw-r--r--man3/tmpnam.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 0238c929f2..597562501d 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -105,7 +105,9 @@ defined by
.sp
.nf
.in +5
-char *tmpnam_r(char *s) {
+char *
+tmpnam_r(char *s)
+{
return s ? tmpnam(s) : NULL;
}
.in