summaryrefslogtreecommitdiffstats
path: root/man3/confstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/confstr.3')
-rw-r--r--man3/confstr.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/confstr.3 b/man3/confstr.3
index 20a7781e7..6abcfcd2f 100644
--- a/man3/confstr.3
+++ b/man3/confstr.3
@@ -141,7 +141,7 @@ the POSIX.2 system utilities:
.EX
char *pathbuf;
size_t n;
-
+\&
n = confstr(_CS_PATH, NULL, (size_t) 0);
pathbuf = malloc(n);
if (pathbuf == NULL)