diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-24 07:46:09 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-24 07:50:06 +1300 |
| commit | 702cbe158e3a66a8742e2aab032b81b65de1c9f9 (patch) | |
| tree | fb8f4eb10391288f0958c9a57e894a24ce13d1d3 | |
| parent | 4ed3353db275e38466a59dfddb21b9109f7bddd6 (diff) | |
| download | man-pages-702cbe158e3a66a8742e2aab032b81b65de1c9f9.tar.gz | |
timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, numa.7: Make source layout of 'Link with' text consistent with other pages
No actual change to formatted output, but this makes the
page sources more consistent for the purpose of grepping, etc.
Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/timer_create.2 | 3 | ||||
| -rw-r--r-- | man2/timer_delete.2 | 3 | ||||
| -rw-r--r-- | man2/timer_getoverrun.2 | 3 | ||||
| -rw-r--r-- | man2/timer_settime.2 | 3 | ||||
| -rw-r--r-- | man7/numa.7 | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/man2/timer_create.2 b/man2/timer_create.2 index a22519db67..140dc98dcd 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -32,8 +32,7 @@ timer_create \- create a POSIX per-process timer .BI " timer_t *" timerid ); .fi -Link with -.IR \-lrt . +Link with \fI\-lrt\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man2/timer_delete.2 b/man2/timer_delete.2 index 78de6328cc..39bb300e5e 100644 --- a/man2/timer_delete.2 +++ b/man2/timer_delete.2 @@ -30,8 +30,7 @@ timer_delete \- delete a POSIX per-process timer .BI "int timer_delete(timer_t " timerid ); .fi -Link with -.IR \-lrt . +Link with \fI\-lrt\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index 1176f751bc..06fc0d5ac9 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -30,8 +30,7 @@ timer_getoverrun \- get overrun count for a POSIX per-process timer .BI "int timer_getoverrun(timer_t " timerid ); .fi -Link with -.IR \-lrt . +Link with \fI\-lrt\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man2/timer_settime.2 b/man2/timer_settime.2 index f18a7f5257..a81c71a6bc 100644 --- a/man2/timer_settime.2 +++ b/man2/timer_settime.2 @@ -34,8 +34,7 @@ state of POSIX per-process timer .BI "int timer_gettime(timer_t " timerid ", struct itimerspec *" curr_value ); .fi -Link with -.IR \-lrt . +Link with \fI\-lrt\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man7/numa.7 b/man7/numa.7 index b7e2f3ee3f..b1007d3341 100644 --- a/man7/numa.7 +++ b/man7/numa.7 @@ -149,8 +149,7 @@ if the kernel was configured and built with the .BR CONFIG_NUMA option. .SS Library Support -Link with -.I \-lnuma +Link with \fI\-lnuma\fP to get the system call definitions. .I libnuma and the required |
