aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 08:46:32 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 08:46:32 +0000
commitcf50118f4879883d26a589d3d5ed457c77bf48c9 (patch)
tree545d2347e41e0ff2f7ec77b0136c10231933d4da /man3
parent29aceda46ea8e22dd08506f9961460420e9a1835 (diff)
downloadman-pages-cf50118f4879883d26a589d3d5ed457c77bf48c9.tar.gz
Use "run time" when non-attributive, "run-time" when attributive.
Diffstat (limited to 'man3')
-rw-r--r--man3/dl_iterate_phdr.32
-rw-r--r--man3/sysconf.34
2 files changed, 3 insertions, 3 deletions
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.