Adjust the text used in various man pages to use the Solaris specific man page section or remove references to commands that are't relevant to Solaris. This patch has not been passed upstream yet. It needs to be reworked into a format that would be acceptable. --- coreutils-9.5/man/mkfifo.x.orig +++ coreutils-9.5/man/mkfifo.x @@ -3,4 +3,4 @@ [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -mkfifo(3) +mkfifo(3C) --- coreutils-9.5/man/mktemp.x.orig +++ coreutils-9.5/man/mktemp.x @@ -3,4 +3,4 @@ [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -mkstemp(3), mkdtemp(3), mktemp(3) +mkstemp(3C), mkdtemp(3C), mktemp(3C) --- coreutils-9.5/man/printf.x.orig +++ coreutils-9.5/man/printf.x @@ -3,4 +3,4 @@ [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -printf(3) +printf(3C) --- coreutils-9.5/man/pwd.x.orig +++ coreutils-9.5/man/pwd.x @@ -3,4 +3,4 @@ [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -getcwd(3) +getcwd(3C) --- coreutils-9.5/man/rm.x.orig +++ coreutils-9.5/man/rm.x @@ -28,4 +28,4 @@ not affirmative, the file is skipped. .SH OPTIONS [SEE ALSO] -unlink(1), unlink(2), chattr(1), shred(1) +unlink(1), unlink(2), shred(1) --- coreutils-9.5/man/sleep.x.orig +++ coreutils-9.5/man/sleep.x @@ -3,4 +3,4 @@ [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -sleep(3) +sleep(3C) --- coreutils-9.5/man/truncate.x.orig +++ coreutils-9.5/man/truncate.x @@ -3,4 +3,4 @@ [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -dd(1), truncate(2), ftruncate(2) +dd(1), truncate(3C), ftruncate(3C)