aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man1/cp.12
-rw-r--r--man2/fdatasync.24
2 files changed, 3 insertions, 3 deletions
diff --git a/man1/cp.1 b/man1/cp.1
index 165314d93e..b720359a82 100644
--- a/man1/cp.1
+++ b/man1/cp.1
@@ -110,7 +110,7 @@ is not forbidden.)
.TP
.B "\-\-"
Terminate option list.
-.SH "ADDITIONAL POSIX 2003 OPTIONS"
+.SH "ADDITIONAL POSIX OPTIONS"
POSIX.1-2001 adds three options that specify how to handle
symbolic links. When doing a non-recursive copy, symbolic links
are followed. When doing a recursive copy using the \-r option,
diff --git a/man2/fdatasync.2 b/man2/fdatasync.2
index 8d254aaecb..f7c8d8154f 100644
--- a/man2/fdatasync.2
+++ b/man2/fdatasync.2
@@ -88,7 +88,7 @@ is defined in <unistd.h> to a value greater than 0. (See also
.SH "CONFORMING TO"
POSIX.1-2001.
.SH "SEE ALSO"
-.BR fsync (2)
-.BR sync_file_range (2),
+.BR fsync (2),
+.BR sync_file_range (2)
.br
B.O. Gallmeister, POSIX.4, O'Reilly, pp. 220-223 and 343.