aboutsummaryrefslogtreecommitdiffstats
path: root/man3/confstr.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/confstr.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/confstr.3')
-rw-r--r--man3/confstr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/confstr.3 b/man3/confstr.3
index d35547bfa1..c0870770f8 100644
--- a/man3/confstr.3
+++ b/man3/confstr.3
@@ -118,6 +118,8 @@ is set to
If the value of
.I name
is invalid.
+.SH "CONFORMING TO"
+POSIX.1-2001
.SH EXAMPLE
The following code fragment determines the path where to find
the POSIX.2 system utilities:
@@ -130,8 +132,6 @@ char *pathbuf; size_t n;
n = confstr(_CS_PATH,NULL,(size_t)0);
if ((pathbuf = malloc(n)) == NULL) abort();
confstr(_CS_PATH, pathbuf, n);
-.SH "CONFORMING TO"
-POSIX.1-2001
.SH "SEE ALSO"
.BR sh (1),
.BR exec (3),