aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/dlopen.32
-rw-r--r--man3/fts.36
-rw-r--r--man3/getpw.32
-rw-r--r--man3/stdio.32
4 files changed, 6 insertions, 6 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 0fb315c3c4..cc4cd4aeff 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -174,7 +174,7 @@ This flag can also be used to promote the flags on a library
that is already loaded.
For example, a library that was previously loaded with
.B RTLD_LOCAL
-can be re-opened with
+can be reopened with
.BR RTLD_NOLOAD\ |\ RTLD_GLOBAL .
This flag is not specified in POSIX.1-2001.
.\" (But it is present on Solaris.)
diff --git a/man3/fts.3 b/man3/fts.3
index 03f4a53e7a..4f2eec17f0 100644
--- a/man3/fts.3
+++ b/man3/fts.3
@@ -79,7 +79,7 @@ of their descendants have been visited).
Files are visited once.
It is possible to walk the hierarchy "logically" (ignoring symbolic links)
or physically (visiting symbolic links), order the walk of the hierarchy or
-prune and/or re-visit portions of the hierarchy.
+prune and/or revisit portions of the hierarchy.
.PP
Two structures are defined (and typedef'd) in the include file
.IR <fts.h> .
@@ -655,7 +655,7 @@ must be set to one of the following values:
.\" .Bl -tag -width FTS_PHYSICAL
.TP 13
.BR FTS_AGAIN
-Re-visit the file; any file type may be re-visited.
+Re-visit the file; any file type may be revisited.
The next call to
.BR fts_read ()
will return the referenced file.
@@ -669,7 +669,7 @@ This option is meaningful only for the most recently returned
file from
.BR fts_read ().
Normal use is for postorder directory visits, where it causes the
-directory to be re-visited (in both preorder and postorder) as well as all
+directory to be revisited (in both preorder and postorder) as well as all
of its descendants.
.TP
.BR FTS_FOLLOW
diff --git a/man3/getpw.3 b/man3/getpw.3
index 4892112ac2..9f0a16b698 100644
--- a/man3/getpw.3
+++ b/man3/getpw.3
@@ -41,7 +41,7 @@ getpw \- Re-construct password line entry
.SH DESCRIPTION
The
.BR getpw ()
-function re-constructs the password line entry for
+function reconstructs the password line entry for
the given user ID \fIuid\fP in the buffer \fIbuf\fP.
The returned buffer contains a line of format
.sp
diff --git a/man3/stdio.3 b/man3/stdio.3
index 31855c7a7e..724579a552 100644
--- a/man3/stdio.3
+++ b/man3/stdio.3
@@ -139,7 +139,7 @@ sections of the following manual pages indicate which include files are to
be used, what the compiler declaration for the function looks like and
which external variables are of interest.
.PP
-The following are defined as macros; these names may not be re-used without
+The following are defined as macros; these names may not be reused without
first removing their current definitions with
.BR #undef :
.BR BUFSIZ ,