diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getaddrinfo_a.3 | 1 | ||||
| -rw-r--r-- | man3/getenv.3 | 3 | ||||
| -rw-r--r-- | man3/if_nameindex.3 | 3 | ||||
| -rw-r--r-- | man3/if_nametoindex.3 | 1 | ||||
| -rw-r--r-- | man3/mcheck.3 | 1 | ||||
| -rw-r--r-- | man3/pthread_setname_np.3 | 1 | ||||
| -rw-r--r-- | man3/scanf.3 | 2 |
7 files changed, 0 insertions, 12 deletions
diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3 index 40083b536d..0a5382d9dd 100644 --- a/man3/getaddrinfo_a.3 +++ b/man3/getaddrinfo_a.3 @@ -390,7 +390,6 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } .fi - .SS Asynchronous Example This example shows a simple interactive .BR getaddrinfo_a () diff --git a/man3/getenv.3 b/man3/getenv.3 index 0d6b836322..d122f78e97 100644 --- a/man3/getenv.3 +++ b/man3/getenv.3 @@ -88,18 +88,15 @@ The .BR getenv () function returns a pointer to the value in the environment, or NULL if there is no match. - .SH VERSIONS .BR secure_getenv () first appeared in glibc 2.17. - .SH "CONFORMING TO" .BR getenv (): SVr4, POSIX.1-2001, 4.3BSD, C89, C99. .BR secure_getenv () is a GNU extension. - .SH NOTES The strings in the environment list are of the form \fIname=value\fP. diff --git a/man3/if_nameindex.3 b/man3/if_nameindex.3 index 79a97ba003..d83437df32 100644 --- a/man3/if_nameindex.3 +++ b/man3/if_nameindex.3 @@ -99,12 +99,10 @@ function first appeared in glibc 2.1, but before glibc 2.3.4, the implementation only supported interfaces with IPv4 addresses. Support of interfaces that don't have IPv4 addresses is only available on kernels that support netlink. - .SH CONFORMING TO RFC\ 3493, POSIX.1-2001. This function first appeared in BSDi. - .SH EXAMPLE The program below demonstrates the use of the functions described on this page. @@ -143,7 +141,6 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } .fi - .SH SEE ALSO .BR getsockopt (2), .BR setsockopt (2), diff --git a/man3/if_nametoindex.3 b/man3/if_nametoindex.3 index 86ddd175ac..ebf1aaacfc 100644 --- a/man3/if_nametoindex.3 +++ b/man3/if_nametoindex.3 @@ -49,7 +49,6 @@ The name is placed in the buffer pointed to by The buffer must allow for the storage of at least .B IF_NAMESIZE bytes. - .SH RETURN VALUE On success, .BR if_nametoindex () diff --git a/man3/mcheck.3 b/man3/mcheck.3 index 14e9fc2444..9bf4a2aab2 100644 --- a/man3/mcheck.3 +++ b/man3/mcheck.3 @@ -155,7 +155,6 @@ But, using .B MALLOC_CHECK_ does not require the application to be relinked. .\" But is MALLOC_CHECK_ slower? - .SH EXAMPLE The program below calls .BR mcheck () diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3 index 98693bf57a..859bed5370 100644 --- a/man3/pthread_setname_np.3 +++ b/man3/pthread_setname_np.3 @@ -107,7 +107,6 @@ filesystem: .IR /proc/self/task/[tid]/comm . .BR pthread_getname_np () retreives it from the same location. - .SH EXAMPLE .PP The program below demonstrates the use of diff --git a/man3/scanf.3 b/man3/scanf.3 index 3eab3e5e61..9f761d2f20 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -678,7 +678,6 @@ The usage of is not the same as on 4.4BSD, as it may be used in float conversions equivalently to .BR L . - .SH EXAMPLE To use the dynamic allocation conversion specifier, specify .B m @@ -713,7 +712,6 @@ As shown in the above example, it is only necessary to call if the .BR scanf () call successfully read a string. - .SH "SEE ALSO" .BR getc (3), .BR printf (3), |
