aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/symlink.22
-rw-r--r--man3/dl_iterate_phdr.32
-rw-r--r--man3/sysconf.34
-rw-r--r--man4/st.42
-rw-r--r--man5/proc.52
-rw-r--r--man7/signal.72
-rw-r--r--man8/ldconfig.82
7 files changed, 8 insertions, 8 deletions
diff --git a/man2/symlink.2 b/man2/symlink.2
index 0b392f218c..4cf8396f62 100644
--- a/man2/symlink.2
+++ b/man2/symlink.2
@@ -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.
diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index 9c3d2f6ee8..5238ad0744 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -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
diff --git a/man3/sysconf.3 b/man3/sysconf.3
index d0c454e1d7..8af37dd1fc 100644
--- a/man3/sysconf.3
+++ b/man3/sysconf.3
@@ -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.
diff --git a/man4/st.4 b/man4/st.4
index 9b8f52643d..f7a7771e34 100644
--- a/man4/st.4
+++ b/man4/st.4
@@ -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
diff --git a/man5/proc.5 b/man5/proc.5
index d111b99315..9c2ca51ee4 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -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
diff --git a/man7/signal.7 b/man7/signal.7
index ca8fccda0a..22aad23d06 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -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" ,
diff --git a/man8/ldconfig.8 b/man8/ldconfig.8
index 77c89b5ec6..9fa33b74ec 100644
--- a/man8/ldconfig.8
+++ b/man8/ldconfig.8
@@ -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
[