aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/nanosleep.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2
index c0d5b5b668305..2d03ee5673d3a 100644
--- a/lib/libc/sys/nanosleep.2
+++ b/lib/libc/sys/nanosleep.2
@@ -64,7 +64,7 @@ returned will be zero.
If the
.Fn nanosleep
system call returns due to the delivery of a signal, the value returned
-will be the -1, and the global variable
+will be -1, and the global variable
.Va errno
will be set to indicate the interruption.
If