diff --git a/man1/cp.1 b/man1/cp.1 index 165314d93..b720359a8 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 8d254aaec..f7c8d8154 100644 --- a/man2/fdatasync.2 +++ b/man2/fdatasync.2 @@ -88,7 +88,7 @@ is defined in 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.