Use "run time" when non-attributive, "run-time" when attributive.

This commit is contained in:
Michael Kerrisk 2008-03-19 08:46:32 +00:00
parent 29aceda46e
commit cf50118f48
7 changed files with 8 additions and 8 deletions

View File

@ -53,7 +53,7 @@ creates a symbolic link named
which contains the string
.IR oldpath .
Symbolic links are interpreted at run-time as if the contents of the
Symbolic links are interpreted at run time as if the contents of the
link had been substituted into the path being followed to find a file or
directory.

View File

@ -38,7 +38,7 @@ dl_iterate_phdr \- walk through list of shared objects
.SH DESCRIPTION
The
.BR dl_iterate_phdr ()
function allows an application to inquire at run-time to find
function allows an application to inquire at run time to find
out which shared objects it has loaded.
The

View File

@ -32,7 +32,7 @@ sysconf \- Get configuration information at runtime
.BI "long sysconf(int " "name" );
.fi
.SH DESCRIPTION
POSIX allows an application to test at compile- or run-time
POSIX allows an application to test at compile or run time
whether certain options are supported, or what the value is
of certain configurable constants or limits.
.LP
@ -61,7 +61,7 @@ For options, typically, there is a constant
.B _POSIX_FOO
that may be defined in
.IR <unistd.h> .
If it is undefined, one should ask at run-time.
If it is undefined, one should ask at run time.
If it is defined to \-1, then the option is not supported.
If it is defined to 0, then relevant functions and headers exist,
but one has to ask at runtime what degree of support is available.

View File

@ -110,7 +110,7 @@ is very large (2 MB if allocation of 16 blocks of 128 kB succeeds).
The driver's internal buffer size is determined by a compile-time
constant which can be overridden with a kernel startup option.
In addition to this, the driver tries to allocate a larger temporary
buffer at run-time if necessary.
buffer at run time if necessary.
However, run-time allocation of large
contiguous blocks of memory may fail and it is advisable not to rely
too much on dynamic buffer allocation with kernels older than 2.1.121

View File

@ -1688,7 +1688,7 @@ System V shared memory.
.TP
.I /proc/sys/kernel/shmmax
This file
can be used to query and set the run time limit
can be used to query and set the run-time limit
on the maximum (System V IPC) shared memory segment size that can be
created.
Shared memory segments up to 1GB are now supported in the

View File

@ -251,7 +251,7 @@ and adjusts the value of
suitably (to 34 or 35).
Because the range of available real-time signals varies according
to the glibc threading implementation (and this variation can occur
at run-time according to the available kernel and glibc),
at run time according to the available kernel and glibc),
and indeed the range of real-time signals varies across Unix systems,
programs should
.IR "never refer to real-time signals using hard-coded numbers" ,

View File

@ -21,7 +21,7 @@
.\" Change listed order of /usr/lib and /lib
.TH LDCONFIG 8 2002-05-06 "GNU" "Linux Programmer's Manual"
.SH NAME
/sbin/ldconfig \- configure dynamic linker run time bindings
/sbin/ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS
.B /sbin/ldconfig
[