diff options
author | ceri <ceri@FreeBSD.org> | 2002-12-19 21:48:43 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2002-12-19 21:48:43 +0000 |
commit | c32581acaed114399256589bed00f4e2064e7a36 (patch) | |
tree | 6f5a9a9e66cf1e2a720a4c347d279f0c340416cb /lib/libc | |
parent | 5b0b01cd7cccd251ed7b3e5dfe30b7e8d5c4a1e6 (diff) | |
download | FreeBSD-src-c32581acaed114399256589bed00f4e2064e7a36.zip FreeBSD-src-c32581acaed114399256589bed00f4e2064e7a36.tar.gz |
Grammatical fixup: s/be the -1/be -1/
MFC after: 1 day
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/nanosleep.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2 index c0d5b5b..2d03ee5 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 |