]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/confstr.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / confstr.3
index 70d5f0e96bbd3e2d477ff2d581d25eba6a5f1224..d35547bfa129ff4a77133ff8eb724af061082888 100644 (file)
@@ -8,7 +8,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" License.
 .\" Modified Sat Jul 24 19:53:02 1993 by Rik Faith (faith@cs.unc.edu)
-.\" FIXME Many more values for 'name' are supported, some of which 
+.\" FIXME Many more values for 'name' are supported, some of which
 .\"    are documented under 'info confstr'.
-.\"    See <bits/confname.h> for the rest.  
+.\"    See <bits/confname.h> for the rest.
 .\"    These should all be added to this page.
 .\"    See also the POSIX.1-2001 specification of confstr()
 .TH CONFSTR 3  1993-04-17 "GNU" "Linux Programmer's Manual"
@@ -64,7 +64,7 @@ be found.
 .PP
 If
 .I buf
-is not NULL and 
+is not NULL and
 .I len
 is not zero,
 .BR confstr ()
@@ -90,7 +90,7 @@ If
 .I name
 is a valid configuration variable,
 .BR confstr ()
-returns the number of bytes (including the terminating null byte) 
+returns the number of bytes (including the terminating null byte)
 that would be required to hold the entire value of that variable.
 This value may be greater than
 .IR len ,
@@ -99,8 +99,8 @@ which means that the value in
 is truncated.
 
 If
-.I name 
-is a valid configuration variable, 
+.I name
+is a valid configuration variable,
 but that variable does not have a value, then
 .BR confstr ()
 returns 0.
@@ -110,11 +110,11 @@ does not correspond to a valid configuration variable,
 .BR confstr ()
 returns 0, and
 .I errno
-is set to 
+is set to
 .BR EINVAL .
 .SH ERRORS
 .TP
-.BR EINVAL 
+.BR EINVAL
 If the value of
 .I name
 is invalid.