diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-02-03 09:14:22 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-02-03 09:14:22 +0100 |
| commit | 787dd4ad3aeec86024a9ac29494bf40fa97fcb66 (patch) | |
| tree | 3514576c30023cea1dd723e5a61a1e4c61d12c8a /man3 | |
| parent | b353ceb4a0d366fb6adf09b3d068eba98111a8b0 (diff) | |
| download | man-pages-787dd4ad3aeec86024a9ac29494bf40fa97fcb66.tar.gz | |
membarrier.2, crypt.3, dladdr.3, duplocale.3, fmemopen.3, gethostbyname.3, mallopt.3, newlocale.3, resolver.3, sigsetops.3, strfmon.3, tzset.3, console_ioctl.4, lirc.4, loop.4, vcs.4, dir_colors.5, locale.5, proc.5, tzfile.5, attributes.7, bootparam.7, capabilities.7, feature_test_macros.7, icmp.7, man-pages.7, netlink.7, path_resolution.7, pipe.7, socket.7, unix.7, vdso.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/crypt.3 | 2 | ||||
| -rw-r--r-- | man3/dladdr.3 | 2 | ||||
| -rw-r--r-- | man3/duplocale.3 | 1 | ||||
| -rw-r--r-- | man3/fmemopen.3 | 2 | ||||
| -rw-r--r-- | man3/gethostbyname.3 | 2 | ||||
| -rw-r--r-- | man3/mallopt.3 | 2 | ||||
| -rw-r--r-- | man3/newlocale.3 | 1 | ||||
| -rw-r--r-- | man3/resolver.3 | 5 | ||||
| -rw-r--r-- | man3/sigsetops.3 | 2 | ||||
| -rw-r--r-- | man3/strfmon.3 | 1 | ||||
| -rw-r--r-- | man3/tzset.3 | 1 |
11 files changed, 6 insertions, 15 deletions
diff --git a/man3/crypt.3 b/man3/crypt.3 index c041344790..a6872bb84d 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -126,8 +126,6 @@ On error, NULL is returned. .I salt has the wrong format. .TP -.B -.TP .B ENOSYS The .BR crypt () diff --git a/man3/dladdr.3 b/man3/dladdr.3 index 33fcc01723..067dbcdfcf 100644 --- a/man3/dladdr.3 +++ b/man3/dladdr.3 @@ -183,7 +183,6 @@ field using the macro (or .BR ELF32_ST_BIND() on 32-bit platforms), which yields one of the following values: - .in +4n .TS lb lb @@ -225,7 +224,6 @@ and .I info->dli_saddr fields are set to NULL. - If the address specified in .I addr could not be matched to a shared object, then these functions return 0. diff --git a/man3/duplocale.3 b/man3/duplocale.3 index b9fad7abbb..993b1a5d57 100644 --- a/man3/duplocale.3 +++ b/man3/duplocale.3 @@ -97,7 +97,6 @@ This is done by applying to the value returned by the following call: loc = uselocale((locale_t) 0); - .IP This technique is necessary, because the above .BR uselocale (3) diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 47b8975691..fe0a434de0 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -104,7 +104,7 @@ as the stdio stream buffer, at the same time informing stdio of the buffer's size, using: setbuffer(stream, buf, size); - +.\" .\" See http://sourceware.org/bugzilla/show_bug.cgi?id=1995 .\" and .\" http://sources.redhat.com/ml/libc-alpha/2006-04/msg00064.html diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3 index beb8ccd015..3d81dbeeac 100644 --- a/man3/gethostbyname.3 +++ b/man3/gethostbyname.3 @@ -230,7 +230,7 @@ The default action is to query the Name Service Switch .RB ( nsswitch.conf(5)) configured sources, failing that, a local name server .RB ( named (8)). - +.\" .SS Historical The .BR nsswitch.conf (5) diff --git a/man3/mallopt.3 b/man3/mallopt.3 index 2777a5f204..057c912585 100644 --- a/man3/mallopt.3 +++ b/man3/mallopt.3 @@ -330,7 +330,7 @@ is a trade-off between increasing the number of system calls (when the parameter is set low) and wasting unused memory at the top of the heap (when the parameter is set high). - +.\" .SS Environment variables A number of environment variables can be defined to modify some of the same parameters as are controlled by diff --git a/man3/newlocale.3 b/man3/newlocale.3 index 8c4ef5ab48..24fa8b7231 100644 --- a/man3/newlocale.3 +++ b/man3/newlocale.3 @@ -247,7 +247,6 @@ Displaying the date. The format and language of the output will be affected by the .B LC_TIME setting. - .PP The following shell sessions show some example runs of this program. diff --git a/man3/resolver.3 b/man3/resolver.3 index b85d8571e6..a5cfd22dc7 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -78,9 +78,8 @@ dn_comp, dn_expand \- resolver routines .BI " const unsigned char *" comp_dn ", char *" exp_dn , .BI " int " length ); .fi - +.\" .SS Deprecated - .nf .B extern struct __res_state _res; @@ -396,7 +395,7 @@ Default option which implies: .BR RES_DNSRCH and .BR RES_NOIP6DOTINT . - +.\" .SH RETURN VALUE The .BR res_ninit () diff --git a/man3/sigsetops.3 b/man3/sigsetops.3 index 78225d211a..7baba154f8 100644 --- a/man3/sigsetops.3 +++ b/man3/sigsetops.3 @@ -161,7 +161,7 @@ by the NPTL threading implementation. See .BR nptl (7) for details. - +.\" .SS Glibc extensions If the .B _GNU_SOURCE diff --git a/man3/strfmon.3 b/man3/strfmon.3 index 7ff42f51f7..28811622c5 100644 --- a/man3/strfmon.3 +++ b/man3/strfmon.3 @@ -62,7 +62,6 @@ is the special locale object (see .BR duplocale (3)) or is not a valid locale object handle. - .PP Ordinary characters in .I format diff --git a/man3/tzset.3 b/man3/tzset.3 index 8a8c16f958..43decedb69 100644 --- a/man3/tzset.3 +++ b/man3/tzset.3 @@ -115,7 +115,6 @@ The hour must be between 0 and 24, and the minutes and seconds 00 and 59: .RS .RI [ + | - ] hh [ :mm [ :ss ]] .RE -.sp .PP The \fIdst\fP string and \fIoffset\fP specify the name and offset for the corresponding daylight saving timezone. |
