diff options
| -rw-r--r-- | man1/cp.1 | 2 | ||||
| -rw-r--r-- | man2/fdatasync.2 | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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. |
