eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, frexp.3, getaddrinfo.3, getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3, matherr.3, offsetof.3, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, sem_wait.3, strftime.3, strtok.3, strtol.3, core.5: srcfix

s/\.R " "/\\\&/ as a way of getting a blank line after a .SS heading.
(Suggested by Sam Varshavchik <mrsam@courier-mta.com>)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-04 20:42:45 -05:00
parent 3213bb2813
commit d84d0300a5
31 changed files with 31 additions and 31 deletions

View File

@ -326,7 +326,7 @@ Parent read 28 (0x1c) from efd
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <sys/eventfd.h> #include <sys/eventfd.h>
#include <unistd.h> #include <unistd.h>

View File

@ -179,7 +179,7 @@ i-node# file type d_reclen d_off d_name
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define HAVE_D_TYPE /* Remove for kernels < 2.6.4 */ #define HAVE_D_TYPE /* Remove for kernels < 2.6.4 */
#define _GNU_SOURCE #define _GNU_SOURCE

View File

@ -157,7 +157,7 @@ Got SIGSEGV at address: 0x804e000
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>

View File

@ -383,7 +383,7 @@ $
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <sys/signalfd.h> #include <sys/signalfd.h>
#include <signal.h> #include <signal.h>

View File

@ -375,7 +375,7 @@ a.out 3 1 100
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
.\" The commented out code here is what we currently need until .\" The commented out code here is what we currently need until
.\" the required stuff is in glibc .\" the required stuff is in glibc

View File

@ -538,7 +538,7 @@ $
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <sys/wait.h> #include <sys/wait.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -184,7 +184,7 @@ backtrace() returned 8 addresses
.in .in
.fi .fi
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <execinfo.h> #include <execinfo.h>
#include <stdio.h> #include <stdio.h>

View File

@ -106,7 +106,7 @@ CPU-time clock for PID 1 is 2.213466748 seconds
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _XOPEN_SOURCE 600 #define _XOPEN_SOURCE 600
#include <stdio.h> #include <stdio.h>

View File

@ -85,7 +85,7 @@ First address past:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -171,7 +171,7 @@ size=11; ptr=1 529 1849
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE #define _GNU_SOURCE
#include <assert.h> #include <assert.h>

View File

@ -265,7 +265,7 @@ could be improved to more robustly handle various error situations
(e.g., opening a stream with a cookie that already has an open stream; (e.g., opening a stream with a cookie that already has an open stream;
closing a stream that has already been closed). closing a stream that has already been closed).
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE #define _GNU_SOURCE
#include <sys/types.h> #include <sys/types.h>

View File

@ -106,7 +106,7 @@ frexp(\-4, &e) = \-0.5: \-0.5 * 2^3 = -4
.in .in
.fi .fi
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <math.h> #include <math.h>
#include <float.h> #include <float.h>

View File

@ -591,7 +591,7 @@ and
.BR getnameinfo (3). .BR getnameinfo (3).
The programs are an echo server and client for UDP datagrams. The programs are an echo server and client for UDP datagrams.
.SS Server program .SS Server program
.R " " \&
.nf .nf
#include <sys/types.h> #include <sys/types.h>
#include <stdio.h> #include <stdio.h>

View File

@ -243,7 +243,7 @@ Call 3 ("12:22:33") succeeded:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE 500 #define _GNU_SOURCE 500
#include <time.h> #include <time.h>

View File

@ -126,7 +126,7 @@ ngroups = 3
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -156,7 +156,7 @@ Call failed/record not found
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE #define _GNU_SOURCE
#include <ctype.h> #include <ctype.h>

View File

@ -154,7 +154,7 @@ Call failed/record not found
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE #define _GNU_SOURCE
#include <ctype.h> #include <ctype.h>

View File

@ -58,7 +58,7 @@ GNU libc release: stable
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <gnu/libc-version.h> #include <gnu/libc-version.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -268,7 +268,7 @@ Here are some example runs:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _BSD_SOURCE #define _BSD_SOURCE
#include <arpa/inet.h> #include <arpa/inet.h>

View File

@ -169,7 +169,7 @@ Here are some example runs:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <arpa/inet.h> #include <arpa/inet.h>
#include <stdio.h> #include <stdio.h>

View File

@ -136,7 +136,7 @@ main: exiting
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <ucontext.h> #include <ucontext.h>
#include <stdio.h> #include <stdio.h>

View File

@ -352,7 +352,7 @@ x=12345.000000
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _SVID_SOURCE #define _SVID_SOURCE
#include <errno.h> #include <errno.h>

View File

@ -70,7 +70,7 @@ sizeof(struct s)=16
.fi .fi
.nf .nf
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>

View File

@ -143,7 +143,7 @@ Thread attributes:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE /* To get pthread_getattr_np() declaration */ #define _GNU_SOURCE /* To get pthread_getattr_np() declaration */
#include <pthread.h> #include <pthread.h>

View File

@ -231,7 +231,7 @@ Joined with thread 3; returned value was SERVUS
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <pthread.h> #include <pthread.h>
#include <string.h> #include <string.h>

View File

@ -173,7 +173,7 @@ Attributes of created thread:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#define _GNU_SOURCE /* To get pthread_getattr_np() declaration */ #define _GNU_SOURCE /* To get pthread_getattr_np() declaration */
#include <pthread.h> #include <pthread.h>

View File

@ -183,7 +183,7 @@ sem_timedwait() timed out
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>

View File

@ -440,7 +440,7 @@ Result string is " 11"
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <time.h> #include <time.h>
#include <stdio.h> #include <stdio.h>

View File

@ -159,7 +159,7 @@ An example of the output produced by this program is the following:
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -204,7 +204,7 @@ strtol: Numerical result out of range
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
#include <stdlib.h> #include <stdlib.h>
#include <limits.h> #include <limits.h>

View File

@ -316,7 +316,7 @@ Total bytes in core dump: 282624
.fi .fi
.in .in
.SS Program source .SS Program source
.R " " \&
.nf .nf
/* core_pattern_pipe_test.c */ /* core_pattern_pipe_test.c */