clock_nanosleep.2: wfix: s/SA_SIGACTION/SA_RESTART/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-08-18 07:16:00 +02:00
parent 67914165b3
commit 5adf628119
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CLOCK_NANOSLEEP 2 2010-12-03 "Linux" "Linux Programmer's Manual"
.TH CLOCK_NANOSLEEP 2 2012-08-18 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_nanosleep \- high-resolution sleep with specifiable clock
.SH SYNOPSIS
@ -206,7 +206,7 @@ flag.
is never restarted after being interrupted by a signal handler,
regardless of the use of the
.BR sigaction (2)
.B SA_SIGACTION
.B SA_RESTART
flag.
The