aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2002-12-19 21:48:43 +0000
committerCeri Davies <ceri@FreeBSD.org>2002-12-19 21:48:43 +0000
commit9d99e598723766c50cd07c24507b794c56e3afd8 (patch)
tree6f5a9a9e66cf1e2a720a4c347d279f0c340416cb
parentcf3e6e483704c985a599b77881dda262dfb42d1a (diff)
Notes
-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