summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/timerfd_create.3c
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2015-10-23 03:35:20 +0300
committerGordon Ross <gwr@nexenta.com>2015-11-03 15:47:05 -0500
commit3a005aada8ac0e291c13cbc488ba9ae1473f0a96 (patch)
tree2e432b30adcc91840a18e781f8d7d5feefc71f62 /usr/src/man/man3c/timerfd_create.3c
parentfd76205d7372b305e64b7cfcd27939a39c743cb4 (diff)
downloadillumos-joyent-3a005aada8ac0e291c13cbc488ba9ae1473f0a96.tar.gz
6377 Fix man page issues found by mandoc 1.13.3
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/man/man3c/timerfd_create.3c')
-rw-r--r--usr/src/man/man3c/timerfd_create.3c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c
index 84df47e245..f597bfbdc3 100644
--- a/usr/src/man/man3c/timerfd_create.3c
+++ b/usr/src/man/man3c/timerfd_create.3c
@@ -170,7 +170,7 @@ is returned. Otherwise,
is returned and errno is set to indicate the error.
.Sh ERRORS
The
-.Fn timerfd_create()
+.Fn timerfd_create
function will fail if:
.Bl -tag -width Er
.It Er EINAL
@@ -192,8 +192,8 @@ is not asserted in the effective set of the calling process.
.El
.Sh SEE ALSO
.Xr poll 2 ,
-.Xr port_get 3C ,
.Xr epoll_wait 3C ,
+.Xr port_get 3C ,
.Xr timer_create 3C ,
.Xr timer_gettime 3C ,
.Xr timer_settime 3C ,